From 5cc91fc1993fc4d3bd76eb5e3d4c55c6ce8c57d5 Mon Sep 17 00:00:00 2001 From: Petrik Date: Thu, 21 May 2026 22:43:36 +0200 Subject: [PATCH 1/2] [rack-iodine] Remove request method guard --- frameworks/rack-iodine/app.rb | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/frameworks/rack-iodine/app.rb b/frameworks/rack-iodine/app.rb index cf49d857..f3fe6153 100644 --- a/frameworks/rack-iodine/app.rb +++ b/frameworks/rack-iodine/app.rb @@ -7,30 +7,25 @@ class App CONTENT_TYPE = 'Content-Type' PLAINTEXT_TYPE = 'text/plain' - KNOWN = %w[GET POST PUT DELETE PATCH HEAD OPTIONS TRACE CONNECT].freeze def call(env) - if KNOWN.include?(env['REQUEST_METHOD']) - case env['PATH_INFO'] - when '/pipeline' - render_plain 'ok' - when '/baseline11' - params = Rack::Utils.parse_query(env['QUERY_STRING']) - total = params['a'].to_i + params['b'].to_i - if env['REQUEST_METHOD'] == 'POST' - body = env["rack.input"]&.read - total += body.to_i - end - render_plain total.to_s - when '/baseline2' - params = Rack::Utils.parse_query(env['QUERY_STRING']) - total = params['a'].to_i + params['b'].to_i - render_plain total.to_s - else - [404, {CONTENT_TYPE => PLAINTEXT_TYPE}, ['Not found!']] + case env['PATH_INFO'] + when '/pipeline' + render_plain 'ok' + when '/baseline11' + params = Rack::Utils.parse_query(env['QUERY_STRING']) + total = params['a'].to_i + params['b'].to_i + if env['REQUEST_METHOD'] == 'POST' + body = env["rack.input"]&.read + total += body.to_i end + render_plain total.to_s + when '/baseline2' + params = Rack::Utils.parse_query(env['QUERY_STRING']) + total = params['a'].to_i + params['b'].to_i + render_plain total.to_s else - [405, {CONTENT_TYPE => PLAINTEXT_TYPE}, ['Method Not Allowed']] + [404, {CONTENT_TYPE => PLAINTEXT_TYPE}, ['Not found!']] end end From 4d3f97eeb6f4d3a8ff933f57ddf2c443c5d404ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 May 2026 17:41:13 +0000 Subject: [PATCH 2/2] Benchmark results: rack-iodine --- site/data/baseline-4096.json | 22 +- site/data/baseline-512.json | 16 +- site/data/limited-conn-4096.json | 18 +- site/data/limited-conn-512.json | 18 +- site/data/pipelined-4096.json | 14 +- site/data/pipelined-512.json | 20 +- .../static/logs/baseline/4096/rack-iodine.log | 55880 +----- site/static/logs/baseline/512/rack-iodine.log | 140937 +-------------- .../logs/limited-conn/4096/rack-iodine.log | 62809 +------ .../logs/limited-conn/512/rack-iodine.log | 69243 +------ .../logs/pipelined/4096/rack-iodine.log | 40583 +---- .../static/logs/pipelined/512/rack-iodine.log | 40518 +---- 12 files changed, 709 insertions(+), 409369 deletions(-) diff --git a/site/data/baseline-4096.json b/site/data/baseline-4096.json index a9e8b9b6..2a405559 100644 --- a/site/data/baseline-4096.json +++ b/site/data/baseline-4096.json @@ -829,22 +829,22 @@ { "framework": "rack-iodine", "language": "Ruby", - "rps": 76887, - "avg_latency": "46.41ms", - "p99_latency": "264.30ms", - "cpu": "4652.3%", - "memory": "6.8GiB", + "rps": 65472, + "avg_latency": "59.13ms", + "p99_latency": "237.40ms", + "cpu": "4803.4%", + "memory": "5.3GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "9.02MB/s", - "input_bw": "5.94MB/s", - "reconnects": 5567, - "status_2xx": 384437, + "bandwidth": "7.68MB/s", + "input_bw": "5.06MB/s", + "reconnects": 0, + "status_2xx": 327361, "status_3xx": 0, - "status_4xx": 7, - "status_5xx": 8 + "status_4xx": 0, + "status_5xx": 0 }, { "framework": "rage", diff --git a/site/data/baseline-512.json b/site/data/baseline-512.json index 0e25db5f..ebffc03a 100644 --- a/site/data/baseline-512.json +++ b/site/data/baseline-512.json @@ -829,19 +829,19 @@ { "framework": "rack-iodine", "language": "Ruby", - "rps": 871599, - "avg_latency": "587us", - "p99_latency": "20.70ms", - "cpu": "5557.0%", - "memory": "5.7GiB", + "rps": 730114, + "avg_latency": "702us", + "p99_latency": "25.80ms", + "cpu": "5395.2%", + "memory": "4.9GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "102.21MB/s", - "input_bw": "67.33MB/s", + "bandwidth": "85.62MB/s", + "input_bw": "56.40MB/s", "reconnects": 0, - "status_2xx": 4357995, + "status_2xx": 3650574, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-4096.json b/site/data/limited-conn-4096.json index c8b70ae3..97893632 100644 --- a/site/data/limited-conn-4096.json +++ b/site/data/limited-conn-4096.json @@ -829,19 +829,19 @@ { "framework": "rack-iodine", "language": "Ruby", - "rps": 57339, - "avg_latency": "68.36ms", - "p99_latency": "167.30ms", - "cpu": "3797.7%", - "memory": "5.9GiB", + "rps": 59205, + "avg_latency": "66.55ms", + "p99_latency": "266.30ms", + "cpu": "4693.3%", + "memory": "5.2GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "6.72MB/s", - "input_bw": "4.43MB/s", - "reconnects": 26942, - "status_2xx": 286698, + "bandwidth": "6.94MB/s", + "input_bw": "4.57MB/s", + "reconnects": 27812, + "status_2xx": 296026, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-512.json b/site/data/limited-conn-512.json index e2501144..e07b3ca5 100644 --- a/site/data/limited-conn-512.json +++ b/site/data/limited-conn-512.json @@ -829,19 +829,19 @@ { "framework": "rack-iodine", "language": "Ruby", - "rps": 59328, - "avg_latency": "8.61ms", - "p99_latency": "58.20ms", - "cpu": "4722.5%", - "memory": "5.7GiB", + "rps": 60162, + "avg_latency": "8.55ms", + "p99_latency": "71.00ms", + "cpu": "4844.6%", + "memory": "5.1GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "6.96MB/s", - "input_bw": "4.58MB/s", - "reconnects": 29542, - "status_2xx": 296642, + "bandwidth": "7.05MB/s", + "input_bw": "4.65MB/s", + "reconnects": 29869, + "status_2xx": 300814, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-4096.json b/site/data/pipelined-4096.json index 6dc92c16..0ff72b3d 100644 --- a/site/data/pipelined-4096.json +++ b/site/data/pipelined-4096.json @@ -798,18 +798,18 @@ { "framework": "rack-iodine", "language": "Ruby", - "rps": 2374377, - "avg_latency": "26.87ms", - "p99_latency": "72.30ms", - "cpu": "6635.9%", - "memory": "5.1GiB", + "rps": 2054716, + "avg_latency": "30.96ms", + "p99_latency": "94.70ms", + "cpu": "6595.0%", + "memory": "4.6GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "278.44MB/s", + "bandwidth": "240.95MB/s", "reconnects": 0, - "status_2xx": 11871885, + "status_2xx": 10273582, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-512.json b/site/data/pipelined-512.json index 440aceac..ea9a3e51 100644 --- a/site/data/pipelined-512.json +++ b/site/data/pipelined-512.json @@ -798,21 +798,21 @@ { "framework": "rack-iodine", "language": "Ruby", - "rps": 182403, - "avg_latency": "1.99ms", - "p99_latency": "11.10ms", - "cpu": "2177.2%", - "memory": "2.1GiB", + "rps": 2037298, + "avg_latency": "4.02ms", + "p99_latency": "15.20ms", + "cpu": "6652.7%", + "memory": "4.4GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "21.39MB/s", - "reconnects": 664, - "status_2xx": 912016, + "bandwidth": "238.90MB/s", + "reconnects": 0, + "status_2xx": 10186490, "status_3xx": 0, - "status_4xx": 15, - "status_5xx": 14 + "status_4xx": 0, + "status_5xx": 0 }, { "framework": "rage", diff --git a/site/static/logs/baseline/4096/rack-iodine.log b/site/static/logs/baseline/4096/rack-iodine.log index 4709b09c..4ca0e2ed 100644 --- a/site/static/logs/baseline/4096/rack-iodine.log +++ b/site/static/logs/baseline/4096/rack-iodine.log @@ -2,13 +2,13 @@ INFO: Listening on port 8080 INFO: Starting up Iodine: * Iodine 0.7.58 - * Ruby 4.0.4 + * Ruby 4.0.5 * facil.io 0.7.4 (epoll) - * 127 Workers X 4 Threads per worker. + * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. -INFO: Server is running 127 workers X 4 threads with facil.io 0.7.4 (epoll) +INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) * Linked to OpenSSL 3.5.6 7 Apr 2026 * Detected capacity: 131056 open file limit * Root pid: 1 @@ -20,55790 +20,124 @@ INFO: 18 is running. INFO: 22 is running. INFO: 26 is running. INFO: 30 is running. -INFO: 34 is running. +INFO: 35 is running. INFO: 40 is running. INFO: 45 is running. -INFO: 49 is running. +INFO: 50 is running. INFO: 55 is running. -INFO: 62 is running. -INFO: 69 is running. -INFO: 78 is running. +INFO: 60 is running. +INFO: 65 is running. +INFO: 70 is running. +INFO: 75 is running. +INFO: 80 is running. INFO: 85 is running. -INFO: 94 is running. -INFO: 103 is running. -INFO: 112 is running. -INFO: 124 is running. -INFO: 133 is running. +INFO: 90 is running. +INFO: 95 is running. +INFO: 100 is running. +INFO: 105 is running. +INFO: 110 is running. +INFO: 116 is running. +INFO: 121 is running. +INFO: 126 is running. +INFO: 131 is running. +INFO: 136 is running. INFO: 141 is running. -INFO: 150 is running. -INFO: 158 is running. -INFO: 169 is running. -INFO: 178 is running. -INFO: 188 is running. +INFO: 146 is running. +INFO: 151 is running. +INFO: 156 is running. +INFO: 161 is running. +INFO: 166 is running. +INFO: 171 is running. +INFO: 175 is running. +INFO: 181 is running. +INFO: 186 is running. +INFO: 191 is running. INFO: 197 is running. +INFO: 202 is running. INFO: 207 is running. +INFO: 211 is running. INFO: 216 is running. -INFO: 227 is running. +INFO: 221 is running. +INFO: 226 is running. +INFO: 232 is running. INFO: 237 is running. -INFO: 248 is running. -INFO: 256 is running. +INFO: 242 is running. +INFO: 247 is running. +INFO: 252 is running. +INFO: 257 is running. +INFO: 262 is running. INFO: 267 is running. -INFO: 275 is running. +INFO: 272 is running. +INFO: 277 is running. INFO: 282 is running. -INFO: 292 is running. -INFO: 301 is running. -INFO: 311 is running. -INFO: 321 is running. -INFO: 330 is running. -INFO: 339 is running. -INFO: 349 is running. -INFO: 360 is running. -INFO: 369 is running. -INFO: 379 is running. +INFO: 287 is running. +INFO: 295 is running. +INFO: 299 is running. +INFO: 303 is running. +INFO: 307 is running. +INFO: 312 is running. +INFO: 318 is running. +INFO: 323 is running. +INFO: 327 is running. +INFO: 333 is running. +INFO: 338 is running. +INFO: 342 is running. +INFO: 348 is running. +INFO: 353 is running. +INFO: 358 is running. +INFO: 362 is running. +INFO: 368 is running. +INFO: 373 is running. +INFO: 378 is running. +INFO: 383 is running. INFO: 388 is running. +INFO: 393 is running. INFO: 398 is running. -INFO: 407 is running. -INFO: 416 is running. -INFO: 425 is running. -INFO: 434 is running. -INFO: 446 is running. -INFO: 455 is running. +INFO: 403 is running. +INFO: 408 is running. +INFO: 412 is running. +INFO: 417 is running. +INFO: 422 is running. +INFO: 428 is running. +INFO: 433 is running. +INFO: 438 is running. +INFO: 443 is running. +INFO: 448 is running. +INFO: 453 is running. +INFO: 458 is running. INFO: 463 is running. -INFO: 472 is running. -INFO: 480 is running. -INFO: 490 is running. -INFO: 520 is running. -INFO: 527 is running. -INFO: 534 is running. -INFO: 540 is running. +INFO: 468 is running. +INFO: 473 is running. +INFO: 478 is running. +INFO: 483 is running. +INFO: 488 is running. +INFO: 493 is running. +INFO: 498 is running. +INFO: 503 is running. +INFO: 508 is running. +INFO: 513 is running. +INFO: 518 is running. +INFO: 523 is running. +INFO: 528 is running. +INFO: 533 is running. +INFO: 538 is running. +INFO: 543 is running. INFO: 548 is running. -INFO: 554 is running. -INFO: 561 is running. -INFO: 569 is running. -INFO: 576 is running. -INFO: 585 is running. -INFO: 595 is running. +INFO: 553 is running. +INFO: 558 is running. +INFO: 563 is running. +INFO: 568 is running. +INFO: 573 is running. +INFO: 578 is running. +INFO: 583 is running. +INFO: 588 is running. +INFO: 593 is running. +INFO: 598 is running. INFO: 604 is running. -INFO: 612 is running. -INFO: 621 is running. -INFO: 629 is running. +INFO: 610 is running. +INFO: 619 is running. +INFO: 623 is running. +INFO: 628 is running. +INFO: 633 is running. INFO: 638 is running. -INFO: 647 is running. -INFO: 657 is running. -INFO: 666 is running. -INFO: 676 is running. -INFO: 685 is running. -INFO: 695 is running. -INFO: 705 is running. -INFO: 714 is running. -INFO: 723 is running. -INFO: 732 is running. -INFO: 741 is running. -INFO: 749 is running. -INFO: 758 is running. -INFO: 767 is running. -INFO: 777 is running. -INFO: 787 is running. -INFO: 795 is running. -INFO: 804 is running. -INFO: 814 is running. -INFO: 824 is running. -INFO: 832 is running. -INFO: 842 is running. -INFO: 851 is running. -INFO: 860 is running. -INFO: 870 is running. -INFO: 879 is running. -INFO: 888 is running. -INFO: 897 is running. -INFO: 906 is running. -INFO: 914 is running. -INFO: 923 is running. -INFO: 931 is running. -INFO: 940 is running. -INFO: 949 is running. -INFO: 958 is running. -INFO: 969 is running. -INFO: 980 is running. -INFO: 990 is running. -INFO: 1000 is running. -ruby: YJIT has panicked. More info to follow... - -thread '' (989) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -INFO: 1009 is running. -INFO: 1017 is running. -ruby: YJIT has panicked. More info to follow... -INFO: 1025 is running. -INFO: 1034 is running. -INFO: 1043 is running. -ruby: YJIT has panicked. More info to follow... -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: -thread '' (824) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -[BUG] stack backtrace: -Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:-5270498306774138880 p:0000 s:-130953 E:001228 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:-5270498306774138881 p:---- s:-130957 E:001208 l:y b:---- CFUNC :map! -c:-5270498306774138882 p:0019 s:-130961 E:0011e8 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:-5270498306774138883 p:0027 s:-130967 E:0011b8 l:y b:0001 METHOD :228 -c:-5270498306774138884 p:0166 s:-130973 E:001188 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:-5270498306774138885 p:0019 s:-130983 E:001138 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:-5270498306774138886 p:0017 s:-130991 E:0010f8 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:-5270498306774138887 p:0078 s:-130998 E:0010c0 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:-5270498306774138888 p:---- s:-131006 E:001080 l:y b:---- DUMMY [FINISH] -ruby: YJIT has panicked. More info to follow... - -thread '' (831) panicked at ./yjit/src/core.rs:3648:13: -assertion failed: !(branch.gen_fn.get_shape() == target_branch_shape && - new_block.start_addr != branch.end_addr.get()) -stack backtrace: -:37: [BUG] Segmentation fault at 0x00007dd1ad3c55c5 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c55c5 RBP: 0x00007dd167f874a0 RSP: 0x00007dd19785e240 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd19765e140 RCX: 0x00007dd19775dee8 - RDX: 0x00007dd19765e140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd19775deb0 R9: 0x00007dd1abc5ef68 R10: 0x00007dd1b589df50 - R11: 0x00007dd1b7605f00 R12: 0x00007dd168a1b050 R13: 0x00007dd19775deb0 - R14: 0x00007dd167f874b0 R15: 0x00007dd19775dee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x000000000000007a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d178f9db RBP: 0x0000000000000009 RSP: 0x00007dd1982630f0 - RAX: 0x0000000000000032 RBX: 0x00007dd1ace759e0 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007dd1ace759e0 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x00007dd1d0c69080 R10: 0x00007dd167220080 - R11: 0x0000000000000004 R12: 0x00007dd1ace758f0 R13: 0x0000000000000009 - R14: 0x00007dd1ace759e0 R15: 0x00007dd1ace64fe8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000001000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0019 s:0049 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1a252f7 RBP: 0x0000000000000000 RSP: 0x00007dd196654f38 - RAX: 0x0000000000001000 RBX: 0x00007dd1abc64788 RCX: 0x00007dd196554e91 - RDX: 0x0000000000000100 RDI: 0x0000000000000000 RSI: 0x000000000000035a - R8: 0x000000000000e121 R9: 0x000000000000035a R10: 0x00007dd196654f60 - R11: 0x0000000000000002 R12: 0x00000000000035af R13: 0x0000000000000001 - R14: 0x00007dd196654f60 R15: 0x00007dd1abc64788 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c55c5 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -[BUG] Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c55c5 RBP: 0x00007dd1673875e0Segmentation fault at 0x0000000000000010 RSP: 0x00007dd1980622e0 - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - RAX: 0x00007dd1ad350000 RBX: 0x00007dd197e62140-- Control frame information ----------------------------------------------- - RCX: 0x00007dd197f61ee8 -c:0001 RDX: 0x00007dd197e62140p:---- RDI: 0x0000000000000014s:0003 RSI: 0x0000000000000014e:000002 - R8: 0x00007dd197f61eb0l:y R9: 0x00007dd1abc5f008b:---- R10: 0x00007dd1b589df50DUMMY - [FINISH] R11: 0x00007dd1b7605f00 - R12: 0x00007dd167e1b550 - R13: 0x00007dd197f61eb0 - - R14: 0x00007dd1673875f0-- Threading information --------------------------------------------------- - R15: 0x00007dd197f61ee8Total ractor count: 1 -Ruby thread count for this ractor: 5 - EFL: 0x0000000000010246 - - --- Machine register context ------------------------------------------------ --- C level backtrace information ------------------------------------------- - RIP: 0x00007dd1d1a25981 RBP: 0x00007dd1982636d8 RSP: 0x00007dd198263608 - RAX: 0x0000000000000010 RBX: 0x00007dd1ace5a758 RCX: 0x0000000000000008 - RDX: 0x0000000000000001 RDI: 0x000000000000d121 RSI: 0x0000000000002a4f - R8: 0x0000000000000000 R9: 0x0000000000002a4f R10: 0x00007dd198263630 - R11: 0x00007dd1d1d91020 R12: 0x000000000002a4f1 R13: 0x00007dd1ace5a758 - R14: 0x00007dd198263630 R15: 0x00007dd1982638a0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1052 is running. -INFO: 1061 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000062 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d19f4197 RBP: 0x0000000000000001 RSP: 0x00007dd19765d280 - RAX: 0x0000000000002000 RBX: 0x00007dd1abc9a9a0 RCX: 0x0000000000000061 - RDX: 0x0000000000000001 RDI: 0x0000000000000062 RSI: 0x00007dd1abc9aad0 - R8: 0x00007dd1abc9a978 R9: 0x00007dd1d0c69080 R10: 0x0000000000000001 - R11: 0x0000000000170380 R12: 0x00007dd1d0d6f000 R13: 0x00007dd1abc9aad0 - R14: 0x0000000000000001 R15: 0x0000000000000001 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ABRT received in SEGV handler - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwindINFO: 1091 is running. -::ERROR: Child worker (851) crashed. Respawning worker. -do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:24: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0136 s:0012 e:000010 -thread '' (978) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 -l:y b:0001 METHOD /app/app.rb:24 [FINISH] -c:0001 stack backtrace: -p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:24:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 9: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26}�0a�} -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Aborted at 0x0000000000000366 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (832) crashed. Respawning worker. -INFO: 1095 is running. -INFO: 1099 is running. -INFO: 1104 is running. -ERROR: Child worker (824) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:145:5 - 3: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3648:13 - 4: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 5: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 6: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 7: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 8: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 9: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 10: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 11: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 12: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/core.rs:3648:13: -assertion failed: !(branch.gen_fn.get_shape() == target_branch_shape && - new_block.start_addr != branch.end_addr.get()) -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0005 s:0041 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (860) crashed. Respawning worker. -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0081 e:000080 l:y b:---- CFUNC :gsub -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'gsub' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d19f6095 RBP: 0x0000000000000004 RSP: 0x00007dd19765cc90 - RAX: 0x00007dd1d19f6095 RBX: 0x0000000000000004 RCX: 0x0000000000000001 - RDX: 0x00007dd1d1d94f20 RDI: 0x00007dd1d0d6f000 RSI: 0x0000000000000004 - R8: 0x00007dd19765d0a0 R9: 0x00007dd19765d170 R10: 0x0000000000000000 - R11: 0x00007dd19765cfc0 R12: 0x00007dd1d0d6f000 R13: 0x00007dd1acfa3330 - R14: 0x0000000000000008 R15: 0x00007dd19765d090 EFL: 0x0000000000010207 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1115 is running. -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] ruby: YJIT has panicked. More info to follow... -Segmentation fault at 0x0000303830383a84 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD -thread '' (786) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -stack backtrace: -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d178f9db RBP: 0x0000000000000002 RSP: 0x00007dd19705a320 - RAX: 0x0000303830383a74 RBX: 0x00007dd1ace41a50 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007dd1ace41a50 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x00007dd1d0c69080 R10: 0x00007dd16b420100 - R11: 0x0000000000000004 R12: 0x00007dd1ace418c0 R13: 0x0000000000000002 - R14: 0x00007dd1ace41a50 R15: 0x00007dd18bae5c58 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2bce RBP: 0x00007dd172d874a0 RSP: 0x00007dd1944442f8 - RAX: 0x00007dd1ad3c2bce RBX: 0x00007dd194343ee8 RCX: 0x00007dd194343ee8 - RDX: 0x00007dd194244140 RDI: 0x00007dd17381b7d0 RSI: 0x00007dd194343eb0 - R8: 0x00007dd194343eb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd17381b7d0 R13: 0x0000000000000024 - R14: 0x00007dd172d874b0 R15: 0x00007dd194343ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2bce RBP: 0x00007dd16f7874a0 RSP: 0x00007dd19524b2f8 - RAX: 0x00007dd1ad3c2bce RBX: 0x00007dd19514aee8 RCX: 0x00007dd19514aee8 - RDX: 0x00007dd19504b140 RDI: 0x00007dd17021b2d0 RSI: 0x00007dd19514aeb0 - R8: 0x00007dd19514aeb0 R9: 0x00007dd1abc5ef68 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd17021b2d0 R13: 0x0000000000000024 - R14: 0x00007dd16f7874b0 R15: 0x00007dd19514aee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2af4 RBP: 0x00007dd18b7e14a0 RSP: 0x00007dd18d40c2f8 - RAX: 0x00007dd1ad3c2af4 RBX: 0x00007dd18d30bee8 RCX: 0x00007dd18d30bee8 - RDX: 0x00007dd18d20c140 RDI: 0x00007dd187a1b050 RSI: 0x00007dd18d30beb0 - R8: 0x00007dd18d30beb0 R9: 0x00007dd1abc5f008 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd187a1b050 R13: 0x0000000000000024 - R14: 0x00007dd18b7e14b0 R15: 0x00007dd18d30bee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (758) crashed. Respawning worker. -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2af4 RBP: 0x00007dd18b7e14a0 RSP: 0x00007dd18dc102f8 - RAX: 0x00007dd1ad3c2af4 RBX: 0x00007dd18db0fee8 RCX: 0x00007dd18db0fee8 - RDX: 0x00007dd18da10140 RDI: 0x00007dd18681b2d0 RSI: 0x00007dd18db0feb0 - R8: 0x00007dd18db0feb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd18681b2d0 R13: 0x0000000000000024 - R14: 0x00007dd18b7e14b0 R15: 0x00007dd18db0fee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1108 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: :37: [BUG] Segmentation fault at 0x00007dd1ad3c2af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH][BUG] - -object allocation during garbage collection phase-- Ruby level backtrace information ---------------------------------------- - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' --- Control frame information ----------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' -c:0008 -p:---- s:0054 -- Threading information --------------------------------------------------- -e:000053 Total ractor count: 1 -l:y Ruby thread count for this ractor: 5 -b:---- --- Machine register context ------------------------------------------------ -yjit.c:200: RIP: 0x00007dd1ad3c2af4Assertion Failed: RBP: 0x00007dd18b1e25e0rb_iseq_get_yjit_payload: RSP: 0x00007dd18fa1f258 - RAX: 0x00007dd1ad3c2af4 RBX: 0x00007dd18f91eee8 RCX: 0x00007dd18f91eee8 -CFUNC RDX: 0x00007dd18f81f140 RDI: 0x00007dd180e1b2d0 :split - RSI: 0x00007dd18f91eeb0 - R8: 0x00007dd18f91eeb0 R9: 0x00007dd1abc5f148 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd180e1b2d0 R13: 0x0000000000000024c:0007 - R14: 0x00007dd18b1e25f0 R15: 0x00007dd18f91eee8[BUG] EFL: 0x0000000000010202p:0016 - -Segmentation fault at 0x0000000000000000-- C level backtrace information ------------------------------------------- - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -s:0048 c:0001 e:000047 p:---- IMEMO_TYPE_P(iseq, imemo_iseq)s:0003 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -e:000002 l:y Crashed while printing bug report -b:---- DUMMY [FINISH]l:n -b:---- -BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 - [FINISH]-- Threading information --------------------------------------------------- - -Total ractor count: 1 -Ruby thread count for this ractor: 5 -[BUG] --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1916ea9Aborted at 0x0000000000000413 RBP: 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - RSP: 0x00007dd18f41c7a0 -c:0006 RAX: 0x00007dd1b77f004ap:0027 RBX: 0x0000000000000000s:0042 RCX: 0x32343d622633313de:000041 -l:y RDX: 0x0000000000008008 RDI: 0x00007dd1ace28280b:0001 RSI: 0x00007dd1ace28280METHOD - :228 - R8: 0x00007dd1b77febb0c:0005 R9: 0x00007dd1d0c69080p:0166 R10: 0xe09c0eac3b89174es:0036 -e:000035 R11: 0x00007dd1d1d91020 R12: 0x00007dd1b77fec50l:y R13: 0x00007dd1ac5c9340 - R14: 0x000000000000000f R15: 0x00007dd2368a446d EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0004 ABRT received in SEGV handler -s:0049 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -ruby: YJIT has panicked. More info to follow... -INFO: 1122 is running. - -thread '' (519) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -:37: [BUG] Segmentation fault at 0x00007dd1ad3c54d3 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c54d3 RBP: 0x00007dd18abe04a0 RSP: 0x00007dd18e6152e0 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd18e415140 RCX: 0x00007dd18e514ee8 - RDX: 0x00007dd18e415140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd18e514eb0 R9: 0x00007dd1abc5f008 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd18501b550 R13: 0x00007dd18e514eb0 - R14: 0x00007dd18abe04b0 R15: 0x00007dd18e514ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (787) crashed. Respawning worker. -ERROR: Child worker (767) crashed. Respawning worker. -INFO: 1128 is running. -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000001000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0019 s:0049 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:---- METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1a252f7 RBP: 0x0000000000000000 RSP: 0x00007dd18ea16e18 - RAX: 0x0000000000001000 RBX: 0x00007dd1abc64788 RCX: 0x00007dd18e916e91 - RDX: 0x0000000000000100 RDI: 0x0000000000000000 RSI: 0x000000000000035a - R8: 0x000000000000e121 R9: 0x000000000000035a R10: 0x00007dd18ea16e40 - R11: 0x0000000000000002 R12: 0x00000000000035af R13: 0x0000000000000001 - R14: 0x00007dd18ea16e40 R15: 0x00007dd1abc64788 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 :37: [BUG] Segmentation fault at 0x00007dd1ad3c2bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2bce RBP: 0x00007dd18a5e14a0 RSP: 0x00007dd199e71258 - RAX: 0x00007dd1ad3c2bce RBX: 0x00007dd199d70ee8 RCX: 0x00007dd199d70ee8 - RDX: 0x00007dd199c71140 RDI: 0x00007dd16241b550 RSI: 0x00007dd199d70eb0 - R8: 0x00007dd199d70eb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd16241b550 R13: 0x0000000000000024 - R14: 0x00007dd18a5e14b0 R15: 0x00007dd199d70ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ -:37: [BUG] Segmentation fault at 0x00007dd1ad3c55c5 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- - RIP: 0x00007dd1ad3c2af4c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c55c5 RBP: 0x00007dd18b1e15e0 RSP: 0x00007dd19ac782e0 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd19aa78140 RCX: 0x00007dd19ab77ee8 - RDX: 0x00007dd19aa78140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd19ab77eb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x00007dd1b7605f00 R12: 0x00007dd15fa1b550 R13: 0x00007dd19ab77eb0 - R14: 0x00007dd18b1e15f0 R15: 0x00007dd19ab77ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - RBP: 0x00007dd18b1e24a0 RSP: 0x00007dd18d40c2f8 - RAX: 0x00007dd1ad3c2af4 RBX: 0x00007dd18d30bee8 RCX: 0x00007dd18d30bee8 - RDX: 0x00007dd18d20c140 RDI: 0x00007dd18801b2d0 RSI: 0x00007dd18d30beb0 - R8: 0x00007dd18d30beb0 R9: 0x00007dd1abc5ef68 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd18801b2d0 R13: 0x0000000000000024 - R14: 0x00007dd18b1e24b0 R15: 0x00007dd18d30bee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:21: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -# terminated with exception (report_on_exception is true): --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 SEGV received in SEGV handler -l:y b:---- DUMMY [FINISH] - -ABRT received in SEGV handler - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1916ea9 RBP: 0x0000000000000000 RSP: 0x00007dd19142c6e0 - RAX: 0x00007dd1d1d44ace RBX: 0x65725f6f69006b63 RCX: 0x00007dd1b77fec50 - RDX: 0x0000000000008008SEGV received in SEGV handler -ABRT received in SEGV handler -INFO: 1133 is running. -ruby: YJIT has panicked. More info to follow... - -thread '' (536) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x00007dd1ad3c5e8c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0030 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c5e8c RBP: 0x00007dd1ace730c8 RSP: 0x00007dd192e38e10 - RAX: 0x00007dd1ace73050 RBX: 0x00007dd192c39258 RCX: 0x0000000000100000 - RDX: 0x0000000000100005 RDI: 0x00007dd1d0d6f000 RSI: 0x00007dd1ace73050 - R8: 0x00007dd1ace73028 R9: 0x00007dd1d0c69080 R10: 0x0000000000000000 - R11: 0x00007dd192e38be0 R12: 0x00007dd176e1b2d0 R13: 0x00007dd192d38d60 - R14: 0x0000000055550083 R15: 0x00007dd1b756e620 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (349) crashed. Respawning worker. -INFO: 1139 is running. -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2af4 RBP: 0x00007dd18b1e25e0 RSP: 0x00007dd18e414258 - RAX: 0x00007dd1ad3c2af4 RBX: 0x00007dd18e313ee8 RCX: 0x00007dd18e313ee8 - RDX: 0x00007dd18e214140 RDI: 0x00007dd18561b550 RSI: 0x00007dd18e313eb0 - R8: 0x00007dd18e313eb0 R9: 0x00007dd1abc5f008 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd18561b550 R13: 0x0000000000000024 - R14: 0x00007dd18b1e25f0 R15: 0x00007dd18e313ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (1086) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0003 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1c41c24 RBP: 0x00007dd1ace5b630 RSP: 0x00007dd19ae78b48 - RAX: 0x0001010201000702 RBX: 0x00007dd15e221210 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x00007dd15e2201a8 RSI: 0x00007dd15e22016c - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000000000000000 R12: 0x00007dd1d1f80d08 R13: 0x00007dd1ace736e0 - R14: 0x0000000000000000 R15: 0x0000000000000002 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255: [BUG] Segmentation fault at 0x00007dd1ad3c5a5f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0013 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197: c:0005 [BUG] p:0166 s:0036 Object is missing entry in generic_fields_tble:000035 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -l:y b:0001 Crashed while printing bug report -METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 ABRT received in SEGV handler -p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255:in 'unescape' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c5a5f RBP: 0x00007dd1ace73500 RSP: 0x00007dd19363ccf0 - RAX: 0x00007dd1b582d020 RBX: 0x00007dd19343d1f0 RCX: 0x00007dd19343d1e8 - RDX: 0x0000000000000000 RDI: 0x00007dd1ace734d8 RSI: 0x00007dd1b582d020 - R8: 0x00007dd1ace734d8 R9: 0x00007dd1d101b1b8 R10: 0x00007dd1d101b1b8 - R11: 0x00007dd1ace5b6d0 R12: 0x00007dd17501b050 R13: 0x00007dd19353cdd0 - R14: 0x0000000055550083 R15: 0x00007dd1b756e620 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2bce RBP: 0x00007dd163d874a0 RSP: 0x00007dd198e692f8 - RAX: 0x00007dd1ad3c2bce RBX: 0x00007dd198d68ee8 RCX: 0x00007dd198d68ee8 - RDX: 0x00007dd198c69140 RDI: 0x00007dd16481b050 RSI: 0x00007dd198d68eb0 - R8: 0x00007dd198d68eb0 R9: 0x00007dd1abc5f0a8 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd16481b050 R13: 0x0000000000000024 - R14: 0x00007dd163d874b0 R15: 0x00007dd198d68ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x000000008900051c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0017 e:000016 l:y b:---- CFUNC :[] -c:0002 p:0008 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in '[]' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d19959f1 RBP: 0x0000000089000504 RSP: 0x00007dd18c002120 - RAX: 0x00000000ffffffff RBX: 0x00007dd1aceb9ed8 RCX: 0x00007dd1d199b010 - RDX: 0x0000000000000005 RDI: 0x00007dd1ace6ff38 RSI: 0x0000000089000504 - R8: 0x00007dd18be02068 R9: 0x00007dd18be02060 R10: 0x00007dd1b7593dc0 - R11: 0x0000000000000006 R12: 0x00007dd1ace6ff38 R13: 0x0000000000000001 - R14: 0x0000000055550083 R15: 0x00007dd1b756ade0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -ERROR: Child worker (78) crashed. Respawning worker. -SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] [BUG] Segmentation fault at 0x0000000000000079 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -Segmentation fault at 0x0000000000000000ABRT received in SEGV handler - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -c:0006 p:---- s:0042 e:000041 -- Control frame information ----------------------------------------------- -l:y b:---- -CFUNC --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1c41c24 RBP: 0x00007dd1b589df50 RSP: 0x00007dd199069ad8 - RAX: 0x0002020001000002 -thread '' (988) panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowed - RBX: 0x00007dd18a415030 RCX: 0x0000000000000000 -stack backtrace: - RDX: 0x0000000000000000ERROR: Child worker (804) crashed. Respawning worker. - RDI: 0x00007dd18a405168 RSI: 0x00007dd18a40512c - :split R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000000000000000 R12: 0x00007dd1d1f80d08 R13: 0x00007dd1ace736f0 - R14: 0x0000000000000000 R15: 0x0000000000000003 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -INFO: 1148 is running. -:37: [BUG] Segmentation fault at 0x00007dd1ad3c56a3 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c56a3 RBP: 0x00007dd18b7b3020 RSP: 0x00007dd194c482e0 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd194a48140 RCX: 0x00007dd194b47ee8 - RDX: 0x00007dd194a48140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x00007dd194b47eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd17141b2d0 R13: 0x00007dd194b47eb0 - R14: 0x00007dd18b7b3030 R15: 0x00007dd194b47ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:---- s:0019 e:000018 l:y b:---- CFUNC :== -c:0003 p:---- s:0016 e:000015 l:y b:---- CFUNC :include? -c:0002 p:0010 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in 'include?' -/app/app.rb:13:in '==' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1a252f7 RBP: 0x00007dd196654ec8 RSP: 0x00007dd196654e48 - RAX: 0x0000000000000010 RBX: 0x00007dd1abc64788 RCX: 0x0000000000000cd1 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000009d - R8: 0x000000000000e121 R9: 0x000000000000009d R10: 0x00007dd196654e70 - R11: 0x0000000000000000 R12: 0x000000000000009d R13: 0x00007dd1ace74540 - R14: 0x00007dd196654e70 R15: 0x00007dd1abc64788 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 :37: METHOD[BUG] :37 -c:0005 Segmentation fault at 0x00007dd1ad3c5565p:0010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -s:0031 e:000029 l:y b:0001 -- Control frame information ----------------------------------------------- -METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197c:0006 -p:0000 c:0004 s:0040 p:0006 e:000039 s:0026 l:y e:000025 b:0001 l:y METHODb:0001 :37METHOD -c:0005 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74p:0010 -s:0031 c:0003 p:0017 e:000029 s:0018 l:y b:0001 e:000017 METHODl:y /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197b:0001 -METHODc:0004 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103p:0006 -s:0026 e:000025 c:0002 p:0078 l:y s:0011 b:0001 e:000010 METHODl:y /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74b:0001 -METHODc:0003 /app/app.rb:18p:0017 [FINISH]s:0018 -e:000017 c:0001 l:y p:---- b:0001 s:0003 METHODe:000002 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103l:y -b:---- c:0002 DUMMY [FINISH]p:0078 -s:0011 e:000010 l:y -b:0001 METHOD-- Ruby level backtrace information ---------------------------------------- - /app/app.rb:18 [FINISH]/app/app.rb:18:in 'call' - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -c:0001 p:---- s:0003 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -e:000002 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -l:y :37:in 'initialize' -b:---- -DUMMY [FINISH]-- Threading information --------------------------------------------------- - -Total ractor count: 1 - -Ruby thread count for this ractor: 5 - --- Ruby level backtrace information ---------------------------------------- --- Machine register context ------------------------------------------------ -/app/app.rb:18:in 'call' - RIP: 0x00007dd1ad3c2af4/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' - RBP: 0x00007dd18b7e14a0/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' - RSP: 0x00007dd18f61d2f8/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' - -:37:in 'initialize' - - RAX: 0x00007dd1ad3c2af4-- Threading information --------------------------------------------------- - RBX: 0x00007dd18f51cee8Total ractor count: 1 - RCX: 0x00007dd18f51cee8Ruby thread count for this ractor: 5 - - - RDX: 0x00007dd18f41d140-- Machine register context ------------------------------------------------ - RDI: 0x00007dd181a1b2d0 RIP: 0x00007dd1ad3c5565 RSI: 0x00007dd18f51ceb0 RBP: 0x00007dd18b7e15e0 RSP: 0x00007dd18ea171c0 - - R8: 0x00007dd18f51ceb0 RAX: 0x00007dd1ad350000 R9: 0x00007dd1abc5f1e8 RBX: 0x00007dd18e817140 R10: 0x00007dd1b589df50 RCX: 0x00007dd18e916ee8 - - R11: 0x0000000000000005 RDX: 0x00007dd18e817140 R12: 0x00007dd181a1b2d0 RDI: 0x0000000000000014 R13: 0x0000000000000024 RSI: 0x0000000000000001 - - R14: 0x00007dd18b7e14b0 R8: 0x00007dd18e916eb0 R15: 0x00007dd18f51cee8 R9: 0x0000000000000014 EFL: 0x0000000000010202 R10: 0x0000000000000014 - - - R11: 0x00007dd1b7605f00-- C level backtrace information ------------------------------------------- - R12: 0x00007dd183e1b2d0 R13: 0x00007dd18e916eb0 - R14: 0x00007dd18b7e15f0 R15: 0x00007dd18e916ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000014 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :force_encoding -c:0012 p:0040 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'force_encoding' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d184748b RBP: 0x0000000000000001 RSP: 0x00007dd198865a50 - RAX: 0x0000000000000000 RBX: 0x00007dd1ace75788 RCX: 0x00007dd1d1f503c0 - RDX: 0x00007dd1d1f8ade0 RDI: 0x00000000ffffffff RSI: 0x0000000000000001 - R8: 0x0000000000000001 R9: 0x00007dd198666258 R10: 0x00007dd1d0dffb40 - R11: 0x0000000000000080 R12: 0x00000000ffffffff R13: 0x00007dd1d0d6f0a0 - R14: 0x0040000000000001 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -ERROR: Child worker (906) crashed. Respawning worker. -ERROR: Child worker (49) crashed. Respawning worker. - -thread '' (608) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -:37: SEGV received in SEGV handler -[BUG] Segmentation fault at 0x00007dd1ad3c2af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2af4 RBP: 0x00007dd18b7e14a0 RSP: 0x00007dd18ea172f8 - RAX: 0x00007dd1ad3c2af4 RBX: 0x00007dd18e916ee8 RCX: 0x00007dd18e916ee8 - RDX: 0x00007dd18e817140 RDI: 0x00007dd18381b050 RSI: 0x00007dd18e916eb0 - R8: 0x00007dd18e916eb0 R9: 0x00007dd1abc5f008 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd18381b050 R13: 0x0000000000000024 - R14: 0x00007dd18b7e14b0 R15: 0x00007dd18e916ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] Segmentation fault at 0x00007dd1ad3c5a5f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:---- s:0062 e:000061 l:y b:0001 METHOD -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c5a5f RBP: 0x00007dd1ace73050 RSP: 0x00007dd19323ad70 - RAX: 0x00007dd1b582d020 RBX: 0x00007dd19303b1f0 RCX: 0x00007dd19303b1e8 - RDX: 0x0000000000000000 RDI: 0x00007dd1ace73028 RSI: 0x00007dd1b582d020 - R8: 0x00007dd1ace73028 R9: 0x00007dd1d101b1b8 R10: 0x00007dd1d101b1b8 - R11: 0x00007dd1ace5b6d0 R12: 0x00007dd17621b2d0 R13: 0x00007dd19313add0 - R14: 0x0000000055550083 R15: 0x00007dd1b756e620 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1153 is running. -ruby: YJIT has panicked. More info to follow... -:37: [BUG] Segmentation fault at 0x000000000000001c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2c17 RBP: 0x00007dd18b1e14a0 RSP: 0x00007dd193c402c8 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd193a40140ruby: YJIT has panicked. More info to follow... - RCX: 0x00007dd193b3fee8 - RDX: 0x00007dd193a40140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd193b3feb0 R9: 0x00007dd1abc5ee28 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x0000000000000014 R13: 0x0000000000000014 - R14: 0x00007dd18b1e14b0 R15: 0x00007dd193b3fee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - -thread '' (256) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d178f9db RBP: 0x0000000000000002 RSP: 0x00007dd19b47bd70 - RAX: 0x0000000000000000 RBX: 0x00007dd1ace74c98 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007dd1ace74c98 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x00007dd1d0c69080 R10: 0x00007dd1d0dfec00 - R11: 0x00007dd1ace5b220 R12: 0x00007dd1ace74c70 R13: 0x0000000000000002 - R14: 0x00007dd1ace74c98 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:88: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:---- s:0030 e:000029 l:y b:---- CFUNC :to_h -c:0004 p:0024 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:88 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:88:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:88:in 'to_h' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2bce RBP: 0x00007dd15cabf840 RSP: 0x00007dd19b67d258 - RAX: 0x00007dd1ad3c2bce RBX: 0x00007dd19b57cee8 RCX: 0x00007dd19b57cee8 - RDX: 0x00007dd19b47d140 RDI: 0x00007dd15ca1b050 RSI: 0x00007dd19b57ceb0 - R8: 0x00007dd19b57ceb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd15ca1b050 R13: 0x0000000000000024 - R14: 0x00007dd15cabf850 R15: 0x00007dd19b57cee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'to_i' for an instance of Array -/app/app.rb:19:in 'App#call' -ERROR: - -:37: [BUG] Segmentation fault at 0x00007dd1ad3c56a3 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c56a3 RBP: 0x00007dd18b1e14a0 RSP: 0x00007dd192032240 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd191e32140 RCX: 0x00007dd191f31ee8 - RDX: 0x00007dd191e32140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x00007dd191f31eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd17981b2d0 R13: 0x00007dd191f31eb0 - R14: 0x00007dd18b1e14b0 R15: 0x00007dd191f31ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:463: [BUG] Segmentation fault at 0x00007dd1ad3c5ce9 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:---- s:0075 e:000074 l:y b:0001 METHOD -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c5ce9 RBP: 0x00007dd1ace73550 RSP: 0x00007dd195e50cf0 - RAX: 0x00007dd1abcb9df0 RBX: 0x00007dd195c51258 RCX: 0x00007dd195c51250 - RDX: 0x0000000000000000 RDI: 0x00007dd1abcba278 RSI: 0x00007dd1abcb9df0 - R8: 0x00007dd1ace73528 R9: 0x00007dd1ace73528 R10: 0x00007dd1d101b1b8 - R11: 0x00007dd1ace5b6f8 R12: 0x00007dd16e41b550 R13: 0x00007dd195d50d60 - R14: 0x0000000055550083 R15: 0x00007dd1b756e620 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000079 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -ruby: YJIT has panicked. More info to follow... -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: -thread '' (357) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -[BUG] Segmentation fault at 0x00007dd1ad3c2cdbstack backtrace: - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2cdb RBP: 0x00007dd1ace73168 RSP: 0x00007dd190e28d88 - RAX: 0x00007dd1ad3c2cdb RBX: 0x0000000000000000 RCX: 0x00007dd1d1a95128 - RDX: 0x0000000000000000 RDI: 0x00007dd17d41b550 RSI: 0x00007dd190d28e08 - R8: 0x00007dd190c29179 R9: 0x0000000000000000 R10: 0x00007dd17d41b550 - R11: 0x00007dd1ace5b6f8 R12: 0x00007dd1ace73178 R13: 0x0000000000000000 - R14: 0x0000000055550083 R15: 0x00007dd1b756e620 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (104) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] Segmentation fault at 0x0000000000000056 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0000 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253:in 'unescape' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2c06 RBP: 0x00007dd1893b9bd8 RSP: 0x00007dd18ca06c90 - RAX: 0x00007dd1ad3c2c01 RBX: 0x00007dd18c906e08 RCX: 0x0000000000000001 - RDX: 0x00007dd1893d3680 RDI: 0x00007dd18aa1b7d0 RSI: 0x00007dd18c906dd0 - R8: 0x000000001d6340b3 R9: 0x0000000000000001 R10: 0x0000000000000001 - R11: 0x0000000000000000 R12: 0x00007dd18aa1b7d0 R13: 0x0000000000000024 - R14: 0x00007dd1893b9be8 R15: 0x00007dd18c906e08 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - NoMemoryError: failed to allocate memory -No backtrace available. - -ERROR: - -SEGV received in SEGV handler -ABRT received in SEGV handler -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x00007dd1ad3c3000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0079 e:000078 l:y b:---- CFUNC :b -c:0012 p:0030 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'b' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c3000 RBP: 0x00007dd1ace5a208 RSP: 0x00007dd18c202d70 - RAX: 0x00007dd18c102d28 RBX: 0x00007dd18c003258 RCX: 0x00007dd1d1017608 - RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007dd1ace5a1e0 - R8: 0x00007dd1ace5a1f9 R9: 0x00007dd18c202b38 R10: 0x0000000000000000 - R11: 0x00007dd18c202b40 R12: 0x00007dd18b01b050 R13: 0x00007dd18c102d60 - R14: 0x0000000055550083 R15: 0x00007dd1b756e620 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1916ea9 RBP: 0x0000000000000000 RSP: 0x00007dd1920325b0 - RAX: 0x00007dd1b77fec68 RBX: 0x0000303830383a74 RCX: 0x303830383a74736f - RDX: 0x0000000000008008 RDI: 0x00007dd1ace28078 RSI: 0x00007dd1ace28078 - R8: 0x00007dd1b77febb0 R9: 0x00007dd1d0c69080 R10: 0xf4b614bf44a31258 - R11: 0x00007dd1d1d91020 R12: 0x00007dd1b77fec50 R13: 0x0000000000000004 - R14: 0x00007dd2368542e0 R15: 0x00007dd1ace28078 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Child worker (527) crashed. Respawning worker. -ERROR: Child worker (150) crashed. Respawning worker. -ERROR: Child worker (870) crashed. Respawning worker. -ERROR: Child worker (10) crashed. Respawning worker. -:37: [BUG] Segmentation fault at 0x00007dd1ad3c5611 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c5611 RBP: 0x00007dd171b874a0 RSP: 0x00007dd194a47240 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd194847140 RCX: 0x00007dd194946ee8 - RDX: 0x00007dd194847140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd194946eb0 R9: 0x00007dd1abc5f328 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd17261b7d0 R13: 0x00007dd194946eb0 - R14: 0x00007dd171b874b0 R15: 0x00007dd194946ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000001000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0078 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1a252f7 RBP: 0x0000000000000000 RSP: 0x00007dd192a36a98 - RAX: 0x0000000000001000 RBX: 0x00007dd1abc64788 RCX: 0x0000000000000002 - RDX: 0x0000000000000100 RDI: 0x0000000000000000 RSI: 0x00000000000001da - R8: 0x000000000000e121 R9: 0x00000000000001da R10: 0x00007dd192a36ac0 - R11: 0x00007dd192a36890 R12: 0x0000000000001da1 R13: 0x0000000000000001 - R14: 0x00007dd192a36ac0 R15: 0x00007dd1abc64788 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c5611 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c5611 RBP: 0x00007dd18abbb020 RSP: 0x00007dd19a273240 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd19a073140 RCX: 0x00007dd19a172ee8 - RDX: 0x00007dd19a073140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd19a172eb0 R9: 0x00007dd1abc5f148 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd16121b2d0 R13: 0x00007dd19a172eb0 - R14: 0x00007dd18abbb030 R15: 0x00007dd19a172ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -ruby: YJIT has panicked. More info to follow... -ruby: YJIT has panicked. More info to follow... - -thread '' (413) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 -thread '' (416) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -s:0042 e:000041 l:y stack backtrace: -b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1c41c24 RBP: 0x00007dd1ace5b040 RSP: 0x00007dd192232a58 - RAX: 0x0001010001000102 RBX: 0x00007dd1781a15e0 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x00007dd18b0f33c8 RSI: 0x00007dd18b0f338c - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000000000000000 R12: 0x00007dd1d1f80d08 R13: 0x00007dd178c1b050 - R14: 0x0000000000000000 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c5611 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c5611 RBP: 0x00007dd18b1e15e0 RSP: 0x00007dd1960522e0 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd195e52140 RCX: 0x00007dd195f51ee8 - RDX: 0x00007dd195e52140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd195f51eb0 R9: 0x00007dd1abc5f008 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd16d81b2d0 R13: 0x00007dd195f51eb0 - R14: 0x00007dd18b1e15f0 R15: 0x00007dd195f51ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (769) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -INFO: 1157 is running. -ERROR: Child worker (705) crashed. Respawning worker. -ERROR: Child worker (723) crashed. Respawning worker. -ERROR: Child worker (197) crashed. Respawning worker. -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:---- s:0037 e:000036 l:y b:---- CFUNC :sub -c:0004 p:0012 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/bundled_gems.rb:98 -c:0003 p:0009 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:57 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:57:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98:in 'warning?' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98:in 'sub' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84: ABRT received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c565d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c565d RBP: 0x00007dd1715874a0 RSP: 0x00007dd194c48240 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd194a48140 RCX: 0x00007dd194b47ee8 - RDX: 0x00007dd194a48140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd194b47eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd17201b7d0 R13: 0x00007dd194b47eb0 - R14: 0x00007dd1715874b0 R15: 0x00007dd194b47ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c55c5 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c55c5 RBP: 0x00007dd18a5b2020 RSP: 0x00007dd19a273240 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd19a073140 RCX: 0x00007dd19a172ee8 - RDX: 0x00007dd19a073140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd19a172eb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x00007dd1b7605f00 R12: 0x00007dd16181b550 R13: 0x00007dd19a172eb0 - R14: 0x00007dd18a5b2030 R15: 0x00007dd19a172ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x00007dd1ad3c6555 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c6555 RBP: 0x0000000000000001 RSP: 0x00007dd18e012358 - RAX: 0x00007dd1ad3c6555 RBX: 0x0000000000000000 RCX: 0x00007dd1d1a95128 - RDX: 0x0000000000000000 RDI: 0x00007dd18621b550 RSI: 0x00007dd18df11f90 - R8: 0x00007dd18df11f90 R9: 0x00007dd1ace20760 R10: 0x00007dd1ace20b70 - R11: 0x0000000000000006 R12: 0x00007dd18621b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x00007dd1ace20760 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (499) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -:37: [BUG] Segmentation fault at 0x00007dd1ad3c5611 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197stack backtrace: - -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c5611 RBP: 0x00007dd18a5e14a0 RSP: 0x00007dd192e392e0 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd192c39140 RCX: 0x00007dd192d38ee8 - RDX: 0x00007dd192c39140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd192d38eb0 R9: 0x00007dd1abc5f008 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd17741b550 R13: 0x00007dd192d38eb0 - R14: 0x00007dd18a5e14b0 R15: 0x00007dd192d38ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2bce RBP: 0x00007dd18b1e15e0 RSP: 0x00007dd19966d1d8 - RAX: 0x00007dd1ad3c2bce RBX: 0x00007dd19956cee8 RCX: 0x00007dd19956cee8 - RDX: 0x00007dd19946d140 RDI: 0x00007dd16361b2d0 RSI: 0x00007dd19956ceb0 - R8: 0x00007dd19956ceb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd16361b2d0 R13: 0x0000000000000024 - R14: 0x00007dd18b1e15f0 R15: 0x00007dd19956cee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x00007dd1ad3c581e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c581e RBP: 0x00007dd1ace730a0 RSP: 0x00007dd191a2ed70 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd19182f1c0 RCX: 0x00007dd1d1a95128 - RDX: 0x0000000000000000 RDI: 0x00007dd1ace73078 RSI: 0x00007dd1ace6a6a8 - R8: 0x00007dd19182f179 R9: 0x0000000000000000 R10: 0x00007dd17b01b550 - R11: 0x00007dd1ace5b6f8 R12: 0x00007dd17b01b550 R13: 0x00007dd19192ee08 - R14: 0x0000000055550083 R15: 0x00007dd1b756e620 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (151) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x00007dd1ad3c8000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c8000 RBP: 0x00007dd1ace72fd8 RSP: 0x00007dd194443d40 - RAX: 0x00007dd1ace72e20 RBX: 0x00007dd194244258 RCX: 0x0000000000000061 - RDX: 0x0000000000000002 RDI: 0x00007dd1d101b1b8 RSI: 0x00007dd1ace72e20 - R8: 0x00007dd1ace72df8 R9: 0x00007dd1d0c69080 R10: 0x00007dd1d20c3ac0 - R11: 0x00000000000001c0 R12: 0x00007dd17321b550 R13: 0x00007dd194343d60 - R14: 0x0000000055550083 R15: 0x00007dd1b756e620 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1172 is running. -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2bce RBP: 0x00007dd18abbb020 RSP: 0x00007dd190e292f8 - RAX: 0x00007dd1ad3c2bce RBX: 0x00007dd190d28ee8 RCX: 0x00007dd190d28ee8 - RDX: 0x00007dd190c29140 RDI: 0x00007dd17ce1b2d0 RSI: 0x00007dd190d28eb0 - R8: 0x00007dd190d28eb0 R9: 0x00007dd1abc5f008 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd17ce1b2d0 R13: 0x0000000000000024 - R14: 0x00007dd18abbb030 R15: 0x00007dd190d28ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1165 is running. -stack backtrace: -ruby: YJIT has panicked. More info to follow... - -thread '' (379) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77: [BUG] Segmentation fault at 0x00007dd1ad3c889b -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0006 s:0054 e:000053 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77 -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243ruby: YJIT has panicked. More info to follow... - -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 -thread '' (133) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed - [FINISH] -c:0001 stack backtrace: -p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77:in 'block in parse_query' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c889b RBP: 0x00007dd1ac73bd18 RSP: 0x00007dd192a37160 - RAX: 0x00007dd1928370c8 RBX: 0x00007dd1928371b0 RCX: 0x00007dd1b756d798 - RDX: 0x0000000000000000 RDI: 0x00007dd1abc5e388 RSI: 0x00007dd1abcbe1e8 - R8: 0x0000000000000004 R9: 0x00007dd1abcbe2b0 R10: 0x00007dd1abcbe1e8 - R11: 0x00007dd1abcbe1e8 R12: 0x00007dd17801b550 R13: 0x00007dd192936e40 - R14: 0x00007dd1ac73bd30 R15: 0x00007dd192936ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2af4 RBP: 0x00007dd18abe04a0 RSP: 0x00007dd18f41c1d8 - RAX: 0x00007dd1ad3c2af4 RBX: 0x00007dd18f31bee8 RCX: 0x00007dd18f31bee8 - RDX: 0x00007dd18f21c140 RDI: 0x00007dd18261b550 RSI: 0x00007dd18f31beb0 - R8: 0x00007dd18f31beb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd18261b550 R13: 0x0000000000000024 - R14: 0x00007dd18abe04b0 R15: 0x00007dd18f31bee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1180 is running. -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x000000726f727245 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1a252f7 RBP: 0x00007dd190625678 RSP: 0x00007dd1906255f8 - RAX: 0x0000000000000010 RBX: 0x00007dd1abc64760 RCX: 0x0000000000000c11 - RDX: 0x0000000000000001 RDI: 0x0000000000000000# terminated with exception (report_on_exception is true): - RSI: 0x000000000000009d - R8: 0x000000000000e121 R9: 0x000000000000009d R10: 0x00007dd190625620 - R11: 0x00007dd1d1a9e830 R12: 0x000000000000009d R13: 0x00007dd1ace752b0 - R14: 0x00007dd190625620 R15: 0x00007dd1abc64760 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c565d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 undefined method '_hijack' for class 'String' (NameError)p:0006 s:0026 -e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c565d RBP: 0x00007dd173387400 RSP: 0x00007dd1940421c0 -ruby: YJIT has panicked. More info to follow... - RAX: 0x00007dd1ad350000 RBX: 0x00007dd193e42140 RCX: 0x00007dd193f41ee8 - RDX: 0x00007dd193e42140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd193f41eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd173e1b550 R13: 0x00007dd193f41eb0 - R14: 0x00007dd173387410 R15: 0x00007dd193f41ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - -thread '' (610) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77: [BUG] system stack overflow during GC. Faulty native extension? -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:---- s:0059 e:000058 l:y b:---- CFUNC :[] -c:0008 p:0006 s:0054 e:000053 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77 -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77:in 'block in parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77:in '[]' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Aborted at 0x000000000000014a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -SEGV received in SEGV handler -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (998) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 -stack backtrace: -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2bce RBP: 0x00007dd18b7b3020 RSP: 0x00007dd19a6751d8 - RAX: 0x00007dd1ad3c2bce RBX: 0x00007dd19a574ee8 RCX: 0x00007dd19a574ee8 - RDX: 0x00007dd19a475140 RDI: 0x00007dd16001b050 RSI: 0x00007dd19a574eb0 - R8: 0x00007dd19a574eb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd16001b050 R13: 0x0000000000000024 - R14: 0x00007dd18b7b3030 R15: 0x00007dd19a574ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (629) crashed. Respawning worker. -ERROR: Child worker (188) crashed. Respawning worker. -ruby: YJIT has panicked. More info to follow... -ERROR: Child worker (1043) crashed. Respawning worker. -ERROR: Child worker (741) crashed. Respawning worker. - -thread '' (405) panicked at ./yjit/src/core.rs:3648:13: -assertion failed: !(branch.gen_fn.get_shape() == target_branch_shape && - new_block.start_addr != branch.end_addr.get()) -:37: [BUG] Segmentation fault at 0x00007dd1ad3c565d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -stack backtrace: --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:111: -[BUG] -- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 -Segmentation fault at 0x0000000000000024 --- Machine register context ------------------------------------------------ - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - RIP: 0x00007dd1ad3c565d RBP: 0x00007dd18b1e14a0-- Control frame information ----------------------------------------------- - RSP: 0x00007dd190e292e0 - RAX: 0x00007dd1ad350000c:0005 RBX: 0x00007dd190c29140p:---- RCX: 0x00007dd190d28ee8s:0037 -e:000036 l:y RDX: 0x00007dd190c29140b:---- RDI: 0x0000000000000014CFUNC RSI: 0x0000000000000014 :split - - R8: 0x00007dd190d28eb0 R9: 0x0000000000000014c:0004 R10: 0x0000000000000014p:0044 -s:0031 R11: 0x00007dd1b7605f00e:000030 R12: 0x00007dd17da1b7d0l:y R13: 0x00007dd190d28eb0b:0001 -METHOD R14: 0x00007dd18b1e14b0 /usr/local/lib/ruby/4.0.0/bundled_gems.rb:111 R15: 0x00007dd190d28ee8 - EFL: 0x0000000000010246 - -c:0003 -- C level backtrace information ------------------------------------------- -p:0009 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:57 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:57:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:111:in 'warning?' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:111:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d178f9db RBP: 0x0000000000000004 RSP: 0x00007dd18ca06ab0 - RAX: 0x0000000000000004 RBX: 0x00007dd1ace5cd00 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007dd1ace5cd00 RSI: 0x0000000000000001 - R8: 0x0000000000000001 R9: 0x00007dd1d0c69080 R10: 0x00007dd1ace5cf58 - R11: 0x00007dd1ace5cf58 R12: 0x00007dd1ace5cc60 R13: 0x0000000000000004 - R14: 0x00007dd1ace5cd00 R15: 0x0000000000000004 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (330) crashed. Respawning worker. -:37: [BUG] Segmentation fault at 0x00007dd1ad3c55c5 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c55c5 RBP: 0x00007dd18b1e1400 RSP: 0x00007dd19b47c2e0 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd19b27c140 RCX: 0x00007dd19b37bee8 - RDX: 0x00007dd19b27c140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd19b37beb0 R9: 0x00007dd1abc5f008 R10: 0x00007dd1b589df50 - R11: 0x00007dd1b7605f00 R12: 0x00007dd15dc1b550 R13: 0x00007dd19b37beb0 - R14: 0x00007dd18b1e1410 R15: 0x00007dd19b37bee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb:34: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (289) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000020 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d178f9db RBP: 0x0000000000000004 RSP: 0x00007dd18f61ce90 - RAX: 0x0000000000000000 RBX: 0x00007dd1ace72128 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007dd1ace72128 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x00007dd1d0c69080 R10: 0x00007dd1d0dfec00 - R11: 0x00007dd1ace5b068 R12: 0x00007dd1ace720b0 R13: 0x0000000000000004 - R14: 0x00007dd1ace72128 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x00007dd1ad3c5fa0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c5fa0 RBP: 0x00007dd1ace73370 RSP: 0x00007dd19b47bd70 - RAX: 0x00007dd1ace73280 RBX: 0x00007dd19b27c258 RCX: 0x0000000000000061 - RDX: 0x0000000000000002 RDI: 0x00007dd1ace73298 RSI: 0x00007dd1ace73280 - R8: 0x00007dd1ace73230 R9: 0x00007dd1d0c69080 R10: 0x00007dd1d20c3ac0 - R11: 0x0000000004fa2030 R12: 0x00007dd15d01b050 R13: 0x00007dd19b37bd60 - R14: 0x0000000055550083 R15: 0x00007dd1b756e620 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:464: [BUG] Segmentation fault at 0x00007dd1ad3c3000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :match? -c:0012 p:0006 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:464 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in 'match?' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c3000 RBP: 0x00007dd1ace730c8 RSP: 0x00007dd194c47d70 - RAX: 0x00007dd194a48260 RBX: 0x00007dd194a48258 RCX: 0x00007dd1b756b628 - RDX: 0x0000000000000000 RDI: 0x00007dd1abcba278 RSI: 0x00007dd1abcb9df0 - R8: 0x00007dd1ace730a0 R9: 0x00007dd1ace730a0 R10: 0x00007dd1d101b1b8 - R11: 0x00007dd1ace5b040 R12: 0x00007dd170e1b050 R13: 0x00007dd194b47d60 - R14: 0x0000000055550083 R15: 0x00007dd1b756e620 EFL: 0x0000000000010216 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ac562d90 RBP: 0x00007dd18de119b0 RSP: 0x00007dd18de117f0 - RAX: 0x0000000000000008 RBX: 0x00007dd2368b8080 RCX: 0x0000000000000027 - RDX: 0x0000000000000008 RDI: 0x00007dd1ace75608 RSI: 0x0000000000000000 - R8: 0x00007dd18de117c4 R9: 0x00000000000001ff R10: 0x0000000000000000 - R11: 0xfc007def44312652 R12: 0x00007dd1ace755f8 R13: 0x00007dd1ac5c9340 - R14: 0x00007dd1ace75c88 R15: 0x00007dd18de11940 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'bytesize' for an instance of Array -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:225:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1187 is running. -ERROR: Child worker (548) crashed. Respawning worker. -ruby: YJIT has panicked. More info to follow... - -thread '' (529) panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowed -stack backtrace: -:37: [BUG] Segmentation fault at 0x00007dd1ad3c54d3 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c54d3 RBP: 0x00007dd18b1e2400 RSP: 0x00007dd18ee192e0 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd18ec19140 RCX: 0x00007dd18ed18ee8 - RDX: 0x00007dd18ec19140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007dd18ed18eb0 R9: 0x00007dd1abc5f008 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd18321b2d0 R13: 0x00007dd18ed18eb0 - R14: 0x00007dd18b1e2410 R15: 0x00007dd18ed18ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000014 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :force_encoding -c:0012 p:0040 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHODSEGV received in SEGV handler - :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -ABRT received in SEGV handler -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'force_encoding' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d184748b RBP: 0x0000000000000001 RSP: 0x00007dd19122ab70 - RAX: 0x0000000000000000 RBX: 0x00007dd1ace756e8 RCX: 0x00007dd1d1f503c0 - RDX: 0x00007dd1d1f8ade0 RDI: 0x00000000ffffffff RSI: 0x0000000000000001 - R8: 0x0000000000000001 R9: 0x00007dd19102b258 R10: 0x00007dd1d0dffb40 - R11: 0x00000000077cd428 R12: 0x00000000ffffffff R13: 0x00007dd1d0d6f0a0 - R14: 0x0000000000002007 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2bce RBP: 0x00007dd18b1e14a0 RSP: 0x00007dd190223258 - RAX: 0x00007dd1ad3c2bce RBX: 0x00007dd190122ee8 RCX: 0x00007dd190122ee8 - RDX: 0x00007dd190023140 RDI: 0x00007dd18021b7d0 RSI: 0x00007dd190122eb0 - R8: 0x00007dd190122eb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd18021b7d0 R13: 0x0000000000000024 - R14: 0x00007dd18b1e14b0 R15: 0x00007dd190122ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (586) panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... -ERROR: Child worker (554) crashed. Respawning worker. -ERROR: Child worker (112) crashed. Respawning worker. -ERROR: Child worker (1017) crashed. Respawning worker. -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2af4 RBP: 0x00007dd18b7e1720 RSP: 0x00007dd18cc082f8 - RAX: 0x00007dd1ad3c2af4 RBX: 0x00007dd18cb07ee8 RCX: 0x00007dd18cb07ee8 - RDX: 0x00007dd18ca08140 RDI: 0x00007dd18921b050 RSI: 0x00007dd18cb07eb0 - R8: 0x00007dd18cb07eb0 R9: 0x00007dd1abc20650 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd18921b050 R13: 0x0000000000000024 - R14: 0x00007dd18b7e1730 R15: 0x00007dd18cb07ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (1039) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... - -thread '' (34) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000014 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :force_encoding -c:0012 p:0040 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'force_encoding' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d184748b RBP: 0x0000000000000001 RSP: 0x00007dd19a272d00 - RAX: 0x0000000000000000 RBX: 0x00007dd1ace71d40 RCX: 0x00007dd1d1f503c0 - RDX: 0x00007dd1d1f8ade0 RDI: 0x00000000ffffffff RSI: 0x0000000000000001 - R8: 0x0000000000000001 R9: 0x00007dd1d0c69080 R10: 0x00007dd1d20c3ac0 - R11: 0x00007dd1ace71d40 R12: 0x00000000ffffffff R13: 0x00007dd1d0d6f0a0 - R14: 0x000000000000b11a R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2af4 RBP: 0x00007dd18b1e2400 RSP: 0x00007dd18f01a2f8 - RAX: 0x00007dd1ad3c2af4 RBX: 0x00007dd18ef19ee8 RCX: 0x00007dd18ef19ee8 - RDX: 0x00007dd18ee1a140 RDI: 0x00007dd182c1b2d0 RSI: 0x00007dd18ef19eb0 - R8: 0x00007dd18ef19eb0 R9: 0x00007dd1abc5f1e8 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd182c1b2d0 R13: 0x0000000000000024 - R14: 0x00007dd18b1e2410 R15: 0x00007dd18ef19ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Segmentation fault at 0x00007dd1ad3c614c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0000 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c614c RBP: 0x00007dd1ac73bd18 RSP: 0x00007dd19564d218 - RAX: 0x00007dd1ad3c614c RBX: 0x0000000000000000 RCX: 0x00007dd1d1a95128 - RDX: 0x0000000000000000 RDI: 0x00007dd16fc1b550 RSI: 0x00007dd19554ce78 - R8: 0x00007dd16f1e6280 R9: 0x00007dd19544d119 R10: 0x00007dd19554ce78 - R11: 0x00007dd1ace5b018 R12: 0x00007dd16fc1b550 R13: 0x00007dd19554ceb0 - R14: 0x00007dd1ac73bd30 R15: 0x00007dd19554cee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007dd1ad3c56a3 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y 0b:0001 : METHOD /app/app.rb:18__rustc [FINISH]:: -rust_begin_unwindc:0001 -p:---- at s:0003 e:000002 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rsl:y :b:---- 698:DUMMY 5 [FINISH] - - --- Ruby level backtrace information ---------------------------------------- - /app/app.rb:18:in 'call' - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -1/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -: /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -core:37:in 'initialize' -:: -panicking::-- Threading information --------------------------------------------------- -panic_fmtTotal ractor count: 1 - - at Ruby thread count for this ractor: 5 -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs -:-- Machine register context ------------------------------------------------ -75: RIP: 0x00007dd1ad3c56a314 RBP: 0x00007dd178787400 - RSP: 0x00007dd192434240 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd192234140 RCX: 0x00007dd192333ee8 - RDX: 0x00007dd1922341402 RDI: 0x0000000000000014: RSI: 0x0000000000000001core:: -cell R8: 0x00007dd192333eb0:: R9: 0x0000000000000014panic_already_mutably_borrowed R10: 0x0000000000000014:: -do_panic R11: 0x00007dd1b7605f00:: R12: 0x00007dd17921b550runtime R13: 0x00007dd192333eb0 - - at R14: 0x00007dd178787410/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs R15: 0x00007dd192333ee8: EFL: 0x0000000000010246173 - -:-- C level backtrace information ------------------------------------------- -21 - 3: core::cell::panic_already_mutably_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_mutably_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:992:25 - 6: yjit::virtualmem::VirtualMemory::mapped_end_ptr - at /usr/src/ruby/yjit/src/virtualmem.rs:151:49 - 7: yjit::asm::CodeBlock::addrs_to_pages - at /usr/src/ruby/yjit/src/asm/mod.rs:437:38 -INFO: 1192 is running. -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] 8: yjit::core::add_block_version - at /usr/src/ruby/yjit/src/core.rs:2380:20 - 9: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3113:14 - 10: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 11: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3250:17 - 12: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 13: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 14: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 15: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 16: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 -ERROR: Child worker (416) crashed. Respawning worker. -ERROR: Child worker (1034) crashed. Respawning worker. -:37: [BUG] Segmentation fault at 0x00007dd1ad3c2bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2bce RBP: 0x00007dd18b1e1400 RSP: 0x00007dd195e51258 - RAX: 0x00007dd1ad3c2bce RBX: 0x00007dd195d50ee8 RCX: 0x00007dd195d50ee8 - RDX: 0x00007dd195c51140 RDI: 0x00007dd16de1b2d0 RSI: 0x00007dd195d50eb0 - R8: 0x00007dd195d50eb0 R9: 0x00007dd1abc5f008 R10: 0x00007dd1b589df50 - R11: 0x0000000000000005 R12: 0x00007dd16de1b2d0 R13: 0x0000000000000024 - R14: 0x00007dd18b1e1410 R15: 0x00007dd195d50ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- - 17: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 18: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 19: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 20: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 21: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 22: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 23: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 24: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ruby: YJIT has panicked. More info to follow... - -thread '' (566) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... - -thread '' (45) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 25: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 26: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 27: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 28: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 -INFO: 1198 is running. - 29: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 30: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c55c5] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -31 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -: 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -http1_on_request - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - at 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -. 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -/ 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb -: 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -554 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -:3 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -32: 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -http1_parse 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - at 245 /usr/local/lib/ruby/4.0.0/uri.rb -. 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -/ 247 /usr/local/lib/ruby/4.0.0/delegate.rb -vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -:924 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -: 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -14 - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 33 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -: 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -http1_consume_data 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - - at 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -. 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb -/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb -: 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -690 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -: 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -9 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - - 34: http1_on_data_first_time - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776:3 -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd163818000-7dd163a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd163a00000-7dd166600000 rw-p 00000000 00:00 0 -7dd166678000-7dd167f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd167f7f000-7dd1681ff000 rw-p 00000000 00:00 0 -7dd1681ff000-7dd168200000 ---p 00000000 00:00 0 -7dd168200000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18ae90000-7dd18aef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b410000-7dd18b4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba10000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de8768f8000-7de8768fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 35: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 36: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 37: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 38: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 39: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 40: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 41: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 42: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 43: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 44: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 45: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - ERROR: Child worker (425) crashed. Respawning worker. - 20ERROR: Child worker (22) crashed. Respawning worker. -: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: jit_exec - at /usr/src/ruby/vm.c:567:30 - 22: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 -ERROR: Child worker (1061) crashed. Respawning worker. - 23: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 24: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 25: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 26: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:107: [BUG] Segmentation fault at 0x00007dd1ad3c2000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:0035 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/bundled_gems.rb:107 -c:0003 p:0009 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:57 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:57:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:107:in 'warning?' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c2000 RBP: 0x00007dd16f61b7d0 RSP: 0x00007dd195a4ebf0 - RAX: 0x00007dd1b58a7f28 RBX: 0x00007dd19584f0f8 RCX: 0x0000000000000000 - RDX: 0x0200000000100925 RDI: 0x00007dd1b58a7f28 RSI: 0x00007dd1ace73348 - R8: 0x0000000000000007 R9: 0x00007dd1d0c69080 R10: 0x00007dd1ace73348 - R11: 0x00007dd1ace73348 R12: 0x00007dd16f61b7d0 R13: 0x00007dd19594ef20 - R14: 0x00007dd1ac706a80 R15: 0x00007dd1ace23208 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - 27: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 28: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 29: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 30: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 31: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 32: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 33: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 -undefined method '_hijack' for class 'String' (NameError) - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 -INFO: 1202 is running. - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_send - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000014 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :force_encoding -c:0012 p:0040 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 - c:0005 p:0166 7s:0036 : yjite:000035 ::l:y coreb:0001 ::METHODgen_block_series_body /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 - - at /usr/src/ruby/yjit/src/core.rsc:0004 :p:0019 3109s:0026 :e:000025 23 -l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -8: c:0003 yjitp:0017 ::s:0018 coree:000017 ::l:y gen_block_seriesb:0001 -METHOD at /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103/usr/src/ruby/yjit/src/core.rs -:c:0002 3087p:0078 :s:0011 18 -e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'force_encoding' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d184748b RBP: 0x0000000000000001 RSP: 0x00007dd18da0f2a0 - RAX: 0x0000000000000000 RBX: 0x00007dd1abcb0f48 RCX: 0x00007dd1d1f503c0 - RDX: 0x00007dd1d1f8ade0 RDI: 0x00000000ffffffff RSI: 0x0000000000000001 - R8: 0x0000000000000001 R9: 0x00007dd1d0c69080 R10: 0x00007dd1d20c3ac0 - R11: 0x00007dd1abcb0f48 R12: 0x00000000ffffffff R13: 0x00007dd1d0d6f0a0 - R14: 0x000000000000201a R15: 0x0000000000000001 EFL: 0x00000000000102469 - -: -- C level backtrace information ------------------------------------------- -yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26�6�b�} -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1207 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x00000000003131bd -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d178f9db RBP: 0x000000000000000b RSP: 0x00007dd195c50020 - RAX: 0x0000000000313165 RBX: 0x00007dd1abcb7f78 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007dd1abcb7f78 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x00007dd1d0c69080 R10: 0x00007dd195b4fe78 - R11: 0x00007dd1ace5b6f8 R12: 0x00007dd1abcb7f50 R13: 0x000000000000000b - R14: 0x00007dd1abcb7f78 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (714) crashed. Respawning worker. -ruby: YJIT has panicked. More info to follow... - -thread '' (666) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 5 -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000014 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :force_encoding -c:0012 p:0040 s:0075 e:000074 l:y b:---- METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y SEGV received in SEGV handler -b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y ABRT received in SEGV handler -b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2572:57 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x00007dd1ad3c56f7 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1ad3c56f7 RBP: 0x00007dd18a5e1400 RSP: 0x00007dd19906a240 - RAX: 0x00007dd1ad350000 RBX: 0x00007dd198e6a140 RCX: 0x00007dd198f69ee8 - RDX: 0x00007dd198e6a140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x00007dd198f69eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x00007dd1b7605f00 R12: 0x00007dd16541b7d0 R13: 0x00007dd198f69eb0 - R14: 0x00007dd18a5e1410 R15: 0x00007dd198f69ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x19) [0x7dd1d1a25981] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(rb_managed_id_table_lookup) /usr/src/ruby/id_table.c:409 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative+0x2ab) [0x7dd1d1a7f5db] /usr/src/ruby/vm_method.c:1900 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0x5) [0x7dd1d1a81bf6] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(callable_method_entry_refinements) /usr/src/ruby/vm_method.c:2009 -/usr/local/lib/libruby.so.4.0(rb_callable_method_entry_with_refinements) /usr/src/ruby/vm_method.c:2016 -/usr/local/lib/libruby.so.4.0(mnew_from_me+0x0) [0x7dd1d19623d0] /usr/src/ruby/proc.c:1928 -/usr/local/lib/libruby.so.4.0(mnew_callable) /usr/src/ruby/proc.c:1929 -/usr/local/lib/libruby.so.4.0(obj_method) /usr/src/ruby/proc.c:2226 -/usr/local/lib/libruby.so.4.0(rb_obj_method) /usr/src/ruby/proc.c:2271 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(new_rack_io+0x9d) [0x7dd1ac57142d] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_rack_io.c:230 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8b4) [0x7dd1ac562d14] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:671 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7dd1d1a32e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7dd1ac559756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7dd1ac5649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7dd1ac534a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7dd1ac5428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7dd1ac543442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7dd1ac5005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7dd1ac4f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7dd1ac4f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7dd1ac55de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7dd1d1a32a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7dd1ac55df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7dd1d1a3634b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7dd1d1a36f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd162618000-7dd162800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd162800000-7dd165400000 rw-p 00000000 00:00 0 -7dd165478000-7dd166d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd166d7f000-7dd166fff000 rw-p 00000000 00:00 0 -7dd166fff000-7dd167000000 ---p 00000000 00:00 0 -7dd167000000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aec0000-7dd18aef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b410000-7dd18b4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba10000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de9368f8000-7de9368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (311) crashed. Respawning worker. -ERROR: Child worker (621) crashed. Respawning worker. -ERROR: Child worker (388) crashed. Respawning worker. -INFO: 1213 is running. -ERROR: Child worker (292) crashed. Respawning worker. -ERROR: Child worker (339) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 - 16: yjit::codegen::jit_guard_known_klass - at /usr/src/ruby/yjit/src/codegen.rs:5067:13 - 17: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 18: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjitINFO: 1218 is running. -::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:485:8 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 14: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 9: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std ::15panicking: ::yjitcatch_unwind::::do_callcore -:: at gen_entry_point_body/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs -: at 590/usr/src/ruby/yjit/src/core.rs::403235 -:35 - 14 : 16std: ::yjitpanicking::::corecatch_unwind:: -gen_entry_point at -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs at :/usr/src/ruby/yjit/src/core.rs553::322519: -20 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:112: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26�,�^�} -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:0048 s:0032 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/bundled_gems.rb:112 -c:0003 p:0009 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:57 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:57:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:112:in 'warning?' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 17: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 18: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 19: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 20: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -INFO: 1223 is running. - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 21: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 22: jit_exec - at /usr/src/ruby/vm.c:567:30 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 24: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 25: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 26: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 27: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 28: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 29: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 30: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 31: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 32: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 33: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 34: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 - 16: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2607:9 - 17: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 18: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 19: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 20: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 21: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 22: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 23: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 24: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 25: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 26: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 27: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 28: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 29: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 7: yjit::asm::CodeBlock::write_byte - at 10: /usr/src/ruby/yjit/src/asm/mod.rsyjit:::460backend:::51ir -::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -INFO: 1228 is running. - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 -ERROR: Child worker (158) crashed. Respawning worker. -ERROR: Child worker (1122) crashed. Respawning worker. -ERROR: Child worker (267) crashed. Respawning worker. - 14: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 15: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2468:20 - 16: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 - 19: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 16: yjit::codegen::gen_getblockparamproxy - at /usr/src/ruby/yjit/src/codegen.rs:10459:9 - 17: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 18: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 19: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 20: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 20: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 21: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 21: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 22: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs :221062: :yjit15:: -core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 23: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 24: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 25: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 26: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 27: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 28: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:38: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 23: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 24: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 25: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 26: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 27: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 28: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 29: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:0011 s:0021 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d178f9dbERROR: Child worker (657) crashed. Respawning worker. - RBP: 0x0000000000000002 RSP: 0x00007dd18fc20320 - RAX: 0x0000000000000000 RBX: 0x00007dd1ace13ab0 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007dd1ace13ab0 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x00007dd1d0c69080 R10: 0x0000000000000001 - R11: 0x00000000037a6230 R12: 0x00007dd1ace13a88 R13: 0x0000000000000002 - R14: 0x00007dd1ace13ab0 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -INFO: 1238 is running. -INFO: 1233 is running. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - ERROR: Child worker (923) crashed. Respawning worker. - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:437:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2af4] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -ABRT received in SEGV handler - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd17bc18000-7dd17be00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd17be00000-7dd17ea00000 rw-p 00000000 00:00 0 -7dd17ea78000-7dd18037f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd18037f000-7dd1805ff000 rw-p 00000000 00:00 0 -7dd1805ff000-7dd180600000 ---p 00000000 00:00 0 -7dd180600000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c70600 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -0 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3c6000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3c6000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x00007dd100313165ABRT received in SEGV handler - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd7f68f8000-7dd7f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 14: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 15: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 16: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 17: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 18: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 19: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 20: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 21: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 22: jit_exec - at /usr/src/ruby/vm.c:567:30 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 24: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 25: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 26: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 27: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 - 28: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 29: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 30: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 31: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 32: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 33: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 34: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - -thread '' (321) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] stack backtrace: -YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y 0b:0001 : METHOD__rustc :228:: -rust_begin_unwind - at c:0005 p:0166 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rss:0036 :e:000035 698:l:y 5b:0001 -METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 1e:000025 : l:y coreb:0001 ::panickingMETHOD:: /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76panic_fmt - - at c:0003 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rsp:0017 :s:0018 75e:000017 :l:y 14 -b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 - c:0002 p:0078 2s:0011 : coree:000010 ::l:y cellb:0001 ::METHODpanic_already_borrowed:: /app/app.rb:18do_panic [FINISH]:: -runtimec:0001 -p:---- at s:0003 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rse:000002 :l:y 173b:---- :21DUMMY - [FINISH] - - -- Ruby level backtrace information ---------------------------------------- -3: core/app/app.rb:18:in 'call' -::/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -cell/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -::/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -panic_already_borrowed:::228:in 'each' -do_panic/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' - at /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs -:-- Threading information --------------------------------------------------- -2435Total ractor count: 1 -:9Ruby thread count for this ractor: 5 - - - -- C level backtrace information ------------------------------------------- - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 24: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 25: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 26: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 27: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 - 28: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 29: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 30: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 31: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 32: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 33: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 34: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - -thread '' (375) panicked at ./yjit/src/virtualmem.rs:269:40: -RefCell already borrowed -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] Aborted at 0x0000000000000141 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -stack backtrace: -Crashed while printing bug report - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: 5: core::cell::RefCell::borrow_mutyjit - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm:: 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -x86_64 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - ::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::pop - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs :111208: :17yjit -::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs12:: 1058yjit:::core13:: -PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 - 10: yjit ::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:644:21 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 11 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - : yjit13::: backendyjit::::x86_64backend:::::::24compile_with_regs - - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 15: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2468:20 - 16: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 19: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -INFO: 1243 is running. - 20: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 21: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 22: yjit::core::branch_stub_hit::{{closure } }14 -: at yjit/usr/src/ruby/yjit/src/core.rs:::codegen3514:::gen_outlined_exit13 - - at /usr/src/ruby/yjit/src/codegen.rs :23921: :std9:: -panicking::catch_unwind ::13do_call: -yjit at ::/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rscodegen:::590gen_outlined_exit: -40 - at /usr/src/ruby/yjit/src/codegen.rs :24: 921std:::9 panicking - ::15catch_unwind: - at yjit/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:::backend553:::ir19:: -Assembler:: get_side_exit -25 at : /usr/src/ruby/yjit/src/backend/ir.rsstd:::1172panic:::33catch_unwind - - at 14/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs: yjit::: 359:backend14 :: -16ir: ::yjitAssembler ::::26codegenget_side_exit: :: -yjitjit_ensure_block_entry_exit at :: -cruby/usr/src/ruby/yjit/src/backend/ir.rs: at ::/usr/src/ruby/yjit/src/codegen.rs1172with_vm_lock:: -97333 - at :30/usr/src/ruby/yjit/src/cruby.rs -:693:21 - 1715 : : yjityjit27::::: codegencodegenyjit::::::JITStatejit_ensure_block_entry_exit -core:: at ::assume_no_ep_escape/usr/src/ruby/yjit/src/codegen.rsbranch_stub_hit -: - at 973 at /usr/src/ruby/yjit/src/codegen.rs:/usr/src/ruby/yjit/src/core.rs:30:392 -3513::129 - - 16: yjit ::28codegen: ::JITState -:: note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -assume_no_ep_escape18 -: at yjit/usr/src/ruby/yjit/src/codegen.rs:::codegen392:::gen_getlocal_generic12 - - at /usr/src/ruby/yjit/src/codegen.rs:2471:38: :43[BUG] -YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -thread '' (376) panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowed - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - 17: yjit-- Control frame information ----------------------------------------------- -::codegen::c:0006 stack backtrace: -gen_setlocal_genericp:0009 - at s:0041 /usr/src/ruby/yjit/src/codegen.rs:e:000039 2572l:y :57b:0001 -METHOD :38 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:180 [FINISH]: -__rustcc:0001 ::p:---- rust_begin_unwinds:0003 -e:000002 at l:y /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rsb:---- :DUMMY 698 [FINISH]:5 - - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' - 1/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -: :38:in 'initialize' -core - ::19panicking-- Threading information --------------------------------------------------- -: ::Total ractor count: 1 -yjitpanic_fmtRuby thread count for this ractor: 4 -:: - -codegen at -- C level backtrace information ------------------------------------------- -::/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rsgen_single_block: -75 at : /usr/src/ruby/yjit/src/codegen.rs1418: -: 1398yjit:::22codegen -::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs2:: 1398core:::22cell -::panic_already_mutably_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_mutably_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_mutably_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:992:25 - 6: yjit::virtualmem::VirtualMemory::mapped_end_ptr - at /usr/src/ruby/yjit/src/virtualmem.rs:151:49 - 7: yjit::asm::CodeBlock::addrs_to_pages - at /usr/src/ruby/yjit/src/asm/mod.rs:437:38 - 8: yjit::core::add_block_version - at /usr/src/ruby/yjit/src/core.rs:2380:20 - 9: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3113:14 - 10: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 11: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 12: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 13: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 14: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 15: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 16: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 17: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 18: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 19: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 20: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:37: [BUG] Aborted at 0x0000000000000100 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -19: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 20: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 21: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit:: 22: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 23: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats 24: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 25: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 26: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 27: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 28: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 29: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 30: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: ::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -[BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0005 s:0041 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:38: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_mutably_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_mutably_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_mutably_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:992:25 - 6: yjit::virtualmem::VirtualMemory::mapped_end_ptr - at /usr/src/ruby/yjit/src/virtualmem.rs:151:49 - 7: yjit::asm::CodeBlock::addrs_to_pages - at /usr/src/ruby/yjit/src/asm/mod.rs:437:38 - 8: yjit::core::add_block_version - at /usr/src/ruby/yjit/src/core.rs:2380:20 - 9: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3113:14 - 10: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 11: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 12: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 13: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 14: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 15: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 16: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 17: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 18: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 19: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 20: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - -thread '' (574) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowedash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0007 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY ruby: YJIT has panicked. More info to follow... - [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (534) crashed. Respawning worker. -ERROR: Child worker (749) crashed. Respawning worker. -ERROR: Child worker (434) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 -[BUG] 4: core::cellobject allocation during garbage collection phase::panic_already_borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178-- Control frame information ----------------------------------------------- -:9 -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2572:57 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_mutably_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_mutably_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_mutably_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed/adapterssh -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] Aborted at 0x000000000000021c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 5: core::cell::RefCell::borrow - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:992:25 - 6: yjit::virtualmem::VirtualMemory::mapped_end_ptr - at /usr/src/ruby/yjit/src/virtualmem.rs:151:49 - 7: yjit::asm::CodeBlock::addrs_to_pages - at /usr/src/ruby/yjit/src/asm/mod.rs:437:38 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2572:57 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 8: yjit::core::add_block_version - at /usr/src/ruby/yjit/src/core.rs:2380:20 - 9: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3113:14 - 10: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 11: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 12: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 13: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 14: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 15: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 16: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 17: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 18: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 19: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 20: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowedash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Aborted at 0x00000000000001d8 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1248 is running. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -ruby: YJIT has panicked. More info to follow... - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - -thread '' (888) panicked at ./yjit/src/core.rs:3566:9: -assertion `left == right` failed: each stub expects a particular iseq - left: 0x7dd1ace20b70 - right: 0x7dd1abcbe7b0 - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -stack backtrace: - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -14 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -: 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -yjit 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -:: 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -codegen:: 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -gen_outlined_exit 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - at 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -/usr/src/ruby/yjit/src/codegen.rs 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb -: 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -921: 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb -9 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -15: 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -yjit 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -::backend 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -::ir 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb -:: 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -Assembler 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -:: 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -get_side_exit 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - - at 220 /usr/local/lib/ruby/4.0.0/socket.rb -/usr/src/ruby/yjit/src/backend/ir.rs 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -: 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -1172 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -:33 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -16: 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -yjit 236 /usr/local/lib/ruby/4.0.0/uri/file.rb -:: 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb -codegen:: 238 /usr/local/lib/ruby/4.0.0/uri/http.rb -jit_ensure_block_entry_exit 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - at 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -/usr/src/ruby/yjit/src/codegen.rs 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -: 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -973 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -: 245 /usr/local/lib/ruby/4.0.0/uri.rb -30 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -17 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -: 252 /usr/local/lib/ruby/4.0.0/date.rb -yjit:: 253 /usr/local/lib/ruby/4.0.0/time.rb -codegen 254 /usr/local/lib/ruby/4.0.0/erb/version.rb -::JITState 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -:: 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -assume_no_ep_escape 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - - at 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -/usr/src/ruby/yjit/src/codegen.rs 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -: 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -392: 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -12 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd15f018000-7dd15f200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd15f200000-7dd162400000 rw-p 00000000 00:00 0 -7dd162478000-7dd163d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd163d7f000-7dd163fff000 rw-p 00000000 00:00 0 -7dd163fff000-7dd164000000 ---p 00000000 00:00 0 -7dd164000000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 1900000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00: :00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd1yjit70cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7d::d171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4d0000-7dd18b4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba10000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7deb368f8000-7deb368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -ruby: YJIT has panicked. More info to follow... - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -ERROR: Child worker (842) crashed. Respawning worker. -ERROR: Child worker (814) crashed. Respawning worker. -ERROR: Child worker (463) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_jcc_ptr - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:889:8 - 9: yjit::asm::x86_64::jmp_ptr - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:938:53 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:715:86 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 14: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 15: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 16: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 17: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 18: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 19: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 20: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 21: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 22: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 23: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 24: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 25: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0007 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - -thread '' (577) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 -INFO: 1253 is running. - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 - 16: yjit::codegen::jit_guard_known_klass - at /usr/src/ruby/yjit/src/codegen.rs:5065:13 - 17: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 18: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:223: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:223: [BUG] Aborted at 0x0000000000000208 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -ERROR: Child worker (1091) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x7dd1d1c7af20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x7dd1d1cb1dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x66) [0x7dd1d1cb1c26] library/std/src/panicking.rs:700 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x7dd1d1ca9bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x7dd1d1c86e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x7dd1d1788ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(panic+0x3c) [0x7dd1d1788e7c] library/core/src/panicking.rs:145 -/usr/local/lib/libruby.so.4.0(delete_empty_defer_block+0x0) [0x7dd1d1c424ad] yjit/src/core.rs:3648 -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3651 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x7dd1d1c37624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x7dd1d1c8542d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x7dd1d1c3f39c] yjit/src/core.rs:3513 -[0x7dd1ad350033] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd15dc00000-7dd160e00000 rw-p 00000000 00:00 0 -7dd162800000-7dd166e00000 rw-p 00000000 00:00 0 -7dd166ff8000-7dd167278000 rw-p 00000000 00:00 0 -7dd167278000-7dd168b7f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd168b7f000-7dd168dff000 rw-p 00000000 00:00 0 -7dd168dff000-7dd168e00000 ---p 00000000 00:00 0 -7dd168e00000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de7f68f8000-7de7f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -:37: [BUG] Aborted at 0x000000000000031b -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1258 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd15cc18000-7dd15ce00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd15ce00000-7dd160000000 rw-p 00000000 00:00 0 -7dd160078000-7dd16197f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16197f000-7dd161bff000 rw-p 00000000 00:00 0 -7dd161bff000-7dd161c00000 ---p 00000000 00:00 0 -7dd161c00000-7dd162400000 rw-p 00000000 00:00 0 -7dd162400000-7dd162800000 rw-p 00000000 00:00 0 -7dd1628ff000-7dd162900000 ---p 00000000 00:00 0 -7dd162900000-7dd162a00000 rw-p 00000000 00:00 0 -7dd162a00000-7dd162e00000 rw-p 00000000 00:00 0 -7dd162eff000-7dd162f00000 ---p 00000000 00:00 0 -7dd162f00000-7dd163000000 rw-p 00000000 00:00 0 -7dd163000000-7dd163400000 rw-p 00000000 00:00 0 -7dd1634ff000-7dd163500000 ---p 00000000 00:00 0 -7dd163500000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba40000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd199970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd199b70000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b70000-7dd199b71000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b71000-7dd199c71000 rw-p 00000000 00:00 0 -7dd199c71000-7dd199d71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d71000-7dd199d72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d72000-7dd199e72000 rw-p 00000000 00:00 0 -7dd199e72000-7dd199f72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f72000-7dd199f73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f73000-7dd19a073000 rw-p 00000000 00:00 0 -7dd19a073000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/sockINFO: (1258) detected exit signal. -et.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7decf68f8000-7decf68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd157818000-7dd157a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd157a00000-7dd15a600000 rw-p 00000000 00:00 0 -7dd15a678000-7dd15bf7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd15bf7f000-7dd15c1ff000 rw-p 00000000 00:00 0 -7dd15c1ff000-7dd15c200000 ---p 00000000 00:00 0 -7dd15c200000-7dd15ca00000 rw-p 00000000 00:00 0 -7dd15ca00000-7dd15ce00000 rw-p 00000000 00:00 0 -7dd15ceff000-7dd15cf00000 ---p 00000000 00:00 0 -7dd15cf00000-7dd15d000000 rw-p 00000000 00:00 0 -7dd15d000000-7dd15d400000 rw-p 00000000 00:00 0 -7dd15d4ff000-7dd15d500000 ---p 00000000 00:00 0 -7dd15d500000-7dd15d600000 rw-p 00000000 00:00 0 -7dd15d600000-7dd15da00000 rw-p 00000000 00:00 0 -7dd15daff000-7dd15db00000 ---p 00000000 00:00 0 -7dd15db00000-7dd15dc00000 rw-p 00000000 00:00 0 -7dd15dc00000-7dd15e000000 rw-p 00000000 00:00 0 -7dd15e0ff000-7dd15e100000 ---p 00000000 00:00 0 -7dd15e100000-7dd15e200000 rw-p 00000000 00:00 0 -7dd15e200000-7dd15e600000 rw-p 00000000 00:00 0 -7dd15e6ff000-7dd15e700000 ---p 00000000 00:00 0 -7dd15e700000-7dd15e800000 rw-p 00000000 00:00 0 -7dd15e800000-7dd15ec00000 rw-p 00000000 00:00 0 -7dd15ecff000-7dd15ed00000 ---p 00000000 00:00 0 -7dd15ed00000-7dd15ee00000 rw-p 00000000 00:00 0 -7dd15ee00000-7dd15f200000 rw-p 00000000 00:00 0 -7dd15f2ff000-7dd15f300000 ---p 00000000 00:00 0 -7dd15f300000-7dd15f400000 rw-p 00000000 00:00 0 -7dd15f400000-7dd15fe00000 rw-p 00000000 00:00 0 -7dd15feff000-7dd15ff00000 ---p 00000000 00:00 0 -7dd15ff00000-7dd160000000 rw-p 00000000 00:00 0 -7dd160000000-7dd160400000 rw-p 00000000 00:00 0 -7dd1604ff000-7dd160500000 ---p 00000000 00:00 0 -7dd160500000-7dd160600000 rw-p 00000000 00:00 0 -7dd160600000-7dd160a00000 rw-p 00000000 00:00 0 -7dd160aff000-7dd160b00000 ---p 00000000 00:00 0 -7dd160b00000-7dd160c00000 rw-p 00000000 00:00 0 -7dd160c00000-7dd161000000 rw-p 00000000 00:00 0 -7dd1610ff000-7dd161100000 ---p 00000000 00:00 0 -7dd161100000-7dd161200000 rw-p 00000000 00:00 0 -7dd161200000-7dd161600000 rw-p 00000000 00:00 0 -7dd1616ff000-7dd161700000 ---p 00000000 00:00 0 -7dd161700000-7dd161800000 rw-p 00000000 00:00 0 -7dd161800000-7dd161c00000 rw-p 00000000 00:00 0 -7dd161cff000-7dd161d00000 ---p 00000000 00:00 0 -7dd161d00000-7dd161e00000 rw-p 00000000 00:00 0 -7dd161e00000-7dd162200000 rw-p 00000000 00:00 0 -7dd1622ff000-7dd162300000 ---p 00000000 00:00 0 -7dd162300000-7dd162400000 rw-p 00000000 00:00 0 -7dd162400000-7dd162800000 rw-p 00000000 00:00 0 -7dd1628ff000-7dd162900000 ---p 00000000 00:00 0 -7dd162900000-7dd162a00000 rw-p 00000000 00:00 0 -7dd162a00000-7dd162e00000 rw-p 00000000 00:00 0 -7dd162eff000-7dd162f00000 ---p 00000000 00:00 0 -7dd162f00000-7dd163000000 rw-p 00000000 00:00 0 -7dd163000000-7dd163400000 rw-p 00000000 00:00 0 -7dd1634ff000-7dd163500000 ---p 00000000 00:00 0 -7dd163500000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd199970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd199b70000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b70000-7dd199b71000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b71000-7dd199c71000 rw-p 00000000 00:00 0 -7dd199c71000-7dd199d71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d71000-7dd199d72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d72000-7dd199e72000 rw-p 00000000 00:00 0 -7dd199e72000-7dd199f72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f72000-7dd199f73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f73000-7dd19a073000 rw-p 00000000 00:00 0 -7dd19a073000-7dd19a173000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a173000-7dd19a174000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a174000-7dd19a274000 rw-p 00000000 00:00 0 -7dd19a274000-7dd19a374000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a374000-7dd19a375000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a375000-7dd19a475000 rw-p 00000000 00:00 0 -7dd19a475000-7dd19a575000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a575000-7dd19a576000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a576000-7dd19a676000 rw-p 00000000 00:00 0 -7dd19a676000-7dd19a776000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a776000-7dd19a777000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a777000-7dd19a877000 rw-p 00000000 00:00 0 -7dd19a877000-7dd19a977000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a977000-7dd19a978000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a978000-7dd19aa78000 rw-p 00000000 00:00 0 -7dd19aa78000-7dd19ab78000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ab78000-7dd19ab79000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ab79000-7dd19ac79000 rw-p 00000000 00:00 0 -7dd19ac79000-7dd19ad79000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ad79000-7dd19ad7a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ad7a000-7dd19ae7a000 rw-p 00000000 00:00 0 -7dd19ae7a000-7dd19af7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19af7a000-7dd19af7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19af7b000-7dd19b07b000 rw-p 00000000 00:00 0 -7dd19b07b000-7dd19b17b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b17b000-7dd19b17c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b17c000-7dd19b27c000 rw-p 00000000 00:00 0 -7dd19b27c000-7dd19b37c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b37c000-7dd19b37d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b37d000-7dd19b47d000 rw-p 00000000 00:00 0 -7dd19b47d000-7dd19b57d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b57d000-7dd19b57e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b57e000-7dd19b67e000 rw-p 00000000 00:00 0 -7dd19b67e000-7dd19b77e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b77e000-7dd19b77f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b77f000-7dd19b87f000 rw-p 00000000 00:00 0 -7dd19b87f000-7dd19b97f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b97f000-7dd19b980000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b980000-7dd19ba80000 rw-p 00000000 00:00 0 -7dd19ba80000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7df0368f8000-7df0368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -INFO: 1263 is running. - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 15: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 16: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 - 17: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2569:20 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0003 s:0042 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c5a5f] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd171018000-7dd171200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd171200000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e78000-7dd17577f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17577f000-7dd1759ff000 rw-p 00000000 00:00 0 -7dd1759ff000-7dd175a00000 ---p 00000000 00:00 0 -7dd175a00000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7ddf368f8000-7ddf368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (207) crashed. Respawning worker. -ERROR: Child worker (18) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7dd1d17745a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x7dd1d189aa90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x7dd1d18a8ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x7dd1ac5624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7dd1d1a32e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7dd1ac559756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7dd1ac5649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7dd1ac534a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7dd1ac5428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x7dd1ac543f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7dd1ac5005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7dd1ac4f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7dd1ac4f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7dd1ac55de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7dd1d1a32a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7dd1ac55df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7dd1d1a3634b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7dd1d1a36f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -:412:41 - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd15d400000-7dd160600000 rw-p 00000000 00:00 0 -7dd160678000-7dd161f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd161f7f000-7dd1621ff000 rw-p 00000000 00:00 0 -7dd1621ff000-7dd162200000 ---p 00000000 00:00 0 -7dd162200000-7dd162a00000 rw-p 00000000 00:00 0 -7dd162a00000-7dd162e00000 rw-p 00000000 00:00 0 -7dd162eff000-7dd162f00000 ---p 00000000 00:00 0 -7dd162f00000-7dd163000000 rw-p 00000000 00:00 0 -7dd163000000-7dd163400000 rw-p 00000000 00:00 0 -7dd1634ff000-7dd163500000 ---p 00000000 00:00 0 -7dd163500000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aee0000-7dd18aef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b410000-7dd18b4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba10000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd199970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd199b70000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b70000-7dd199b71000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b71000-7dd199c71000 rw-p 00000000 00:00 0 -7dd199c71000-7dd199d71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d71000-7dd199d72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d72000-7dd199e72000 rw-p 00000000 00:00 0 -7dd199e72000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7decb68f8000-7decb68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000003be -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: jit_exec - at /usr/src/ruby/vm.c:567:30 - 22: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 23: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 24: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 25: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 26: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 -INFO: 1269 is running. -INFO: (1269) detected exit signal. - 27: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 28: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 29: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 30: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 31: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 32: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 33: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Aborted at 0x00000000000002dc -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Child worker (169) crashed. Respawning worker. -ERROR: Child worker (216) crashed. Respawning worker. - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -SEGV received in SEGV handler -ABRT received in SEGV handler - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c8000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -14: 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -yjit 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -:: 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -codegen 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -::gen_outlined_exit 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - at 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb -/usr/src/ruby/yjit/src/codegen.rs 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -: 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -921 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -: 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -9 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 15 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -: 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -yjit 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -::backend 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -:: 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb -ir 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -::Assembler 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -:: 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -get_side_exit 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - at 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -/usr/src/ruby/yjit/src/backend/ir.rs 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -: 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -1172 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -:33 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -16 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -: 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -yjit:: 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -codegen 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -:: 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -jit_ensure_block_entry_exit 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - - at 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb -/usr/src/ruby/yjit/src/codegen.rs 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -: 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -973 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -: 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -30 - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 17 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -: 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -yjit 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -:: 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb -codegen 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb -:: 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb -JITState 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -:: 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -assume_no_ep_escape - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - at 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -/usr/src/ruby/yjit/src/codegen.rs 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -: 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -392 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -: 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -12 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 18 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -: 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -yjit 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -::codegen 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -:: 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -gen_setlocal_generic 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - - at 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -/usr/src/ruby/yjit/src/codegen.rs 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -:2572 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -: 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -57 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd16e018000-7dd16e200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd16e200000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e78000-7dd17277f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17277f000-7dd1729ff000 rw-p 00000000 00:00 0 -7dd1729ff000-7dd172a00000 ---p 00000000 00:00 0 -7dd172a00000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /us r/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 0003102200 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86: _64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/xyjit86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de1768f8000-7de1768fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call -ruby: YJIT has panicked. More info to follow... - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at -thread '' (195) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14stack backtrace: - - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0005 s:0041 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1274 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x1c) [0x7dd1d1a252f7] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(lookup_method_table+0x1e) [0x7dd1d1a7f48a] /usr/src/ruby/vm_method.c:1262 -/usr/local/lib/libruby.so.4.0(search_method0) /usr/src/ruby/vm_method.c:1707 -/usr/local/lib/libruby.so.4.0(search_method) /usr/src/ruby/vm_method.c:1730 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative) /usr/src/ruby/vm_method.c:1922 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0x8) [0x7dd1d1a7fefa] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(rb_callable_method_entry) /usr/src/ruby/vm_method.c:1958 -/usr/local/lib/libruby.so.4.0(vm_populate_cc) /usr/src/ruby/vm_insnhelper.c:2154 -/usr/local/lib/libruby.so.4.0(vm_search_cc) /usr/src/ruby/vm_insnhelper.c:2284 -/usr/local/lib/libruby.so.4.0(vm_search_method_slowpath0+0x5) [0x7dd1d1a810aa] /usr/src/ruby/vm_insnhelper.c:2298 -/usr/local/lib/libruby.so.4.0(vm_search_method_fastpath) /usr/src/ruby/vm_insnhelper.c:2378 -/usr/local/lib/libruby.so.4.0(vm_sendish) /usr/src/ruby/vm_insnhelper.c:6122 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x54c) [0x7dd1d1a8efdc] /usr/src/ruby/insns.def:856 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x7dd1d1a9524a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x7dd1ad34e231] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd17f818000-7dd17fa00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd17fa00000-7dd182600000 rw-p 00000000 00:00 0 -7dd182678000-7dd183f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd183f7f000-7dd1841ff000 rw-p 00000000 00:00 0 -7dd1841ff000-7dd184200000 ---p 00000000 00:00 0 -7dd184200000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba10000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/loca/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -l/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_me/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c5611] - --- Other runtime information ----------------------------------------------- - -mory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d20* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so -00-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00 1 thread.rb -:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [ 2 fiber.so -anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so ----p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon: 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb -Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_s 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -hapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -/usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/loc 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -al/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/rub 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -y/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x8 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -6_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/er 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -b/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/es 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -cape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/tra 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb -ns/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-lin 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -ux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/ 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb --linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb --7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_ 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d40 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb -00 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 1 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb -9711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 000 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb -00000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb -dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/ 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb --p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/li 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -b/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 1971101 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -1 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb -/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/li 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -bgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7d 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -d1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f8200 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -0 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa00 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -00-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 - /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd5768f8000-7dd5768fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - [vsyscall] - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - - - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -0: 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -__rustc 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -::rust_begin_unwind 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - at 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -: 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -698: 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -5 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb -1: 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -core 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -:: 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -panicking:: 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -panic_fmt 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - - at 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -:75 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -:14 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 2 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -: 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -core 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -::panicking 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -:: 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -assert_failed_inner - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - at 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs: 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -434: 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -23 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd168618000-7dd168800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd168800000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b478000-7dd16cd7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16cd7f000-7dd16cfff000 rw-p 00000000 00:00 0 -7dd16cfff000-7dd16d000000 ---p 00000000 00:00 0 -7dd16d000000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba30000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 -/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de5368f8000-7de5368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c3000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -7: 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb -yjit 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb -:: 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb -core:: 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb -gen_block_series_body 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - at 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -/usr/src/ruby/yjit/src/core.rs 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -:3109 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -: 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -23 - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb -8 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -: yjit 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -::core 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb -::gen_block_series - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - at 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -/usr/src/ruby/yjit/src/core.rs: 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -3087: 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -18 - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -9 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb -: 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -yjit:: 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -core 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb -::branch_stub_hit_body 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - at 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb -/usr/src/ruby/yjit/src/core.rs 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -:3632 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -: 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -17 - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd184c18000-7dd184e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd184e00000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a79000-7dd189380000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd189380000-7dd189a00000 rw-p 00000000 00:00 0 -7dd189aff000-7dd189b00000 ---p 00000000 00:00 0 -7dd189b00000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189c00000-7dd18a000000 rw-p 00000000 00:00 0 -7dd18a0ff000-7dd18a100000 ---p 00000000 00:00 0 -7dd18a100000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a200000-7dd18a600000 rw-p 00000000 00:00 0 -7dd18a6fe000-7dd18a6ff000 ---p 00000000 00:00 0 -7dd18a6ff000-7dd18a7ff000 rw-p 00000000 00:00 0 -7dd18a7ff000-7dd18a800000 ---p 00000000 00:00 0 -7dd18a800000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba6b000-7dd18baa3000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18baa3000-7dd18baa6000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18baa6000-7dd18bad5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bad5000-7dd18badd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18badd000-7dd18bade000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bade000-7dd18badf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18badf000-7dd18bae0000 rw-p 00000000 00:00 0 -7dd18bae0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abc50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc50000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x8610_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 0: 0:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 yjit /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1ace20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1ace20000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce00::0 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:defacoreult:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_a::llocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a4400branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -0 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fibe/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 5 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -r_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2ABRT received in SEGV handler -a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd2368f8000-7dd2368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (321) crashed. Respawning worker. -ERROR: Child worker (455) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2af4] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd17d418000-7dd17d600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd17d600000-7dd180200000 rw-p 00000000 00:00 0 -7dd180278000-7dd181b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd181b7f000-7dd181dff000 rw-p 00000000 00:00 0 -7dd181dff000-7dd181e00000 ---p 00000000 00:00 0 -7dd181e00000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd6f68f8000-7dd6f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c5565] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2af4] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -* Process memory map: - - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd180418000-7dd180600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd180600000-7dd183200000 rw-p 00000000 00:00 0 -7dd183278000-7dd184b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd184b7f000-7dd184dff000 rw-p 00000000 00:00 0 -7dd184dff000-7dd184e00000 ---p 00000000 00:00 0 -7dd184e00000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 0000638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd17ec18000-7dd17ee00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd17ee00000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a78000-7dd18337f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd18337f000-7dd1835ff000 rw-p 00000000 00:00 0 -7dd1835ff000-7dd183600000 ---p 00000000 00:00 0 -7dd183600000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd1880:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allo500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 c_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e00tack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 0 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-li [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:nux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/l00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df1200ib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle0 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_bo [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.sody_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd7700 -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c0-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fi r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000005000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 0 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linr--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:5ux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d10306 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-li [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poolnux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d16dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 51000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 0000000linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f0 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.s /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdco.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd5f68f8000-7dd5f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd4f68f8000-7dd4f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1277 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -/usr/local/lib/libruby.so.4.0(rb_enc_mbminlen+0x0) [0x7dd1d184748b] /usr/src/ruby/encoding.c:1082 -/usr/local/lib/libruby.so.4.0(rb_enc_associate_index) /usr/src/ruby/encoding.c:1082 -/usr/local/lib/libruby.so.4.0(RB_FL_TEST_RAW+0x0) [0x7dd1d19ff5de] /usr/src/ruby/string.c:11575 -/usr/local/lib/libruby.so.4.0(RB_ENC_CODERANGE) ./include/ruby/internal/encoding/coderange.h:97 -/usr/local/lib/libruby.so.4.0(rb_str_force_encoding) /usr/src/ruby/string.c:11579 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x7dd1d1a77641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x7dd1d1a8ebb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x7dd1d1a9524a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(vm_yield_with_cref+0x8c) [0x7dd1d1a9a280] /usr/src/ruby/vm.c:1871 -/usr/local/lib/libruby.so.4.0(vm_yield) /usr/src/ruby/vm.c:1879 -/usr/local/lib/libruby.so.4.0(rb_yield_0) /usr/src/ruby/vm_eval.c:1362 -/usr/local/lib/libruby.so.4.0(rb_yield) /usr/src/ruby/vm_eval.c:1378 -/usr/local/lib/libruby.so.4.0(rb_ary_collect_bang+0x38) [0x7dd1d1795258] /usr/src/ruby/array.c:3801 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x7dd1d1a77641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xce) [0x7dd1d1a8103e] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x54c) [0x7dd1d1a8efdc] /usr/src/ruby/insns.def:856 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x7dd1d1a9524a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x7dd1ad34e231] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd160e18000-7dd161000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd161000000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c78000-7dd16557f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16557f000-7dd1657ff000 rw-p 00000000 00:00 0 -7dd1657ff000-7dd165800000 ---p 00000000 00:00 0 -7dd165800000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 0000/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -0000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 --x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] - rw-p 00000000 00:00 0 -7dea368f8000-7dea368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -[0x7dd1ad3c5ce9] - --- Other runtime information ----------------------------------------------- - - - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd169218000-7dd169400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd169400000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c078000-7dd16d97f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16d97f000-7dd16dbff000 rw-p 00000000 00:00 0 -7dd16dbff000-7dd16dc00000 ---p 00000000 00:00 0 -7dd16dc00000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ru/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c56a3] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb -by:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_al 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -locate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ru 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb -by:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_al 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb -locate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ru 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb -by:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_al 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -locate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default: 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:5 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -6 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 529316 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -1 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ru 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -by:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/rub 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb -y/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4. 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/r 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -uby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/l 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -ocal/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64- 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-g 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -nu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000- 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r- 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linu 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb -x-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:5 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -6 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb --linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 0000 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -0000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/loc 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -al/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d206 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -6000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d20 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb -00 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de4b68f8000-7de4b68fd000 rw-p 00000000 00:0 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb -0 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - - - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd174618000-7dd174800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd174800000-7dd177400000 rw-p 00000000 00:00 0 -7dd177478000-7dd178d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd178d7f000-7dd178fff000 rw-p 00000000 00:00 0 -7dd178fff000-7dd179000000 ---p 00000000 00:00 0 -7dd179000000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7ddcf68f8000-7ddcf68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (34) crashed. Respawning worker. -ERROR: Child worker (14) crashed. Respawning worker. -ERROR: Child worker (540) crashed. Respawning worker. -ERROR: Child worker (949) crashed. Respawning worker. -ERROR: Child worker (958) crashed. Respawning worker. -INFO: 1283 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -/usr/local/lib/libruby.so.4.0(search_nonascii+0x29) [0x7dd1d19f6095] /usr/src/ruby/string.c:787 -/usr/local/lib/libruby.so.4.0(coderange_scan) /usr/src/ruby/string.c:804 -/usr/local/lib/libruby.so.4.0(rbimpl_fl_unset_raw_raw+0x0) [0x7dd1d19f67d2] /usr/src/ruby/string.c:937 -/usr/local/lib/libruby.so.4.0(RB_FL_UNSET_RAW) ./include/ruby/internal/fl_type.h:663 -/usr/local/lib/libruby.so.4.0(RB_ENC_CODERANGE_SET) ./include/ruby/internal/encoding/coderange.h:131 -/usr/local/lib/libruby.so.4.0(rb_enc_str_coderange) /usr/src/ruby/string.c:953 -/usr/local/lib/libruby.so.4.0(str_coderange+0x8) [0x7dd1d19995e0] /usr/src/ruby/re.c:1587 -/usr/local/lib/libruby.so.4.0(rb_reg_prepare_enc) /usr/src/ruby/re.c:1596 -/usr/local/lib/libruby.so.4.0(rb_reg_prepare_re) /usr/src/ruby/re.c:1638 -/usr/local/lib/libruby.so.4.0(rb_reg_onig_match+0x30) [0x7dd1d19997a0] /usr/src/ruby/re.c:1704 -/usr/local/lib/libruby.so.4.0(rb_reg_search_set_match+0x7b) [0x7dd1d19998eb] /usr/src/ruby/re.c:1805 -/usr/local/lib/libruby.so.4.0(str_gsub+0xb8) [0x7dd1d1a11b18] /usr/src/ruby/string.c:6352 -[0x7dd1ad3c31bf] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd165018000-7dd165200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd165200000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e78000-7dd16977f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16977f000-7dd1699ff000 rw-p 00000000 00:00 0 -7dd1699ff000-7dd169a00000 ---p 00000000 00:00 0 -7dd169a00000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b410000-7dd18b4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba10000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thrERROR: Child worker (256) crashed. Respawning worker. -ead_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18ddERROR: Child worker (795) crashed. Respawning worker. -11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de7768f8000-7de7768fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x1c) [0x7dd1d1a252f7] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(lookup_method_table+0x1e) [0x7dd1d1a7f48a] /usr/src/ruby/vm_method.c:1262 -/usr/local/lib/libruby.so.4.0(search_method0) /usr/src/ruby/vm_method.c:1707 -/usr/local/lib/libruby.so.4.0(search_method) /usr/src/ruby/vm_method.c:1730 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative) /usr/src/ruby/vm_method.c:1922 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0x8) [0x7dd1d1a7fefa] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(rb_callable_method_entry) /usr/src/ruby/vm_method.c:1958 -/usr/local/lib/libruby.so.4.0(vm_populate_cc) /usr/src/ruby/vm_insnhelper.c:2154 -/usr/local/lib/libruby.so.4.0(vm_search_cc) /usr/src/ruby/vm_insnhelper.c:2284 -/usr/local/lib/libruby.so.4.0(vm_search_method_slowpath0+0x5) [0x7dd1d1a8ebfe] /usr/src/ruby/vm_insnhelper.c:2298 -/usr/local/lib/libruby.so.4.0(vm_search_method_fastpath) /usr/src/ruby/vm_insnhelper.c:2378 -/usr/local/lib/libruby.so.4.0(vm_sendish) /usr/src/ruby/vm_insnhelper.c:6122 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x7dd1d1a9524a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(vm_yield_with_cref+0x8c) [0x7dd1d1a9a280] /usr/src/ruby/vm.c:1871 -/usr/local/lib/libruby.so.4.0(vm_yield) /usr/src/ruby/vm.c:1879 -/usr/local/lib/libruby.so.4.0(rb_yield_0) /usr/src/ruby/vm_eval.c:1362 -/usr/local/lib/libruby.so.4.0(rb_yield) /usr/src/ruby/vm_eval.c:1378 -/usr/local/lib/libruby.so.4.0(rb_ary_collect_bang+0x38) [0x7dd1d1795258] /usr/src/ruby/array.c:3801 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x7dd1d1a77641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xce) [0x7dd1d1a8103e] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x54c) [0x7dd1d1a8efdc] /usr/src/ruby/insns.def:856 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x7dd1d1a9524a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x7dd1ad34e231] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd172818000-7dd172a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd172a00000-7dd175600000 rw-p 00000000 00:00 0 -7dd175678000-7dd176f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd176f7f000-7dd1771ff000 rw-p 00000000 00:00 0 -7dd1771ff000-7dd177200000 ---p 00000000 00:00 0 -7dd177200000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x7dd1d178f9db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x7dd1d1a09bf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x5) [0x7dd1d1a0a678] /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x7dd1d1a77641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x7dd1d1a8ebb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x7dd1d1a9524a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x7dd1ad34e231] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-lin 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -ux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/c 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -gi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/e 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -scape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a20 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -00 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fib 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -er_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb20 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -00 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fib 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -er_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b60 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -98000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c20 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -00 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fib 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -er_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d20 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb -00 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fib 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -er_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb -b8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw- 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ru 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -by/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64- 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/mon 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -itor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7d 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -d1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d10350 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -00 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d10 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -37000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d10380 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -00-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d1 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -03c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb --7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb -10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b0 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -00 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -INFO: 1288 is running. - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libs 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -tdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/ 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f00 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -0-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed00 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -0 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /us 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -r/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb --gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7d 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -d1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-x 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -p 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/l 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb -ibruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so ---p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /u 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -sr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linu 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -x-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dde368f8000-7dde368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd158418000-7dd158600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd158600000-7dd15b200000 rw-p 00000000 00:00 0 -7dd15b278000-7dd15cb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd15cb7f000-7dd15cdff000 rw-p 00000000 00:00 0 -7dd15cdff000-7dd15ce00000 ---p 00000000 00:00 0 -7dd15ce00000-7dd15d600000 rw-p 00000000 00:00 0 -7dd15d600000-7dd15da00000 rw-p 00000000 00:00 0 -7dd15daff000-7dd15db00000 ---p 00000000 00:00 0 -7dd15db00000-7dd15dc00000 rw-p 00000000 00:00 0 -7dd15dc00000-7dd15e000000 rw-p 00000000 00:00 0 -7dd15e0ff000-7dd15e100000 ---p 00000000 00:00 0 -7dd15e100000-7dd15e200000 rw-p 00000000 00:00 0 -7dd15e200000-7dd15e600000 rw-p 00000000 00:00 0 -7dd15e6ff000-7dd15e700000 ---p 00000000 00:00 0 -7dd15e700000-7dd15e800000 rw-p 00000000 00:00 0 -7dd15e800000-7dd15ec00000 rw-p 00000000 00:00 0 -7dd15ecff000-7dd15ed00000 ---p 00000000 00:00 0 -7dd15ed00000-7dd15ee00000 rw-p 00000000 00:00 0 -7dd15ee00000-7dd15f200000 rw-p 00000000 00:00 0 -7dd15f2ff000-7dd15f300000 ---p 00000000 00:00 0 -7dd15f300000-7dd15f400000 rw-p 00000000 00:00 0 -7dd15f400000-7dd15fe00000 rw-p 00000000 00:00 0 -7dd15feff000-7dd15ff00000 ---p 00000000 00:00 0 -7dd15ff00000-7dd160000000 rw-p 00000000 00:00 0 -7dd160000000-7dd160400000 rw-p 00000000 00:00 0 -7dd1604ff000-7dd160500000 ---p 00000000 00:00 0 -7dd160500000-7dd160600000 rw-p 00000000 00:00 0 -7dd160600000-7dd160a00000 rw-p 00000000 00:00 0 -7dd160aff000-7dd160b00000 ---p 00000000 00:00 0 -7dd160b00000-7dd160c00000 rw-p 00000000 00:00 0 -7dd160c00000-7dd161000000 rw-p 00000000 00:00 0 -7dd1610ff000-7dd161100000 ---p 00000000 00:00 0 -7dd161100000-7dd161200000 rw-p 00000000 00:00 0 -7dd161200000-7dd161600000 rw-p 00000000 00:00 0 -7dd1616ff000-7dd161700000 ---p 00000000 00:00 0 -7dd161700000-7dd161800000 rw-p 00000000 00:00 0 -7dd161800000-7dd161c00000 rw-p 00000000 00:00 0 -7dd161cff000-7dd161d00000 ---p 00000000 00:00 0 -7dd161d00000-7dd161e00000 rw-p 00000000 00:00 0 -7dd161e00000-7dd162200000 rw-p 00000000 00:00 0 -7dd1622ff000-7dd162300000 ---p 00000000 00:00 0 -7dd162300000-7dd162400000 rw-p 00000000 00:00 0 -7dd162400000-7dd162800000 rw-p 00000000 00:00 0 -7dd1628ff000-7dd162900000 ---p 00000000 00:00 0 -7dd162900000-7dd162a00000 rw-p 00000000 00:00 0 -7dd162a00000-7dd162e00000 rw-p 00000000 00:00 0 -7dd162eff000-7dd162f00000 ---p 00000000 00:00 0 -7dd162f00000-7dd163000000 rw-p 00000000 00:00 0 -7dd163000000-7dd163400000 rw-p 00000000 00:00 0 -7dd1634ff000-7dd163500000 ---p 00000000 00:00 0 -7dd163500000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd199970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd199b70000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b70000-7dd199b71000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b71000-7dd199c71000 rw-p 00000000 00:00 0 -7dd199c71000-7dd199d71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d71000-7dd199d72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d72000-7dd199e72000 rw-p 00000000 00:00 0 -7dd199e72000-7dd199f72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f72000-7dd199f73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f73000-7dd19a073000 rw-p 00000000 00:00 0 -7dd19a073000-7dd19a173000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a173000-7dd19a174000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a174000-7dd19a274000 rw-p 00000000 00:00 0 -7dd19a274000-7dd19a374000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a374000-7dd19a375000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a375000-7dd19a475000 rw-p 00000000 00:00 0 -7dd19a475000-7dd19a575000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a575000-7dd19a576000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a576000-7dd19a676000 rw-p 00000000 00:00 0 -7dd19a676000-7dd19a776000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a776000-7dd19a777000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a777000-7dd19a877000 rw-p 00000000 00:00 0 -7dd19a877000-7dd19a977000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a977000-7dd19a978000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a978000-7dd19aa78000 rw-p 00000000 00:00 0 -7dd19aa78000-7dd19ab78000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ab78000-7dd19ab79000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ab79000-7dd19ac79000 rw-p 00000000 00:00 0 -7dd19ac79000-7dd19ad79000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ad79000-7dd19ad7a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ad7a000-7dd19ae7a000 rw-p 00000000 00:00 0 -7dd19ae7a000-7dd19af7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19af7a000-7dd19af7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19af7b000-7dd19b07b000 rw-p 00000000 00:00 0 -7dd19b07b000-7dd19b17b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b17b000-7dd19b17c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b17c000-7dd19b27c000 rw-p 00000000 00:00 0 -7dd19b27c000-7dd19b37c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b37c000-7dd19b37d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b37d000-7dd19b47d000 rw-p 00000000 00:00 0 -7dd19b47d000-7dd19b57d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b57d000-7dd19b57e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b57e000-7dd19b67e000 rw-p 00000000 00:00 0 -7dd19b67e000-7dd19b77e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b77e000-7dd19b77f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b77f000-7dd19b87f000 rw-p 00000000 00:00 0 -7dd19b87f000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7df0368f8000-7df0368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c581e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd175e18000-7dd176000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd176000000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c78000-7dd17a57f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17a57f000-7dd17a7ff000 rw-p 00000000 00:00 0 -7dd17a7ff000-7dd17a800000 ---p 00000000 00:00 0 -7dd17a800000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3c9000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3c9000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7ddbf68f8000-7ddbf68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x7dd1d178f9db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x7dd1d1a09bf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x5) [0x7dd1d1a0a678] /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9264 -[0x7dd1ad3bf61b] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb -ERROR: Child worker (301) crashed. Respawning worker. - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c55c5] - -* Process memory map: - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd184c18000-7dd184e00000 r--s 00000000 00:56 2 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd184e00000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a78000-7dd18937f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd18937f000-7dd1895ff000 rw-p 00000000 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -00:00 0 -7dd1895ff000-7dd189600000 ---p 00000000 00:00 0 -7dd189600000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7d 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -d18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000- 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb -7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba6b000-7dd18baa300 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb -0 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18baa3000-7dd18baa6000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18baa6000-7dd18bad5000 r-xp 00003000 00:56 5293080 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bad5000-7dd18badd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18badd000-7dd18bade000 r--p 0003a000 00:56 5293080 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bade000-7dd18badf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18badf000-7dd18bae0000 rw-p 00000000 00:00 0 -7dd18bae0000-7dd18baf0000 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:0 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd1 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -8c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -[anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc30000 rw-p 0000 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -0000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abc50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc50000-7dd1abcc0000 rw-p 00000000 00:00 0 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux- 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1a 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -be84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 00 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -5b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb --7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/li 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -b/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/ 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7d 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -d1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/ 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1ace20000 rw-p 00000000 00:00 0 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1ace20000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-x 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-li 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -nux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64- 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86 230 /app/app.rb -_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64- 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb -] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb -0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon 254 /usr/local/lib/ruby/4.0.0/erb/version.rb -:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb -0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon -:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory* Process memory map: - -] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd15c018000-7dd15c200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd15c200000-7dd15f400000 rw-p 00000000 00:00 0 -7dd15f478000-7dd160d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd160d7f000-7dd160fff000 rw-p 00000000 00:00 0 -7dd160fff000-7dd161000000 ---p 00000000 00:00 0 -7dd161000000-7dd161800000 rw-p 00000000 00:00 0 -7dd161800000-7dd161c00000 rw-p 00000000 00:00 0 -7dd161cff000-7dd161d00000 ---p 00000000 00:00 0 -7dd161d00000-7dd161e00000 rw-p 00000000 00:00 0 -7d_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x8d161e00000-7dd162200000 rw-p 00000000 00:00 0 -7dd1622ff000-7dd162300000 ---p 00000000 00:00 0 -7dd162300000-7dd162400000 rw-p 00000000 00:00 0 -7dd162400000-7dd162800000 rw-p 00000000 00:00 0 -7dd1628ff000-7dd162900000 ---p 00000000 00:00 0 -7dd162900000-7dd162a00000 rw-p 00000000 00:00 0 -7dd162a00000-7dd162e00000 rw-p 00000000 00:00 0 -7dd162eff000-7dd162f00000 ---p 00000000 00:00 0 -7dd162f00000-7dd163000000 rw-p 00000000 00:00 0 -7dd163000000-7dd163400000 rw-p 00000000 00:00 0 -7dd1634ff000-7dd163500000 ---p 00000000 00:00 0 -7dd163500000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 6_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.s0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd16530o -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1030000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd1651000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/enc000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7ddb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -d16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a07dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 255728520000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 0000000 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-lin0 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -ux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d1527dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d0000e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 250-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gn700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7u/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1ddd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff00016e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 0001-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d80007000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 00 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 000 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.00000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 0000p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /us0000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 r/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-lin0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185afux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f80f000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p00-7dd2368f8000 rw-p 00000000 00:00 0 -7dd2368f8000-7dd2368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd - -1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd199970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd199b70000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b70000-7dd199b71000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b71000-7dd199c71000 rw-p 00000000 00:00 0 -7dd199c71000-7dd199d71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d71000-7dd199d72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d72000-7dd199e72000 rw-p 00000000 00:00 0 -7dd199e72000-7dd199f72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f72000-7dd199f73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f73000-7dd19a073000 rw-p 00000000 00:00 0 -7dd19a073000-7dd19a173000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a173000-7dd19a174000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a174000-7dd19a274000 rw-p 00000000 00:00 0 -7dd19a274000-7dd19a374000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a374000-7dd19a375000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a375000-7dd19a475000 rw-p 00000000 00:00 0 -7dd19a475000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 000000[BUG] 00 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 -- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocae:000002 te_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a1l:y 6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fb:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -iber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1bTotal ractor count: 1 -6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 000000Ruby thread count for this ractor: 5 -00 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby -:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 -- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d1916ea9 RBP: 0x0000000000000000 RSP: 0x00007dd19bc80650 - RAX: 0x00007dd1b77fec68 RBX: 0x0000303830383a74 RCX: 0x303830383a74736f - RDX: 0x0000000000008008 RDI: 0x00007dd1ace28078 RSI: 0x00007dd1ace28078 - R8: 0x00007dd1b77fec50 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d100200 R9: 0x00007dd1d0c690800 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 R10: 0xf4b614bf44a3125800:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 529 - R11: 0x00007dd1d1d91020 R12: 0x00007dd1b77fec50 R13: 0x0000000000000004 - R14: 0x00007dd236836960 R15: 0x00007dd1ace28078 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -3153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-SEGV received in SEGV handler -xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 197110ABRT received in SEGV handler -11 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7ded768f8000-7ded768fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -INFO: 1293 is running. -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd168c18000-7dd168e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd168e00000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba78000-7dd16d37f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16d37f000-7dd16d5ff000 rw-p 00000000 00:00 0 -7dd16d5ff000-7dd16d600000 ---p 00000000 00:00 0 -7dd16d600000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00INFO: (1258) cleanup complete. -000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-6/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -4.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c6555] -000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 - rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de4f68f8000-7de4f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffff-- Other runtime information ----------------------------------------------- - -ffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - - - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd181018000-7dd181200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd181200000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e78000-7dd18577f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd18577f000-7dd1859ff000 rw-p 00000000 00:00 0 -7dd1859ff000-7dd185a00000 ---p 00000000 00:00 0 -7dd185a00000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd4768f8000-7dd4768fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c5611] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd16d418000-7dd16d600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd16d600000-7dd170200000 rw-p 00000000 00:00 0 -7dd170278000-7dd171b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd171b7f000-7dd171dff000 rw-p 00000000 00:00 0 -7dd171dff000-7dd171e00000 ---p 00000000 00:00 0 -7dd171e00000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de1f68f8000-7de1f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (561) crashed. Respawning worker. -ERROR: Child worker (94) crashed. Respawning worker. -ERROR: Child worker (398) crashed. Respawning worker. -ERROR: Child worker (124) crashed. Respawning worker. -ERROR: Child worker (732) crashed. Respawning worker. -ERROR: Child worker (480) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c5fa0] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd157c18000-7dd157e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd157e00000-7dd159000000 rw-p 00000000 00:00 0 -7dd159180000-7dd15ae00000 rw-p 00000000 00:00 0 -7dd15aef8000-7dd15c7ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd15c7ff000-7dd15c800000 ---p 00000000 00:00 0 -7dd15c800000-7dd15d000000 rw-p 00000000 00:00 0 -7dd15d000000-7dd15d400000 rw-p 00000000 00:00 0 -7dd15d4ff000-7dd15d500000 ---p 00000000 00:00 0 -7dd15d500000-7dd15d600000 rw-p 00000000 00:00 0 -7dd15d600000-7dd15da00000 rw-p 00000000 00:00 0 -7dd15daff000-7dd15db00000 ---p 00000000 00:00 0 -7dd15db00000-7dd15dc00000 rw-p 00000000 00:00 0 -7dd15dc00000-7dd15e000000 rw-p 00000000 00:00 0 -7dd15e0ff000-7dd15e100000 ---p 00000000 00:00 0 -7dd15e100000-7dd15e200000 rw-p 00000000 00:00 0 -7dd15e200000-7dd15e600000 rw-p 00000000 00:00 0 -7dd15e6ff000-7dd15e700000 ---p 00000000 00:00 0 -7dd15e700000-7dd15e800000 rw-p 00000000 00:00 0 -7dd15e800000-7dd15ec00000 rw-p 00000000 00:00 0 -7dd15ecff000-7dd15ed00000 ---p 00000000 00:00 0 -7dd15ed00000-7dd15ee00000 rw-p 00000000 00:00 0 -7dd15ee00000-7dd15f200000 rw-p 00000000 00:00 0 -7dd15f2ff000-7dd15f300000 ---p 00000000 00:00 0 -7dd15f300000-7dd15f400000 rw-p 00000000 00:00 0 -7dd15f400000-7dd15fe00000 rw-p 00000000 00:00 0 -7dd15feff000-7dd15ff00000 ---p 00000000 00:00 0 -7dd15ff00000-7dd160000000 rw-p 00000000 00:00 0 -7dd160000000-7dd160400000 rw-p 00000000 00:00 0 -7dd1604ff000-7dd160500000 ---p 00000000 00:00 0 -7dd160500000-7dd160600000 rw-p 00000000 00:00 0 -7dd160600000-7dd160a00000 rw-p 00000000 00:00 0 -7dd160aff000-7dd160b00000 ---p 00000000 00:00 0 -7dd160b00000-7dd160c00000 rw-p 00000000 00:00 0 -7dd160c00000-7dd161000000 rw-p 00000000 00:00 0 -7dd1610ff000-7dd161100000 ---p 00000000 00:00 0 -7dd161100000-7dd161200000 rw-p 00000000 00:00 0 -7dd161200000-7dd161600000 rw-p 00000000 00:00 0 -7dd1616ff000-7dd161700000 ---p 00000000 00:00 0 -7dd161700000-7dd161800000 rw-p 00000000 00:00 0 -7dd161800000-7dd161c00000 rw-p 00000000 00:00 0 -7dd161cff000-7dd161d00000 ---p 00000000 00:00 0 -7dd161d00000-7dd161e00000 rw-p 00000000 00:00 0 -7dd161e00000-7dd162200000 rw-p 00000000 00:00 0 -7dd1622ff000-7dd162300000 ---p 00000000 00:00 0 -7dd162300000-7dd162400000 rw-p 00000000 00:00 0 -7dd162400000-7dd162800000 rw-p 00000000 00:00 0 -7dd1628ff000-7dd162900000 ---p 00000000 00:00 0 -7dd162900000-7dd162a00000 rw-p 00000000 00:00 0 -7dd162a00000-7dd162e00000 rw-p 00000000 00:00 0 -7dd162eff000-7dd162f00000 ---p 00000000 00:00 0 -7dd162f00000-7dd163000000 rw-p 00000000 00:00 0 -7dd163000000-7dd163400000 rw-p 00000000 00:00 0 -7dd1634ff000-7dd163500000 ---p 00000000 00:00 0 -7dd163500000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd1963/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d00/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -0-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 /lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2af4] - - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 -- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 --- 1 thread.rb -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb -INFO: 1297 is running. - -6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7* Process memory map: - -dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [an638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd182818000-7dd182a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd182a00000-7dd185600000 rw-p 00000000 00:00 0 -7dd185678000-7dd186f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd186f7f000-7dd1871ff000 rw-p 00000000 00:00 0 -7dd1871ff000-7dd187200000 ---p 00000000 00:00 0 -7dd187200000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-on:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd18970000 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd1990000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd199b70000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b70000-7dd199b71000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b71000-7dd199c71000 rw-p 00000000 00:00 0 -7dd199c71000-7dd199d71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d71000-7dd199d72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d72000-7dd199e72000 rw-p 00000000 00:00 0 -7dd199e72000-7dd199f72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f72000-7dd199f73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f73000-7dd19a073000 rw-p 00000000 00:00 0 -7dd19a073000-7dd19a173000 rw-p 00000000 00:00 0 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b460000-7dd18b4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba10000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4. [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a173000-7dd19a174000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a174000-7dd19a274000 rw-p 00000000 00:00 0 -7dd19a274000-7dd19a374000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a374000-7dd19a375000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a375000-7dd19a475000 rw-p 00000000 00:00 0 -7dd19a475000-7dd19a575000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a575000-7dd19a576000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a576000-7dd19a676000 rw-p 00000000 00:00 0 -7dd19a676000-7dd19a776000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a776000-7dd19a777000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a777000-7dd19a877000 rw-0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x8p 00000000 00:00 0 -7dd19a877000-7dd19a977000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a977000-7dd19a978000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a97806_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-700-7dd19aa78000 rw-p 00000000 00:00 0 -7dd19aa78000-7dd19ab78000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ab78000-7dd19ab79000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stacdd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chk_chunk] -7dd19ab79000-7dd19ac79000 rw-p 00000000 00:00 0 -7dd19ac79000-7dd19ad79000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ad79000-7dd19ad7a000 ---p 00000000 00:00 0 [anon:Ruby:nunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alt_alloc_thread_stack_chunk] -7dd19ad7a000-7dd19ae7a000 rw-p 00000000 00:00 0 -7dd19ae7a000-7dd19af7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19af7a000-7dd19af7b000 ---p 00000000 00:00 0 loc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19af7b000-7dd19b07b000 rw-p 00000000 00:00 0 -7dd19b07b000-7dd19b17b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b17b000-7dd19b17c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b17c000-7dd19b27c000 rw-p 00000000 00:00 0 -7dd19b27c000-7dd19b37c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b37c000-7dd19b37d000 -- [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 0-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b37d000-7dd19b47d000 rw-p 00000000 00:00 0 -7dd19b47d000-7dd19b57d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b57d0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-000-7dd19b57e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b57e000-7dd19b67e000 rw-p 00000000 00:00 0 -7dd19b67e000-7dd19b77e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 ck_chunk] -7dd19b77e000-7dd19b77f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b77f000-7dd19b87f000 rw-p 00000000 00:00 0 -7dd19b87f000-7dd19b97f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b97f000-7dd19b980000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b980000-7dd19ba80000 rw-p 00000000 00:00 0 -7dd19ba80000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzs [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e0td.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b00000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 000008d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threa000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 d_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon: /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linRuby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d0ux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /00 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 255usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so72864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/g/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-lems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 inux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000- /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd17dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rwlib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 /bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_a0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6ddr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7d000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac60d1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae0000000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b5-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef003ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-70 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 0b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 0000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allo00-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7cate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1bb88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Rub:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7ddy:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7d1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 0000d1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 0000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 000 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 00000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 :fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allo [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Rubcate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7ddy:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_all1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000ocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.s6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/strino -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1gio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -700a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7ddd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100bd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d1 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 000000e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 50000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 0000300056 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00: 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libst-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e400dc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e0 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d165000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d16 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_52000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.164-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d0-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-li /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 nux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd3368f8000-7dd3368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7df0368f8000-7df0368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7dd1d17745a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x7dd1d189aa90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x37) [0x7dd1d18a7a0f] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_to_h) /usr/src/ruby/hash.c:3745 -/usr/local/lib/libruby.so.4.0(rb_hash_to_h) /usr/src/ruby/hash.c:3738 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x7dd1d1a77641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x7dd1d1a8ebb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x7dd1d1a9524a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x7dd1d1aa01b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x7dd1d1871813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x7dd1ac559865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x7dd1ac559bc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x7dd1ac562d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7dd1ac5649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7dd1ac534a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7dd1ac5428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x7dd1ac543f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7dd1ac5005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7dd1ac4f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7dd1ac4f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7dd1ac55de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7dd1d1a32a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7dd1ac55df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7dd1d1a3634b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7dd1d1a36f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd157a00000-7dd15a600000 rw-p 00000000 00:00 0 -7dd15a678000-7dd15bf7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd15bf7f000-7dd15c1ff000 rw-p 00000000 00:00 0 -7dd15c1ff000-7dd15c200000 ---p 00000000 00:00 0 -7dd15c200000-7dd15ca00000 rw-p 00000000 00:00 0 -7dd15ca00000-7dd15ce00000 rw-p 00000000 00:00 0 -7dd15ceff000-7dd15cf00000 ---p 00000000 00:00 0 -7dd15cf00000-7dd15d000000 rw-p 00000000 00:00 0 -7dd15d000000-7dd15d400000 rw-p 00000000 00:00 0 -7dd15d4ff000-7dd15d500000 ---p 00000000 00:00 0 -7dd15d500000-7dd15d600000 rw-p 00000000 00:00 0 -7dd15d600000-7dd15da00000 rw-p 00000000 00:00 0 -7dd15daff000-7dd15db00000 ---p 00000000 00:00 0 -7dd15db00000-7dd15dc00000 rw-p 00000000 00:00 0 -7dd15dc00000-7dd15e000000 rw-p 00000000 00:00 0 -7dd15e0ff000-7dd15e100000 ---p 00000000 00:00 0 -7dd15e100000-7dd15e200000 rw-p 00000000 00:00 0 -7dd15e200000-7dd15e600000 rw-p 00000000 00:00 0 -7dd15e6ff000-7dd15e700000 ---p 00000000 00:00 0 -7dd15e700000-7dd15e800000 rw-p 00000000 00:00 0 -7dd15e800000-7dd15ec00000 rw-p 00000000 00:00 0 -7dd15ecff000-7dd15ed00000 ---p 00000000 00:00 0 -7dd15ed00000-7dd15ee00000 rw-p 00000000 00:00 0 -7dd15ee00000-7dd15f200000 rw-p 00000000 00:00 0 -7dd15f2ff000-7dd15f300000 ---p 00000000 00:00 0 -7dd15f300000-7dd15f400000 rw-p 00000000 00:00 0 -7dd15f400000-7dd15fe00000 rw-p 00000000 00:00 0 -7dd15feff000-7dd15ff00000 ---p 00000000 00:00 0 -7dd15ff00000-7dd160000000 rw-p 00000000 00:00 0 -7dd160000000-7dd160400000 rw-p 00000000 00:00 0 -7dd1604ff000-7dd160500000 ---p 00000000 00:00 0 -7dd160500000-7dd160600000 rw-p 00000000 00:00 0 -7dd160600000-7dd160a00000 rw-p 00000000 00:00 0 -7dd160aff000-7dd160b00000 ---p 00000000 00:00 0 -7dd160b00000-7dd160c00000 rw-p 00000000 00:00 0 -7dd160c00000-7dd161000000 rw-p 00000000 00:00 0 -7dd1610ff000-7dd161100000 ---p 00000000 00:00 0 -7dd161100000-7dd161200000 rw-p 00000000 00:00 0 -7dd161200000-7dd161600000 rw-p 00000000 00:00 0 -7dd1616ff000-7dd161700000 ---p 00000000 00:00 0 -7dd161700000-7dd161800000 rw-p 00000000 00:00 0 -7dd161800000-7dd161c00000 rw-p 00000000 00:00 0 -7dd161cff000-7dd161d00000 ---p 00000000 00:00 0 -7dd161d00000-7dd161e00000 rw-p 00000000 00:00 0 -7dd161e00000-7dd162200000 rw-p 00000000 00:00 0 -7dd1622ff000-7dd162300000 ---p 00000000 00:00 0 -7dd162300000-7dd162400000 rw-p 00000000 00:00 0 -7dd162400000-7dd162800000 rw-p 00000000 00:00 0 -7dd1628ff000-7dd162900000 ---p 00000000 00:00 0 -7dd162900000-7dd162a00000 rw-p 00000000 00:00 0 -7dd162a00000-7dd162e00000 rw-p 00000000 00:00 0 -7dd162eff000-7dd162f00000 ---p 00000000 00:00 0 -7dd162f00000-7dd163000000 rw-p 00000000 00:00 0 -7dd163000000-7dd163400000 rw-p 00000000 00:00 0 -7dd1634ff000-7dd163500000 ---p 00000000 00:00 0 -7dd163500000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba10000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd199970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd199b70000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b70000-7dd199b71000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b71000-7dd199c71000 rw-p 00000000 00:00 0 -7dd199c71000-7dd199d71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d71000-7dd199d72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d72000-7dd199e72000 rw-p 00000000 00:00 0 -7dd199e72000-7dd199f72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f72000-7dd199f73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f73000-7dd19a073000 rw-p 00000000 00:00 0 -7dd19a073000-7dd19a173000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a173000-7dd19a174000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a174000-7dd19a274000 rw-p 00000000 00:00 0 -7dd19a274000-7dd19a374000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a374000-7dd19a375000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a375000-7dd19a475000 rw-p 00000000 00:00 0 -7dd19a475000-7dd19a575000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a575000-7dd19a576000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a576000-7dd19a676000 rw-p 00000000 00:00 0 -7dd19a676000-7dd19a776000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a776000-7dd19a777000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a777000-7dd19a877000 rw-p 00000000 00:00 0 -7dd19a877000-7dd19a977000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a977000-7dd19a978000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a978000-7dd19aa78000 rw-p 00000000 00:00 0 -7dd19aa78000-7dd19ab78000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ab78000-7dd19ab79000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ab79000-7dd19ac79000 rw-p 00000000 00:00 0 -7dd19ac79000-7dd19ad79000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ad79000-7dd19ad7a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ad7a000-7dd19ae7a000 rw-p 00000000 00:00 0 -7dd19ae7a000-7dd19af7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19af7a000-7dd19af7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19af7b000-7dd19b07b000 rw-p 00000000 00:00 0 -7dd19b07b000-7dd19b17b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b17b000-7dd19b17c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b17c000-7dd19b27c000 rw-p 00000000 00:00 0 -7dd19b27c000-7dd19b37c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b37c000-7dd19b37d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b37d000-7dd19b47d000 rw-p 00000000 00:00 0 -7dd19b47d000-7dd19b57d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b57d000-7dd19b57e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b57e000-7dd19b67e000 rw-p 00000000 00:00 0 -7dd19b67e000-7dd19b77e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b77e000-7dd19b77f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b77f000-7dd19b87f000 rw-p 00000000 00:00 0 -7dd19b87f000-7dd19b97f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b97f000-7dd19b980000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19b980000-7dd19ba80000 rw-p 00000000 00:00 0 -7dd19ba80000-7dd19bb80000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19bb80000-7dd19bb81000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19bb81000-7dd19bc81000 rw-p 00000000 00:00 0 -7dd19bc81000-7dd19bd81000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19bd81000-7dd19bd82000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19bd82000-7dd19be82000 rw-p 00000000 00:00 0 -7dd19be82000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7df0f68f8000-7df0f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:88: [BUG] Aborted at 0x000000000000045b -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd17b018000-7dd17b200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd17b200000-7dd17de00000 rw-p 00000000 00:00 0 -7dd17de78000-7dd17f77f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17f77f000-7dd17f9ff000 rw-p 00000000 00:00 0 -7dd17f9ff000-7dd17fa00000 ---p 00000000 00:00 0 -7dd17fa00000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 000/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7d/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -d18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_all/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -oc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 /lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c565d] - --- Other runtime information ----------------------------------------------- - - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 * Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00 -000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7* Ruby Box: disabled -dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:0* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so -0 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 6 ruby2_keywords.rb - rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e 7 set.rb -315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ru 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -by:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00: 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a00 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb -0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:R 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -uby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb -:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f0 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -00 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd1 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -8fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 000 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -00000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7d 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -d18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chu 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -nk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_all 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -oc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC: 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd. 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7d 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -d1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 0 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -0:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/ 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb -x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1a 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb -c4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb --0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /ap 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -p/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 0000000 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -0 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000- 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:hea 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -p_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3c6000 r-xp 00000000 00:00 0 [ 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb -anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3c6000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_bod 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb -y_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.s 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -o -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -f000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_bod 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -y_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b5 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -7ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f000 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -0 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 0 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -0:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b5 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -8fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [ 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_me 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -mory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_ 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f0 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -00-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [ 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_ 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f0 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -00-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [ 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_me 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -mory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_ 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f0 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb -00-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [ 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_me 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -mory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_ 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb -pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f0 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb -00-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-lin 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -ux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/strin 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -gio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d00 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -0-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d101 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb -0000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 000 239 /usr/local/lib/ruby/4.0.0/uri/https.rb -00000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r-- 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d1 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -03b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 000000 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb -00 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 -r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p* Process memory map: - - 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/ /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd16ce18000-7dd16d000000 r--s 00000000 00:56 2lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd16d000000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc78000-7dd17157f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17157f000-7dd1717ff000 rw-p 00000000 1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 46300:00 0 -7dd1717ff000-7dd171800000 ---p 00000000 00:00 0 -7dd171800000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7d7507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 d172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d0000 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux0 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 0000-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d200000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-g0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b0nu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-0000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd17664.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d210700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p8000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd8b68f8000-7dd8b68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -0:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linERROR: Child worker (103) crashed. Respawning worker. -ux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 529316ERROR: Child worker (969) crashed. Respawning worker. -0 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077ERROR: Child worker (695) crashed. Respawning worker. -ERROR: Child worker (1104) crashed. Respawning worker. - /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 ERROR: Child worker (178) crashed. Respawning worker. - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de2368f8000-7de2368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1303 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7dd1d17745a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x7dd1d189aa90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(match_alloc+0x15) [0x7dd1d199a48c] /usr/src/ruby/re.c:970 -/usr/local/lib/libruby.so.4.0(rb_reg_search_set_match) /usr/src/ruby/re.c:1826 -/usr/local/lib/libruby.so.4.0(rb_reg_search) /usr/src/ruby/re.c:1863 -/usr/local/lib/libruby.so.4.0(rb_str_split_m+0x712) [0x7dd1d1a0a382] /usr/src/ruby/string.c:9295 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x7dd1d1a77641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x7dd1d1a8ebb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x7dd1d1a9524a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x7dd1d1aa01b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x7dd1d1871813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x7dd1ac559865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x7dd1ac559bc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x7dd1ac562d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7dd1d1a32e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7dd1ac559756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7dd1ac5649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7dd1ac534a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7dd1ac5428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7dd1ac543442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7dd1ac5005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7dd1ac4f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7dd1ac4f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7dd1ac55de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7dd1d1a32a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7dd1ac55df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7dd1d1a3634b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7dd1d1a36f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd17ac00000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d878000-7dd17f17f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17f17f000-7dd17f3ff000 rw-p 00000000 00:00 0 -7dd17f3ff000-7dd17f400000 ---p 00000000 00:00 0 -7dd17f400000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 - /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 //usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7dd1d17745a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x7dd1d189aa90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x7dd1d18a8ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x7dd1ac5624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 - [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/ /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/li4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -b/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7dd1d1a32e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7dd1ac559756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7dd1ac5649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7dd1ac534a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7dd1ac5428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7dd1ac543442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0. /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /u0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -sr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/l/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7dd1ac5005cc] /app/vendor/bundle/ruocal/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_alby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -locate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7dd1ac4f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7dd1ac4f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7dd1ac55de56] /app/vendor/b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7dd1d1a32a9e] /usr/src/ruby/thread.c:1628 -dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7dd1ac55df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7dd1d1a3634b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7dd1d1a36f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib -/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:he* Ruby Box: disabled -ap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-l* Loaded features: - -inux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb --linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4. 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/ 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb -4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/ 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/ 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/ 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb -x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r-- 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 1 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -9711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:5 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -6 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/ 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 0000000 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -0 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/ 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/li 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -b/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz. 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d170 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -5000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 46375 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -07 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.s 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -o.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 0000000 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb -0 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000- 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd0 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -00 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd8f68f8000-7dd8f68fd000 rw-p 00000000 00:00 0 -7fff408bd00 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -0-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - - - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -[BUG] 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -Aborted at 0x00000000000000f8 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -Crashed while printing bug report - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd16dc00000-7dd170800000 rw-p 00000000 00:00 0 -7dd170878000-7dd17217f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17217f000-7dd1723ff000 rw-p 00000000 00:00 0 -7dd1723ff000-7dd172400000 ---p 00000000 00:00 0 -7dd172400000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de1b68f8000-7de1b68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000239 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: (1269) cleanup complete. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c614c] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd16aa18000-7dd16ac00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd16ac00000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d878000-7dd16f17f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16f17f000-7dd16f3ff000 rw-p 00000000 00:00 0 -7dd16f3ff000-7dd16f400000 ---p 00000000 00:00 0 -7dd16f400000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7ERROR: Child worker (446) crashed. Respawning worker. -dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba30000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4ERROR: Child worker (685) crashed. Respawning worker. -.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alERROR: Child worker (879) crashed. Respawning worker. -loc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 ERROR: Child worker (40) crashed. Respawning worker. - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12ERROR: Child worker (676) crashed. Respawning worker. -000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:ERROR: Child worker (227) crashed. Respawning worker. -Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de3b68f8000-7de3b68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -# terminated with exception (report_on_exception is true): -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c3000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 3 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -: 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -core:: 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -panicking:: 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb -assert_failed - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - at 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs: 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb -394: 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -5 - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -ERROR: Iodine caught an unprotected exception - Rack::QueryParser::InvalidParameterError: cannot set encoding on non-encoding capable object -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'String#force_encoding' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'URI._decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'URI.decode_www_form_component' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'Rack::QueryParser#unescape' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'Array#map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Array#each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -ERROR: - - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd16bc18000-7dd16be00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd16be00000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea78000-7dd17037f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17037f000-7dd1705ff000 rw-p 00000000 00:00 0 -7dd1705ff000-7dd170600000 ---p 00000000 00:00 0 -7dd170600000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7d/usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:16: [BUG] Segmentation fault at 0x0000000000000004d171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000- -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 -- Control frame information ----------------------------------------------- -c:0009 p:0074 s:0072 e:000070 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:16 -c:0008 p:0008 s:0051 e:000050 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd17490l:y 0000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175b:0001 500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-pMETHOD 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 0 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:68 -c:0007 p:0011 0:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dds:0042 177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7e:000041 dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000l:n b:---- rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000BLOCK /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 [FINISH] -c:0006 p:0032 s:0038 e:000037 l:y b:0001 METHOD :273 -000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0c:0005 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ffp:0031 000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b4s:0031 e:000030 00000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 -c:0004 p:0049 s:0022 e:000021 l:y b:0001 METHOD00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd1 -7d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dc:0003 p:0012 d17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 000000e:000012 00 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 l:y -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff0b:0001 00-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd18180METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY 0000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 0 [FINISH]0000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00: -00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd18 -36ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd-- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'correct' -:273:in 'select' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'block in correct' -/usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:68:in 'distance' -184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 r/usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:16:in 'distance' -w-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 0000000 -0 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 --- Threading information --------------------------------------------------- -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd18680000Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000000000000004 RBP: 0x00007dd1b77c4e40 RSP: 0x00007dd19ae79668 - RAX: 0x0000000000000000 RBX: 0x00007dd19ad78e08 RCX: 0x00007dd1b5552d000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400 - RDX: 0x00007dd19ae79770000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00 RDI: 0x00007dd15e81b2d0000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:0 RSI: 0x00007dd19ad78e080 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189 - R8: 0x00007dd1d10186c0 R9: 0x00007dd18a4ba0d0 R10: 0x00007dd19ae79620 - R11: 0x00007dd1605ff6c0 R12: 0x00007dd1b5539d00 R13: 0x00007dd1abc6c398 - R14: 0x00007dd1b77c4e50 R15: 0x00007dd19ad78e08 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3c9000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3c9000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 4: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3566:9 -rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00: 00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de2f68f8000-7de2f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -5: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 6: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 7: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 8: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 9: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 10: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 11: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 12: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 13: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:18: -thread '' (950) panicked at ./yjit/src/core.rs:3692:5: -branch stubs should never enlarge branches (start_addr: 0x7dd1ad3ca2c8, old_size: 5, new_size: 40) -[BUG] YJIT: panicked at ./yjit/src/core.rs:3566:9: -assertion `left == right` failed: each stub expects a particular iseq - left: 0x7dd1ace20b70 - right: 0x7dd1abcbe7b0stack backtrace: - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - - -- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3692:5 - 3: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 4: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 5: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 6: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 7: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 8: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 9: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 10: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 11: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:19: [BUG] YJIT: panicked at ./yjit/src/core.rs:3692:5: -branch stubs should never enlarge branches (start_addr: 0x7dd1ad3ca2c8, old_size: 5, new_size: 40)���������^������������� -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/app.rb:19: [BUG] Aborted at 0x0000000000000378 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1308 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c56a3] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd174018000-7dd174200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd174200000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e78000-7dd17877f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17877f000-7dd1789ff000 rw-p 00000000 00:00 0 -7dd1789ff000-7dd178a00000 ---p 00000000 00:00 0 -7dd178a00000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7ddd368f8000-7ddd368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7dd1d17745a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x7dd1d189aa90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x7dd1d18a8ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x7dd1ac5624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7dd1d1a32e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7dd1ac559756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7dd1ac5649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7dd1ac534a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7dd1ac5428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7dd1ac543442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7dd1ac5005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7dd1ac4f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7dd1ac4f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7dd1ac55de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7dd1d1a32a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7dd1ac55df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7dd1d1a3634b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7dd1d1a36f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd15c800000-7dd15fa00000 rw-p 00000000 00:00 0 -7dd15fa78000-7dd16137f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16137f000-7dd1615ff000 rw-p 00000000 00:00 0 -7dd1615ff000-7dd161600000 ---p 00000000 00:00 0 -7dd161600000-7dd161e00000 rw-p 00000000 00:00 0 -7dd161e00000-7dd162200000 rw-p 00000000 00:00 0 -7dd1622ff000-7dd162300000 ---p 00000000 00:00 0 -7dd162300000-7dd162400000 rw-p 00000000 00:00 0 -7dd162400000-7dd162800000 rw-p 00000000 00:00 0 -7dd1628ff000-7dd162900000 ---p 00000000 00:00 0 -7dd162900000-7dd162a00000 rw-p 00000000 00:00 0 -7dd162a00000-7dd162e00000 rw-p 00000000 00:00 0 -7dd162eff000-7dd162f00000 ---p 00000000 00:00 0 -7dd162f00000-7dd163000000 rw-p 00000000 00:00 0 -7dd163000000-7dd163400000 rw-p 00000000 00:00 0 -7dd1634ff000-7dd163500000 ---p 00000000 00:00 0 -7dd163500000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd199970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd199b70000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b70000-7dd199b71000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b71000-7dd199c71000 rw-p 00000000 00:00 0 -7dd199c71000-7dd199d71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d71000-7dd199d72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d72000-7dd199e72000 rw-p 00000000 00:00 0 -7dd199e72000-7dd199f72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f72000-7dd199f73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f73000-7dd19a073000 rw-p 00000000 00:00 0 -7dd19a073000-7dd19a173000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a173000-7dd19a174000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a174000-7dd19a274000 rw-p 00000000 00:00 0 -7dd19a274000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fibe/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2bce] - --- Other runtime information ----------------------------------------------- - -r_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - -memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d00 0 enumerator.so -0 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fibe 1 thread.rb -r_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b646 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb -3000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 7 set.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_ 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d00 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -0 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fibe 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -r_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b697 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -3000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_ 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d00 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -0 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_pa 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -ge_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 52931 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -61 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/ 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:d 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -efault:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64- 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb -.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/li 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -b/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/ 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb -lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ru 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb -by/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-g 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -nu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -/usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d11 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb -71000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c600 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb -0 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 0002 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -8000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/l 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb -ibm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r-- 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb -p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb -001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 1 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -9711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux- 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb --7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/ -libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw- 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb --p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20c 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -d000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7ded368f8000-7ded368fd000 rw-p 00000000 00:00 0 -7f 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -ff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - - - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -[BUG] 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -Aborted at 0x00000000000003d4 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -Crashed while printing bug report - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd15a618000-7dd15a800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd15a800000-7dd15d400000 rw-p 00000000 00:00 0 -7dd15d4f9000-7dd15ee00000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd15ee00000-7dd15f400000 rw-p 00000000 00:00 0 -7dd15f57f000-7dd15f7ff000 rw-p 00000000 00:00 0 -7dd15f7ff000-7dd15f800000 ---p 00000000 00:00 0 -7dd15f800000-7dd160000000 rw-p 00000000 00:00 0 -7dd160000000-7dd160400000 rw-p 00000000 00:00 0 -7dd1604ff000-7dd160500000 ---p 00000000 00:00 0 -7dd160500000-7dd160600000 rw-p 00000000 00:00 0 -7dd160600000-7dd160a00000 rw-p 00000000 00:00 0 -7dd160aff000-7dd160b00000 ---p 00000000 00:00 0 -7dd160b00000-7dd160c00000 rw-p 00000000 00:00 0 -7dd160c00000-7dd161000000 rw-p 00000000 00:00 0 -7dd1610ff000-7dd161100000 ---p 00000000 00:00 0 -7dd161100000-7dd161200000 rw-p 00000000 00:00 0 -7dd161200000-7dd161600000 rw-p 00000000 00:00 0 -7dd1616ff000-7dd161700000 ---p 00000000 00:00 0 -7dd161700000-7dd161800000 rw-p 00000000 00:00 0 -7dd161800000-7dd161c00000 rw-p 00000000 00:00 0 -7dd161cff000-7dd161d00000 ---p 00000000 00:00 0 -7dd161d00000-7dd161e00000 rw-p 00000000 00:00 0 -7dd161e00000-7dd162200000 rw-p 00000000 00:00 0 -7dd1622ff000-7dd162300000 ---p 00000000 00:00 0 -7dd162300000-7dd162400000 rw-p 00000000 00:00 0 -7dd162400000-7dd162800000 rw-p 00000000 00:00 0 -7dd1628ff000-7dd162900000 ---p 00000000 00:00 0 -7dd162900000-7dd162a00000 rw-p 00000000 00:00 0 -7dd162a00000-7dd162e00000 rw-p 00000000 00:00 0 -7dd162eff000-7dd162f00000 ---p 00000000 00:00 0 -7dd162f00000-7dd163000000 rw-p 00000000 00:00 0 -7dd163000000-7dd163400000 rw-p 00000000 00:00 0 -7dd1634ff000-7dd163500000 ---p 00000000 00:00 0 -7dd163500000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd199970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd199b70000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b70000-7dd199b71000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b71000-7dd199c71000 rw-p 00000000 00:00 0 -7dd199c71000-7dd199d71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d71000-7dd199d72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d72000-7dd199e72000 rw-p 00000000 00:00 0 -7dd199e72000-7dd199f72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f72000-7dd199f73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f73000-7dd19a073000 rw-p 00000000 00:00 0 -7dd19a073000-7dd19a173000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a173000-7dd19a174000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a174000-7dd19a274000 rw-p 00000000 00:00 0 -7dd19a274000-7dd19a374000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a374000-7dd19a375000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a375000-7dd19a475000 rw-p 00000000 00:00 0 -7dd19a475000-7dd19a575000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a575000-7dd19a576000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a576000-7dd19a676000 rw-p 00000000 00:00 0 -7dd19a676000-7dd19a776000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a776000-7dd19a777000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a777000-7dd19a877000 rw-p 00000000 00:00 0 -7dd19a877000-7dd19a977000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a977000-7dd19a978000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a978000-7dd19aa78000 rw-p 00000000 00:00 0 -7dd19aa78000-7dd19ab78000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ab78000-7dd19ab79000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19ab79000-7dd19ac79000 rw-p 00000000 00:00 0 -7dd19ac79000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dee768f8000-7dee768fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (237) crashed. Respawning worker. -WARNING: Child worker (1269) shutdown. Respawning worker. -WARNING: Child worker (1258) shutdown. Respawning worker. -ERROR: Child worker (85) crashed. Respawning worker. -ERROR: Child worker (777) crashed. Respawning worker. -ERROR: Child worker (1095) crashed. Respawning worker. -ERROR: Child worker (585) crashed. Respawning worker. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000020 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007dd1d178f9db RBP: 0x0000000000000004 RSP: 0x00007dd18d60d320 - RAX: 0x0000000000000000 RBX: 0x00007dd1abc87210 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007dd1abc87210 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x00007dd1d0c69080 R10: 0x00007dd18743b740 - R11: 0x0000000000000004 R12: 0x00007dd1abc87148 R13: 0x0000000000000004 - R14: 0x00007dd1abc87210 R15: 0x00007dd1abca3958 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1313 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd16a418000-7dd16a600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd16a600000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d278000-7dd16eb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16eb7f000-7dd16edff000 rw-p 00000000 00:00 0 -7dd16edff000-7dd16ee00000 ---p 00000000 00:00 0 -7dd16ee00000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7de3f68f8000-7de3f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (990) crashed. Respawning worker. -ERROR: Child worker (612) crashed. Respawning worker. -ERROR: Child worker (1115) crashed. Respawning worker. -ERROR: Child worker (569) crashed. Respawning worker. -ERROR: Child worker (914) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x1c) [0x7dd1d1a252f7] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(lookup_method_table+0x1e) [0x7dd1d1a7f48a] /usr/src/ruby/vm_method.c:1262 -/usr/local/lib/libruby.so.4.0(search_method0) /usr/src/ruby/vm_method.c:1707 -/usr/local/lib/libruby.so.4.0(search_method) /usr/src/ruby/vm_method.c:1730 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative) /usr/src/ruby/vm_method.c:1922 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0xa) [0x7dd1d1a8dd0d] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(vm_respond_to) /usr/src/ruby/vm_method.c:3352 -/usr/local/lib/libruby.so.4.0(rb_ec_obj_respond_to+0x20) [0x7dd1d1a9e780] /usr/src/ruby/vm_method.c:3410 -/usr/local/lib/libruby.so.4.0(rb_obj_respond_to) /usr/src/ruby/vm_method.c:3403 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(ruby2c_response_send+0x29) [0x7dd1ac5638e5] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:579 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:725 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7dd1d1a32e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7dd1ac559756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7dd1ac5649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7dd1ac534a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7dd1ac5428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7dd1ac543442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7dd1ac5005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7dd1ac4f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7dd1ac4f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7dd1ac55de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7dd1d1a32a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7dd1ac55df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7dd1d1a3634b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7dd1d1a36f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -INFO: 1318 is running. -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd178e00000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17ba78000-7dd17d37f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17d37f000-7dd17d5ff000 rw-p 00000000 00:00 0 -7dd17d5ff000-7dd17d600000 ---p 00000000 00:00 0 -7dd17d600000-7dd17de00000 rw-p 00000000 00:00 0 -7dd17de00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e217000-7dd17e3ff000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd9f68f8000-7dd9f68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c5611] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd15ba18000-7dd15bc00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd15bc00000-7dd15ee00000 rw-p 00000000 00:00 0 -7dd15ee78000-7dd16077f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16077f000-7dd1609ff000 rw-p 00000000 00:00 0 -7dd1609ff000-7dd160a00000 ---p 00000000 00:00 0 -7dd160a00000-7dd161200000 rw-p 00000000 00:00 0 -7dd161200000-7dd161600000 rw-p 00000000 00:00 0 -7dd1616ff000-7dd161700000 ---p 00000000 00:00 0 -7dd161700000-7dd161800000 rw-p 00000000 00:00 0 -7dd161800000-7dd161c00000 rw-p 00000000 00:00 0 -7dd161cff000-7dd161d00000 ---p 00000000 00:00 0 -7dd161d00000-7dd161e00000 rw-p 00000000 00:00 0 -7dd161e00000-7dd162200000 rw-p 00000000 00:00 0 -7dd1622ff000-7dd162300000 ---p 00000000 00:00 0 -7dd162300000-7dd162400000 rw-p 00000000 00:00 0 -7dd162400000-7dd162800000 rw-p 00000000 00:00 0 -7dd1628ff000-7dd162900000 ---p 00000000 00:00 0 -7dd162900000-7dd162a00000 rw-p 00000000 00:00 0 -7dd162a00000-7dd162e00000 rw-p 00000000 00:00 0 -7dd162eff000-7dd162f00000 ---p 00000000 00:00 0 -7dd162f00000-7dd163000000 rw-p 00000000 00:00 0 -7dd163000000-7dd163400000 rw-p 00000000 00:00 0 -7dd1634ff000-7dd163500000 ---p 00000000 00:00 0 -7dd163500000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd199970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd199b70000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b70000-7dd199b71000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199b71000-7dd199c71000 rw-p 00000000 00:00 0 -7dd199c71000-7dd199d71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d71000-7dd199d72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199d72000-7dd199e72000 rw-p 00000000 00:00 0 -7dd199e72000-7dd199f72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f72000-7dd199f73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199f73000-7dd19a073000 rw-p 00000000 00:00 0 -7dd19a073000-7dd19a173000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a173000-7dd19a174000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a174000-7dd19a274000 rw-p 00000000 00:00 0 -7dd19a274000-7dd19a374000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a374000-7dd19a375000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a375000-7dd19a475000 rw-p 00000000 00:00 0 -7dd19a475000-7dd19a575000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a575000-7dd19a576000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19a576000-7dd19a676000 rw-p 00000000 00:00 0 -7dd19a676000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dedb68f8000-7dedb68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c56f7] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -[0x7dd1ad3c2bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd160218000-7dd160400000 r--s 00000000 00:56 2 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd160400000-7dd163000000 rw-p 00000000 00:00 0 -7dd163078000-7dd16497f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16497f000-7dd164bff000 rw-p 00000000 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb -00:00 0 -7dd164bff000-7dd164c00000 ---p 00000000 00:00 0 -7dd164c00000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7d 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -d165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000- 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd16710000 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -0 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 0000 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -0000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb -0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f0 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -0000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb -b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 0 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -0:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7d 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -d172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 000000 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -00 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a000 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -00-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd17560 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb -0000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 0 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb -0000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd17 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -7400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb -178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 0000000 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -0 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a90000 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -0-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb -000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:0 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -0 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd1 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -7e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 -- 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb --p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb --7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd1819000 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -00 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd1837 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb -00000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd18 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -4300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw- 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb -00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7d 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -d186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000- 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb -7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd18780000 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -0 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 0000 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -0000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896f 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -f000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 0 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -0:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 0000000 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c 236 /usr/local/lib/ruby/4.0.0/uri/file.rb -305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [a 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -non:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 000000 245 /usr/local/lib/ruby/4.0.0/uri.rb -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw- 253 /usr/local/lib/ruby/4.0.0/time.rb -p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d0 254 /usr/local/lib/ruby/4.0.0/erb/version.rb -00-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -k_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:n 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -t_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 -- --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18e* Process memory map: - -e1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 000000638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd15de18000-7dd15e000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd15e000000-7dd161200000 rw-p 00000000 00:00 0 -7dd161278000-7dd162b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd162b7f000-7dd162dff000 rw-p 00000000 00:00 0 -7dd162dff000-7dd162e00000 ---p 00000000 00:00 0 -7dd162e00000-7dd163600000 rw-p 00000000 00:00 0 -7dd163600000-7dd163a00000 rw-p 00000000 00:00 0 -7dd163aff000-7dd163b00000 ---p 00000000 00:00 0 -7dd163b00000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_ -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd100000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 90525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_starw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd17380ck_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:0000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 0nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 0000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00: [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd170 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 -5600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd--p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 -:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 --p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b0000 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 0000000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b00 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd19500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -72435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd1819] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc00000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd18_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 2500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-[anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 000000:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 r0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878fw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f4f000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p3000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 0ack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby0:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ru48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0tack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Rub.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chuy:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 nk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00: [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7d000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7d19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ch 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 unk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1975 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 5e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 0tack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Rub0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-y:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_c [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:0hunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_a0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000lloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_ [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ru00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000by:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 -7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00::00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b680000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd10 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd1990d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threa8c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 0000d_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:0000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7ddRuby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_ [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7ddallocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1ab19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_threcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--pad_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/li:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7db/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c60d192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:50000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 6 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine- [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r-00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 -7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 529316 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 0 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244ERROR: Child worker (1099) crashed. Respawning worker. ---p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 --p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ra000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7duby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 0d194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [ano0:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56n:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ru 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd1959by:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_al-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_locate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ru [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 by:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---pdd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 _chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_al_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 locate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 ERROR: Child worker (980) crashed. Respawning worker. - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ru00-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 by:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dERROR: Child worker (576) crashed. Respawning worker. -d197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_alead_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anolocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Run:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd1983by:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -765000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_alERROR: Child worker (888) crashed. Respawning worker. -dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 0000000locate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198ERROR: Child worker (1025) crashed. Respawning worker. -f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd19996f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19996f000-7dd199970000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd199970000-7dd199a70000 rw-p 00000000 00:00 0 -7dd199a70000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1a153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 c207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/loc r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/xal/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:G /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 C:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d13330058f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_640 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 :00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 ERROR: Child worker (55) crashed. Respawning worker. - [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allo0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 cate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-g [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Rubynu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allod1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 cate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_61b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 4-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allod1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00cate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b6:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/8d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 0000libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemallo0000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 c.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allod20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 cate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_ca0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dche] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1d1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7d00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0d1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/ -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7deab68f8000-7deab68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffflib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 f601000 --xp 00000000 00:00 0 [vsyscall] - /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 - -/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7debf68f8000-7debf68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1322 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x7dd1d1865506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7dd1d19dd2e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x7dd1d1379df0) [0x7dd1d1379df0] -/usr/local/lib/libruby.so.4.0(rb_enc_mbminlen+0x0) [0x7dd1d184748b] /usr/src/ruby/encoding.c:1082 -/usr/local/lib/libruby.so.4.0(rb_enc_associate_index) /usr/src/ruby/encoding.c:1082 -/usr/local/lib/libruby.so.4.0(RB_FL_TEST_RAW+0x0) [0x7dd1d19ff5de] /usr/src/ruby/string.c:11575 -/usr/local/lib/libruby.so.4.0(RB_ENC_CODERANGE) ./include/ruby/internal/encoding/coderange.h:97 -/usr/local/lib/libruby.so.4.0(rb_str_force_encoding) /usr/src/ruby/string.c:11579 -[0x7dd1ad3c31a8] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd181c18000-7dd181e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd181e00000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a78000-7dd18637f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd18637f000-7dd1865ff000 rw-p 00000000 00:00 0 -7dd1865ff000-7dd186600000 ---p 00000000 00:00 0 -7dd186600000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4b0000-7dd18b4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba10000-7dd18ba50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 /app/app.rb:13: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd3b68f8000-7dd3b68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (1009) crashed. Respawning worker. -ERROR: Child worker (407) crashed. Respawning worker. -ERROR: Child worker (472) crashed. Respawning worker. -ERROR: Child worker (647) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x7dd1d1c7af20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x7dd1d1cb1dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x7dd1d1cb1c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x7dd1d1ca9bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x7dd1d1c86e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x7dd1d1788ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x7dd1d1787e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x7dd1d1787dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c64eaa) [0x7dd1d1c64eaa] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c615d5) [0x7dd1d1c615d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x7dd1d1c77888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c56b7c) [0x7dd1d1c56b7c] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c54ff3) [0x7dd1d1c54ff3] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c4eb87) [0x7dd1d1c4eb87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x7dd1d1c21b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x7dd1d1c3fd05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x7dd1d1c37777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x7dd1d1c7bd1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x7dd1d1b4c211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(yjit_compile+0x77) [0x7dd1d1a95457] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(jit_exec) /usr/src/ruby/vm.c:567 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2797 -/usr/local/lib/libruby.so.4.0(vm_yield_with_cref+0x8c) [0x7dd1d1a9a280] /usr/src/ruby/vm.c:1871 -/usr/local/lib/libruby.so.4.0(vm_yield) /usr/src/ruby/vm.c:1879 -/usr/local/lib/libruby.so.4.0(rb_yield_0) /usr/src/ruby/vm_eval.c:1362 -/usr/local/lib/libruby.so.4.0(rb_yield) /usr/src/ruby/vm_eval.c:1378 -/usr/local/lib/libruby.so.4.0(rb_ary_collect_bang+0x38) [0x7dd1d1795258] /usr/src/ruby/array.c:3801 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x7dd1d1a77641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xce) [0x7dd1d1a8103e] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x54c) [0x7dd1d1a8efdc] /usr/src/ruby/insns.def:856 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x7dd1d1a9524a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x7dd1ad34e231] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7dd1d17745a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x7dd1d189aa90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x7dd1d18a8ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x7dd1ac5624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7dd1d1a32e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7dd1ac559756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7dd1ac5649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7dd1ac534a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7dd1ac5428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7dd1ac543442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7dd1ac5005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7dd1ac4f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7dd1ac4f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7dd1ac55de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7dd1d1a32a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7dd1ac55df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7dd1d1a3634b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7dd1d1a36f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd175a00000-7dd178600000 rw-p 00000000 00:00 0 -7dd178678000-7dd179f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd179f7f000-7dd17a1ff000 rw-p 00000000 00:00 0 -7dd17a1ff000-7dd17a200000 ---p 00000000 00:00 0 -7dd17a200000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a00INFO: 1328 is running. -0-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7ddc368f8000-7ddc368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000171 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 5 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -: 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -core:: 245 /usr/local/lib/ruby/4.0.0/uri.rb -cell 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -:: 247 /usr/local/lib/ruby/4.0.0/delegate.rb -RefCell 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -:: 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -borrow_mut - 252 /usr/local/lib/ruby/4.0.0/date.rb - at 253 /usr/local/lib/ruby/4.0.0/time.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs 254 /usr/local/lib/ruby/4.0.0/erb/version.rb -: 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -1090: 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -25 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 6 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -: 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -yjit 263 /usr/local/lib/ruby/4.0.0/erb.rb -::virtualmem 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb -::VirtualMemory 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -< 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -A 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -> 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb -:: -write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd169400000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16de00000-7dd173400000 rw-p 00000000 00:00 0 -7dd1735f8000-7dd173878000 rw-p 00000000 00:00 0 -7dd173878000-7dd17517f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17517f000-7dd1753ff000 rw-p 00000000 00:00 0 -7dd1753ff000-7dd175400000 ---p 00000000 00:00 0 -7dd175400000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31007: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:0-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack460_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt:_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 51 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 - [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw- p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd1928370800-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 : 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c3yjit::asm::CodeBlock::write_bytes - at /usr/src/ruby/yjit/src/asm/mod.rs:470:18 -9000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr ead_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [ano n:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 9: yjit::asm::CodeBlock::write_int - at /usr/src/ruby/yjit/src/asm/mod.rs:483: [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 0000000024 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd1937 -3f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7ddf768f8000-7ddf768fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Aborted at 0x00000000000001ea -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Child worker (282) crashed. Respawning worker. -ERROR: Child worker (897) crashed. Respawning worker. -ERROR: Child worker (275) crashed. Respawning worker. -ERROR: Child worker (666) crashed. Respawning worker. - 13: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 14: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 15: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 16: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 17: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 18: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 19: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 20: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 21: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 22: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 23: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 24: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 25: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:35: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash�Y -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1332 is running. -ERROR: Child worker (520) crashed. Respawning worker. -ERROR: Child worker (604) crashed. Respawning worker. -ERROR: Child worker (1000) crashed. Respawning worker. -ERROR: Child worker (369) crashed. Respawning worker. -INFO: 1336 is running. -ERROR: Child worker (490) crashed. Respawning worker. -ERROR: Child worker (360) crashed. Respawning worker. -INFO: 1343 is running. -INFO: 1347 is running. -ERROR: Child worker (141) crashed. Respawning worker. -INFO: 1353 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x7dd1d1c7af20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x7dd1d1cb1dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x7dd1d1cb1c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x7dd1d1ca9bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x7dd1d1c86e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x7dd1d1788ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(panic_cannot_unwind+0x0) [0x7dd1d1788ce3] library/core/src/panicking.rs:434 -/usr/local/lib/libruby.so.4.0(assert_failed_inner) (null):0 -/usr/local/lib/libruby.so.4.0(assert_failed+0x0) [0x7dd1d17812d4] /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394 -/usr/local/lib/libruby.so.4.0(assert_failed) (null):0 -/usr/local/lib/libruby.so.4.0(gen_counter_incr+0x0) [0x7dd1d1c1ae88] yjit/src/codegen.rs:9078 -/usr/local/lib/libruby.so.4.0(gen_send_general) yjit/src/codegen.rs:9273 -/usr/local/lib/libruby.so.4.0(eq+0x0) [0x7dd1d1c2a365] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(gen_opt_send_without_block) yjit/src/codegen.rs:499 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x7dd1d1c1d55f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x7dd1d1c40071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body+0x405) [0x7dd1d1c41ef5] yjit/src/core.rs:3632 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x7dd1d1c37624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x7dd1d1c8542d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x7dd1d1c3f39c] yjit/src/core.rs:3513 -[0x7dd1ad350033] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd157200000-7dd15a200000 rw-p 00000000 00:00 0 -7dd15bc00000-7dd161800000 rw-p 00000000 00:00 0 -7dd161878000-7dd16317f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd16317f000-7dd1633ff000 rw-p 00000000 00:00 0 -7dd1633ff000-7dd163400000 ---p 00000000 00:00 0 -7dd163400000-7dd163c00000 rw-p 00000000 00:00 0 -7dd163c00000-7dd164000000 rw-p 00000000 00:00 0 -7dd1640ff000-7dd164100000 ---p 00000000 00:00 0 -7dd164100000-7dd164200000 rw-p 00000000 00:00 0 -7dd164200000-7dd164600000 rw-p 00000000 00:00 0 -7dd1646ff000-7dd164700000 ---p 00000000 00:00 0 -7dd164700000-7dd164800000 rw-p 00000000 00:00 0 -7dd164800000-7dd164c00000 rw-p 00000000 00:00 0 -7dd164cff000-7dd164d00000 ---p 00000000 00:00 0 -7dd164d00000-7dd164e00000 rw-p 00000000 00:00 0 -7dd164e00000-7dd165200000 rw-p 00000000 00:00 0 -7dd1652ff000-7dd165300000 ---p 00000000 00:00 0 -7dd165300000-7dd165400000 rw-p 00000000 00:00 0 -7dd165400000-7dd165800000 rw-p 00000000 00:00 0 -7dd1658ff000-7dd165900000 ---p 00000000 00:00 0 -7dd165900000-7dd165a00000 rw-p 00000000 00:00 0 -7dd165a00000-7dd165e00000 rw-p 00000000 00:00 0 -7dd165eff000-7dd165f00000 ---p 00000000 00:00 0 -7dd165f00000-7dd166000000 rw-p 00000000 00:00 0 -7dd166000000-7dd166400000 rw-p 00000000 00:00 0 -7dd1664ff000-7dd166500000 ---p 00000000 00:00 0 -7dd166500000-7dd166600000 rw-p 00000000 00:00 0 -7dd166600000-7dd166a00000 rw-p 00000000 00:00 0 -7dd166aff000-7dd166b00000 ---p 00000000 00:00 0 -7dd166b00000-7dd166c00000 rw-p 00000000 00:00 0 -7dd166c00000-7dd167000000 rw-p 00000000 00:00 0 -7dd1670ff000-7dd167100000 ---p 00000000 00:00 0 -7dd167100000-7dd167200000 rw-p 00000000 00:00 0 -7dd167200000-7dd167600000 rw-p 00000000 00:00 0 -7dd1676ff000-7dd167700000 ---p 00000000 00:00 0 -7dd167700000-7dd167800000 rw-p 00000000 00:00 0 -7dd167800000-7dd167c00000 rw-p 00000000 00:00 0 -7dd167cff000-7dd167d00000 ---p 00000000 00:00 0 -7dd167d00000-7dd167e00000 rw-p 00000000 00:00 0 -7dd167e00000-7dd168200000 rw-p 00000000 00:00 0 -7dd1682ff000-7dd168300000 ---p 00000000 00:00 0 -7dd168300000-7dd168400000 rw-p 00000000 00:00 0 -7dd168400000-7dd168800000 rw-p 00000000 00:00 0 -7dd1688ff000-7dd168900000 ---p 00000000 00:00 0 -7dd168900000-7dd168a00000 rw-p 00000000 00:00 0 -7dd168a00000-7dd168e00000 rw-p 00000000 00:00 0 -7dd168eff000-7dd168f00000 ---p 00000000 00:00 0 -7dd168f00000-7dd169000000 rw-p 00000000 00:00 0 -7dd169000000-7dd169400000 rw-p 00000000 00:00 0 -7dd1694ff000-7dd169500000 ---p 00000000 00:00 0 -7dd169500000-7dd169600000 rw-p 00000000 00:00 0 -7dd169600000-7dd169a00000 rw-p 00000000 00:00 0 -7dd169aff000-7dd169b00000 ---p 00000000 00:00 0 -7dd169b00000-7dd169c00000 rw-p 00000000 00:00 0 -7dd169c00000-7dd16a000000 rw-p 00000000 00:00 0 -7dd16a0ff000-7dd16a100000 ---p 00000000 00:00 0 -7dd16a100000-7dd16a200000 rw-p 00000000 00:00 0 -7dd16a200000-7dd16a600000 rw-p 00000000 00:00 0 -7dd16a6ff000-7dd16a700000 ---p 00000000 00:00 0 -7dd16a700000-7dd16a800000 rw-p 00000000 00:00 0 -7dd16a800000-7dd16ac00000 rw-p 00000000 00:00 0 -7dd16acff000-7dd16ad00000 ---p 00000000 00:00 0 -7dd16ad00000-7dd16ae00000 rw-p 00000000 00:00 0 -7dd16ae00000-7dd16b200000 rw-p 00000000 00:00 0 -7dd16b2ff000-7dd16b300000 ---p 00000000 00:00 0 -7dd16b300000-7dd16b400000 rw-p 00000000 00:00 0 -7dd16b400000-7dd16b800000 rw-p 00000000 00:00 0 -7dd16b8ff000-7dd16b900000 ---p 00000000 00:00 0 -7dd16b900000-7dd16ba00000 rw-p 00000000 00:00 0 -7dd16ba00000-7dd16be00000 rw-p 00000000 00:00 0 -7dd16beff000-7dd16bf00000 ---p 00000000 00:00 0 -7dd16bf00000-7dd16c000000 rw-p 00000000 00:00 0 -7dd16c000000-7dd16c400000 rw-p 00000000 00:00 0 -7dd16c4ff000-7dd16c500000 ---p 00000000 00:00 0 -7dd16c500000-7dd16c600000 rw-p 00000000 00:00 0 -7dd16c600000-7dd16ca00000 rw-p 00000000 00:00 0 -7dd16caff000-7dd16cb00000 ---p 00000000 00:00 0 -7dd16cb00000-7dd16cc00000 rw-p 00000000 00:00 0 -7dd16cc00000-7dd16d000000 rw-p 00000000 00:00 0 -7dd16d0ff000-7dd16d100000 ---p 00000000 00:00 0 -7dd16d100000-7dd16d200000 rw-p 00000000 00:00 0 -7dd16d200000-7dd16d600000 rw-p 00000000 00:00 0 -7dd16d6ff000-7dd16d700000 ---p 00000000 00:00 0 -7dd16d700000-7dd16d800000 rw-p 00000000 00:00 0 -7dd16d800000-7dd16dc00000 rw-p 00000000 00:00 0 -7dd16dcff000-7dd16dd00000 ---p 00000000 00:00 0 -7dd16dd00000-7dd16de00000 rw-p 00000000 00:00 0 -7dd16de00000-7dd16e200000 rw-p 00000000 00:00 0 -7dd16e2ff000-7dd16e300000 ---p 00000000 00:00 0 -7dd16e300000-7dd16e400000 rw-p 00000000 00:00 0 -7dd16e400000-7dd16e800000 rw-p 00000000 00:00 0 -7dd16e8ff000-7dd16e900000 ---p 00000000 00:00 0 -7dd16e900000-7dd16ea00000 rw-p 00000000 00:00 0 -7dd16ea00000-7dd16ee00000 rw-p 00000000 00:00 0 -7dd16eeff000-7dd16ef00000 ---p 00000000 00:00 0 -7dd16ef00000-7dd16f000000 rw-p 00000000 00:00 0 -7dd16f000000-7dd16f400000 rw-p 00000000 00:00 0 -7dd16f4ff000-7dd16f500000 ---p 00000000 00:00 0 -7dd16f500000-7dd16f600000 rw-p 00000000 00:00 0 -7dd16f600000-7dd16fa00000 rw-p 00000000 00:00 0 -7dd16faff000-7dd16fb00000 ---p 00000000 00:00 0 -7dd16fb00000-7dd16fc00000 rw-p 00000000 00:00 0 -7dd16fc00000-7dd170000000 rw-p 00000000 00:00 0 -7dd1700ff000-7dd170100000 ---p 00000000 00:00 0 -7dd170100000-7dd170200000 rw-p 00000000 00:00 0 -7dd170200000-7dd170600000 rw-p 00000000 00:00 0 -7dd1706ff000-7dd170700000 ---p 00000000 00:00 0 -7dd170700000-7dd170800000 rw-p 00000000 00:00 0 -7dd170800000-7dd170c00000 rw-p 00000000 00:00 0 -7dd170cff000-7dd170d00000 ---p 00000000 00:00 0 -7dd170d00000-7dd170e00000 rw-p 00000000 00:00 0 -7dd170e00000-7dd171200000 rw-p 00000000 00:00 0 -7dd1712ff000-7dd171300000 ---p 00000000 00:00 0 -7dd171300000-7dd171400000 rw-p 00000000 00:00 0 -7dd171400000-7dd171800000 rw-p 00000000 00:00 0 -7dd1718ff000-7dd171900000 ---p 00000000 00:00 0 -7dd171900000-7dd171a00000 rw-p 00000000 00:00 0 -7dd171a00000-7dd171e00000 rw-p 00000000 00:00 0 -7dd171eff000-7dd171f00000 ---p 00000000 00:00 0 -7dd171f00000-7dd172000000 rw-p 00000000 00:00 0 -7dd172000000-7dd172400000 rw-p 00000000 00:00 0 -7dd1724ff000-7dd172500000 ---p 00000000 00:00 0 -7dd172500000-7dd172600000 rw-p 00000000 00:00 0 -7dd172600000-7dd172a00000 rw-p 00000000 00:00 0 -7dd172aff000-7dd172b00000 ---p 00000000 00:00 0 -7dd172b00000-7dd172c00000 rw-p 00000000 00:00 0 -7dd172c00000-7dd173000000 rw-p 00000000 00:00 0 -7dd1730ff000-7dd173100000 ---p 00000000 00:00 0 -7dd173100000-7dd173200000 rw-p 00000000 00:00 0 -7dd173200000-7dd173600000 rw-p 00000000 00:00 0 -7dd1736ff000-7dd173700000 ---p 00000000 00:00 0 -7dd173700000-7dd173800000 rw-p 00000000 00:00 0 -7dd173800000-7dd173c00000 rw-p 00000000 00:00 0 -7dd173cff000-7dd173d00000 ---p 00000000 00:00 0 -7dd173d00000-7dd173e00000 rw-p 00000000 00:00 0 -7dd173e00000-7dd174200000 rw-p 00000000 00:00 0 -7dd1742ff000-7dd174300000 ---p 00000000 00:00 0 -7dd174300000-7dd174400000 rw-p 00000000 00:00 0 -7dd174400000-7dd174800000 rw-p 00000000 00:00 0 -7dd1748ff000-7dd174900000 ---p 00000000 00:00 0 -7dd174900000-7dd174a00000 rw-p 00000000 00:00 0 -7dd174a00000-7dd174e00000 rw-p 00000000 00:00 0 -7dd174eff000-7dd174f00000 ---p 00000000 00:00 0 -7dd174f00000-7dd175000000 rw-p 00000000 00:00 0 -7dd175000000-7dd175400000 rw-p 00000000 00:00 0 -7dd1754ff000-7dd175500000 ---p 00000000 00:00 0 -7dd175500000-7dd175600000 rw-p 00000000 00:00 0 -7dd175600000-7dd175a00000 rw-p 00000000 00:00 0 -7dd175aff000-7dd175b00000 ---p 00000000 00:00 0 -7dd175b00000-7dd175c00000 rw-p 00000000 00:00 0 -7dd175c00000-7dd176000000 rw-p 00000000 00:00 0 -7dd1760ff000-7dd176100000 ---p 00000000 00:00 0 -7dd176100000-7dd176200000 rw-p 00000000 00:00 0 -7dd176200000-7dd176600000 rw-p 00000000 00:00 0 -7dd1766ff000-7dd176700000 ---p 00000000 00:00 0 -7dd176700000-7dd176800000 rw-p 00000000 00:00 0 -7dd176800000-7dd176c00000 rw-p 00000000 00:00 0 -7dd176cff000-7dd176d00000 ---p 00000000 00:00 0 -7dd176d00000-7dd176e00000 rw-p 00000000 00:00 0 -7dd176e00000-7dd177200000 rw-p 00000000 00:00 0 -7dd1772ff000-7dd177300000 ---p 00000000 00:00 0 -7dd177300000-7dd177400000 rw-p 00000000 00:00 0 -7dd177400000-7dd177800000 rw-p 00000000 00:00 0 -7dd1778ff000-7dd177900000 ---p 00000000 00:00 0 -7dd177900000-7dd177a00000 rw-p 00000000 00:00 0 -7dd177a00000-7dd177e00000 rw-p 00000000 00:00 0 -7dd177eff000-7dd177f00000 ---p 00000000 00:00 0 -7dd177f00000-7dd178000000 rw-p 00000000 00:00 0 -7dd178000000-7dd178400000 rw-p 00000000 00:00 0 -7dd1784ff000-7dd178500000 ---p 00000000 00:00 0 -7dd178500000-7dd178600000 rw-p 00000000 00:00 0 -7dd178600000-7dd178a00000 rw-p 00000000 00:00 0 -7dd178aff000-7dd178b00000 ---p 00000000 00:00 0 -7dd178b00000-7dd178c00000 rw-p 00000000 00:00 0 -7dd178c00000-7dd179000000 rw-p 00000000 00:00 0 -7dd1790ff000-7dd179100000 ---p 00000000 00:00 0 -7dd179100000-7dd179200000 rw-p 00000000 00:00 0 -7dd179200000-7dd179600000 rw-p 00000000 00:00 0 -7dd1796ff000-7dd179700000 ---p 00000000 00:00 0 -7dd179700000-7dd179800000 rw-p 00000000 00:00 0 -7dd179800000-7dd179c00000 rw-p 00000000 00:00 0 -7dd179cff000-7dd179d00000 ---p 00000000 00:00 0 -7dd179d00000-7dd179e00000 rw-p 00000000 00:00 0 -7dd179e00000-7dd17a200000 rw-p 00000000 00:00 0 -7dd17a2ff000-7dd17a300000 ---p 00000000 00:00 0 -7dd17a300000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd192133000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192133000-7dd192134000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192134000-7dd192234000 rw-p 00000000 00:00 0 -7dd192234000-7dd192334000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192334000-7dd192335000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192335000-7dd192435000 rw-p 00000000 00:00 0 -7dd192435000-7dd192535000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192535000-7dd192536000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192536000-7dd192636000 rw-p 00000000 00:00 0 -7dd192636000-7dd192736000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192736000-7dd192737000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192737000-7dd192837000 rw-p 00000000 00:00 0 -7dd192837000-7dd192937000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192937000-7dd192938000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192938000-7dd192a38000 rw-p 00000000 00:00 0 -7dd192a38000-7dd192b38000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b38000-7dd192b39000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192b39000-7dd192c39000 rw-p 00000000 00:00 0 -7dd192c39000-7dd192d39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d39000-7dd192d3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192d3a000-7dd192e3a000 rw-p 00000000 00:00 0 -7dd192e3a000-7dd192f3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3a000-7dd192f3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd192f3b000-7dd19303b000 rw-p 00000000 00:00 0 -7dd19303b000-7dd19313b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313b000-7dd19313c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19313c000-7dd19323c000 rw-p 00000000 00:00 0 -7dd19323c000-7dd19333c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333c000-7dd19333d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19333d000-7dd19343d000 rw-p 00000000 00:00 0 -7dd19343d000-7dd19353d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353d000-7dd19353e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19353e000-7dd19363e000 rw-p 00000000 00:00 0 -7dd19363e000-7dd19373e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373e000-7dd19373f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19373f000-7dd19383f000 rw-p 00000000 00:00 0 -7dd19383f000-7dd19393f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19393f000-7dd193940000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193940000-7dd193a40000 rw-p 00000000 00:00 0 -7dd193a40000-7dd193b40000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b40000-7dd193b41000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193b41000-7dd193c41000 rw-p 00000000 00:00 0 -7dd193c41000-7dd193d41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d41000-7dd193d42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193d42000-7dd193e42000 rw-p 00000000 00:00 0 -7dd193e42000-7dd193f42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f42000-7dd193f43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd193f43000-7dd194043000 rw-p 00000000 00:00 0 -7dd194043000-7dd194143000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194143000-7dd194144000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194144000-7dd194244000 rw-p 00000000 00:00 0 -7dd194244000-7dd194344000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194344000-7dd194345000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194345000-7dd194445000 rw-p 00000000 00:00 0 -7dd194445000-7dd194545000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194545000-7dd194546000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194546000-7dd194646000 rw-p 00000000 00:00 0 -7dd194646000-7dd194746000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194746000-7dd194747000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194747000-7dd194847000 rw-p 00000000 00:00 0 -7dd194847000-7dd194947000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194947000-7dd194948000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194948000-7dd194a48000 rw-p 00000000 00:00 0 -7dd194a48000-7dd194b48000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b48000-7dd194b49000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194b49000-7dd194c49000 rw-p 00000000 00:00 0 -7dd194c49000-7dd194d49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d49000-7dd194d4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194d4a000-7dd194e4a000 rw-p 00000000 00:00 0 -7dd194e4a000-7dd194f4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4a000-7dd194f4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd194f4b000-7dd19504b000 rw-p 00000000 00:00 0 -7dd19504b000-7dd19514b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514b000-7dd19514c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19514c000-7dd19524c000 rw-p 00000000 00:00 0 -7dd19524c000-7dd19534c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534c000-7dd19534d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19534d000-7dd19544d000 rw-p 00000000 00:00 0 -7dd19544d000-7dd19554d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554d000-7dd19554e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19554e000-7dd19564e000 rw-p 00000000 00:00 0 -7dd19564e000-7dd19574e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574e000-7dd19574f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19574f000-7dd19584f000 rw-p 00000000 00:00 0 -7dd19584f000-7dd19594f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19594f000-7dd195950000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195950000-7dd195a50000 rw-p 00000000 00:00 0 -7dd195a50000-7dd195b50000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b50000-7dd195b51000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195b51000-7dd195c51000 rw-p 00000000 00:00 0 -7dd195c51000-7dd195d51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d51000-7dd195d52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195d52000-7dd195e52000 rw-p 00000000 00:00 0 -7dd195e52000-7dd195f52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f52000-7dd195f53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd195f53000-7dd196053000 rw-p 00000000 00:00 0 -7dd196053000-7dd196153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196153000-7dd196154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196154000-7dd196254000 rw-p 00000000 00:00 0 -7dd196254000-7dd196354000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196354000-7dd196355000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196355000-7dd196455000 rw-p 00000000 00:00 0 -7dd196455000-7dd196555000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196555000-7dd196556000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196556000-7dd196656000 rw-p 00000000 00:00 0 -7dd196656000-7dd196756000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196756000-7dd196757000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196757000-7dd196857000 rw-p 00000000 00:00 0 -7dd196857000-7dd196957000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196957000-7dd196958000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196958000-7dd196a58000 rw-p 00000000 00:00 0 -7dd196a58000-7dd196b58000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b58000-7dd196b59000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196b59000-7dd196c59000 rw-p 00000000 00:00 0 -7dd196c59000-7dd196d59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d59000-7dd196d5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196d5a000-7dd196e5a000 rw-p 00000000 00:00 0 -7dd196e5a000-7dd196f5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5a000-7dd196f5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd196f5b000-7dd19705b000 rw-p 00000000 00:00 0 -7dd19705b000-7dd19715b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715b000-7dd19715c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19715c000-7dd19725c000 rw-p 00000000 00:00 0 -7dd19725c000-7dd19735c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735c000-7dd19735d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19735d000-7dd19745d000 rw-p 00000000 00:00 0 -7dd19745d000-7dd19755d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755d000-7dd19755e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19755e000-7dd19765e000 rw-p 00000000 00:00 0 -7dd19765e000-7dd19775e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775e000-7dd19775f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19775f000-7dd19785f000 rw-p 00000000 00:00 0 -7dd19785f000-7dd19795f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19795f000-7dd197960000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197960000-7dd197a60000 rw-p 00000000 00:00 0 -7dd197a60000-7dd197b60000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b60000-7dd197b61000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197b61000-7dd197c61000 rw-p 00000000 00:00 0 -7dd197c61000-7dd197d61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d61000-7dd197d62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197d62000-7dd197e62000 rw-p 00000000 00:00 0 -7dd197e62000-7dd197f62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f62000-7dd197f63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd197f63000-7dd198063000 rw-p 00000000 00:00 0 -7dd198063000-7dd198163000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198163000-7dd198164000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198164000-7dd198264000 rw-p 00000000 00:00 0 -7dd198264000-7dd198364000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198364000-7dd198365000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198365000-7dd198465000 rw-p 00000000 00:00 0 -7dd198465000-7dd198565000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198565000-7dd198566000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198566000-7dd198666000 rw-p 00000000 00:00 0 -7dd198666000-7dd198766000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198766000-7dd198767000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198767000-7dd198867000 rw-p 00000000 00:00 0 -7dd198867000-7dd198967000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198967000-7dd198968000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198968000-7dd198a68000 rw-p 00000000 00:00 0 -7dd198a68000-7dd198b68000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b68000-7dd198b69000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198b69000-7dd198c69000 rw-p 00000000 00:00 0 -7dd198c69000-7dd198d69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d69000-7dd198d6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198d6a000-7dd198e6a000 rw-p 00000000 00:00 0 -7dd198e6a000-7dd198f6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6a000-7dd198f6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd198f6b000-7dd19906b000 rw-p 00000000 00:00 0 -7dd19906b000-7dd19916b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916b000-7dd19916c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19916c000-7dd19926c000 rw-p 00000000 00:00 0 -7dd19926c000-7dd19936c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936c000-7dd19936d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19936d000-7dd19946d000 rw-p 00000000 00:00 0 -7dd19946d000-7dd19956d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956d000-7dd19956e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19956e000-7dd19966e000 rw-p 00000000 00:00 0 -7dd19966e000-7dd19976e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976e000-7dd19976f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19976f000-7dd19986f000 rw-p 00000000 00:00 0 -7dd19986f000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3c6000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3c6000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7debb68f8000-7debb68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:112: [BUG] Aborted at 0x00000000000003a3 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1357 is running. -ERROR: Child worker (1108) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x7dd1d1c7af20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x7dd1d1cb1dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x7dd1d1cb1c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x7dd1d1ca9bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x7dd1d1c86e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x7dd1d1788ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x7dd1d1787e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x7dd1d1787dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c64eaa) [0x7dd1d1c64eaa] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c615d5) [0x7dd1d1c615d5] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c56b7c) [0x7dd1d1c56b7c] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c54ff3) [0x7dd1d1c54ff3] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c4eb87) [0x7dd1d1c4eb87] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c3f7b3) [0x7dd1d1c3f7b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c3ee2e) [0x7dd1d1c3ee2e] -/usr/local/lib/libruby.so.4.0(gen_branch+0x60) [0x7dd1d1c3e680] yjit/src/core.rs:3913 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c14279) [0x7dd1d1c14279] -/usr/local/lib/libruby.so.4.0(jit_chain_guard) yjit/src/codegen.rs:2837 -/usr/local/lib/libruby.so.4.0(jit_putobject+0x0) [0x7dd1d1c278b9] yjit/src/codegen.rs:10459 -/usr/local/lib/libruby.so.4.0(gen_getblockparamproxy) yjit/src/codegen.rs:10467 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x7dd1d1c1d55f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x7dd1d1c40071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c41eae) [0x7dd1d1c41eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x7dd1d1c37624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x7dd1d1c8542d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x7dd1d1c3f39c] yjit/src/core.rs:3513 -[0x7dd1ad350033] -INFO: 1362 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd17e400000-7dd181000000 rw-p 00000000 00:00 0 -7dd182a00000-7dd187000000 rw-p 00000000 00:00 0 -7dd1871f8000-7dd187478000 rw-p 00000000 00:00 0 -7dd187478000-7dd188d7f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd188d7f000-7dd188fff000 rw-p 00000000 00:00 0 -7dd188fff000-7dd189000000 ---p 00000000 00:00 0 -7dd189000000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba6b000-7dd18baa3000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18baa3000-7dd18baa6000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18baa6000-7dd18bad5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bad5000-7dd18badd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18badd000-7dd18bade000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bade000-7dd18badf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18badf000-7dd18bae0000 rw-p 00000000 00:00 0 -7dd18bae0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abc50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc50000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1ace20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1ace20000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd2368f8000-7dd2368fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103: [BUG] Aborted at 0x000000000000001e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (248) crashed. Respawning worker. -INFO: 1368 is running. -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/error_highlight/base.rb:35: [BUG] Segmentation fault at 0x000000000000000c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (26) crashed. Respawning worker. -INFO: 1372 is running. -INFO: 1377 is running. -ERROR: Child worker (638) crashed. Respawning worker. -INFO: 1382 is running. -INFO: 1387 is running. -ERROR: Child worker (1052) crashed. Respawning worker. -INFO: 1392 is running. -INFO: 1397 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x7dd1d1c7af20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x7dd1d1cb1dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x7dd1d1cb1c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x7dd1d1ca9bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x7dd1d1c86e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x7dd1d1788ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x7dd1d1787e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x7dd1d1787dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c64eaa) [0x7dd1d1c64eaa] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c615d5) [0x7dd1d1c615d5] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x7dd1d1c7a923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x7dd1d1c7698a] -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x7dd1d1c76f0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c5700a) [0x7dd1d1c5700a] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c54ff3) [0x7dd1d1c54ff3] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c4eb87) [0x7dd1d1c4eb87] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c3f7b3) [0x7dd1d1c3f7b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c3ee2e) [0x7dd1d1c3ee2e] -/usr/local/lib/libruby.so.4.0(defer_compilation+0xa4) [0x7dd1d1c40854] yjit/src/core.rs:3987 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c24621) [0x7dd1d1c24621] -/usr/local/lib/libruby.so.4.0(gen_setlocal_generic) yjit/src/codegen.rs:2569 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x7dd1d1c1d55f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x7dd1d1c40071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c41eae) [0x7dd1d1c41eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x7dd1d1c37624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x7dd1d1c8542d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x7dd1d1c3f39c] yjit/src/core.rs:3513 -[0x7dd1ad350033] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd16f000000-7dd171c00000 rw-p 00000000 00:00 0 -7dd173600000-7dd177c00000 rw-p 00000000 00:00 0 -7dd177df8000-7dd178078000 rw-p 00000000 00:00 0 -7dd178078000-7dd17997f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd17997f000-7dd179bff000 rw-p 00000000 00:00 0 -7dd179bff000-7dd179c00000 ---p 00000000 00:00 0 -7dd179c00000-7dd17a400000 rw-p 00000000 00:00 0 -7dd17a400000-7dd17a800000 rw-p 00000000 00:00 0 -7dd17a8ff000-7dd17a900000 ---p 00000000 00:00 0 -7dd17a900000-7dd17aa00000 rw-p 00000000 00:00 0 -7dd17aa00000-7dd17ae00000 rw-p 00000000 00:00 0 -7dd17aeff000-7dd17af00000 ---p 00000000 00:00 0 -7dd17af00000-7dd17b000000 rw-p 00000000 00:00 0 -7dd17b000000-7dd17b400000 rw-p 00000000 00:00 0 -7dd17b4ff000-7dd17b500000 ---p 00000000 00:00 0 -7dd17b500000-7dd17b600000 rw-p 00000000 00:00 0 -7dd17b600000-7dd17ba00000 rw-p 00000000 00:00 0 -7dd17baff000-7dd17bb00000 ---p 00000000 00:00 0 -7dd17bb00000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17bc00000-7dd17c000000 rw-p 00000000 00:00 0 -7dd17c0ff000-7dd17c100000 ---p 00000000 00:00 0 -7dd17c100000-7dd17c200000 rw-p 00000000 00:00 0 -7dd17c200000-7dd17c600000 rw-p 00000000 00:00 0 -7dd17c6ff000-7dd17c700000 ---p 00000000 00:00 0 -7dd17c700000-7dd17c800000 rw-p 00000000 00:00 0 -7dd17c800000-7dd17cc00000 rw-p 00000000 00:00 0 -7dd17ccff000-7dd17cd00000 ---p 00000000 00:00 0 -7dd17cd00000-7dd17ce00000 rw-p 00000000 00:00 0 -7dd17ce00000-7dd17d200000 rw-p 00000000 00:00 0 -7dd17d2ff000-7dd17d300000 ---p 00000000 00:00 0 -7dd17d300000-7dd17d400000 rw-p 00000000 00:00 0 -7dd17d400000-7dd17d800000 rw-p 00000000 00:00 0 -7dd17d8ff000-7dd17d900000 ---p 00000000 00:00 0 -7dd17d900000-7dd17da00000 rw-p 00000000 00:00 0 -7dd17da00000-7dd17e200000 rw-p 00000000 00:00 0 -7dd17e2fe000-7dd17e2ff000 ---p 00000000 00:00 0 -7dd17e2ff000-7dd17e3ff000 rw-p 00000000 00:00 0 -7dd17e3ff000-7dd17e400000 ---p 00000000 00:00 0 -7dd17e400000-7dd17e500000 rw-p 00000000 00:00 0 -7dd17e500000-7dd17ee00000 rw-p 00000000 00:00 0 -7dd17eeff000-7dd17ef00000 ---p 00000000 00:00 0 -7dd17ef00000-7dd17f000000 rw-p 00000000 00:00 0 -7dd17f000000-7dd17f400000 rw-p 00000000 00:00 0 -7dd17f4ff000-7dd17f500000 ---p 00000000 00:00 0 -7dd17f500000-7dd17f600000 rw-p 00000000 00:00 0 -7dd17f600000-7dd17fa00000 rw-p 00000000 00:00 0 -7dd17faff000-7dd17fb00000 ---p 00000000 00:00 0 -7dd17fb00000-7dd17fc00000 rw-p 00000000 00:00 0 -7dd17fc00000-7dd180000000 rw-p 00000000 00:00 0 -7dd1800ff000-7dd180100000 ---p 00000000 00:00 0 -7dd180100000-7dd180200000 rw-p 00000000 00:00 0 -7dd180200000-7dd180600000 rw-p 00000000 00:00 0 -7dd1806ff000-7dd180700000 ---p 00000000 00:00 0 -7dd180700000-7dd180800000 rw-p 00000000 00:00 0 -7dd180800000-7dd180c00000 rw-p 00000000 00:00 0 -7dd180cff000-7dd180d00000 ---p 00000000 00:00 0 -7dd180d00000-7dd180e00000 rw-p 00000000 00:00 0 -7dd180e00000-7dd181200000 rw-p 00000000 00:00 0 -7dd1812ff000-7dd181300000 ---p 00000000 00:00 0 -7dd181300000-7dd181400000 rw-p 00000000 00:00 0 -7dd181400000-7dd181800000 rw-p 00000000 00:00 0 -7dd1818ff000-7dd181900000 ---p 00000000 00:00 0 -7dd181900000-7dd181a00000 rw-p 00000000 00:00 0 -7dd181a00000-7dd181e00000 rw-p 00000000 00:00 0 -7dd181eff000-7dd181f00000 ---p 00000000 00:00 0 -7dd181f00000-7dd182000000 rw-p 00000000 00:00 0 -7dd182000000-7dd182400000 rw-p 00000000 00:00 0 -7dd1824ff000-7dd182500000 ---p 00000000 00:00 0 -7dd182500000-7dd182600000 rw-p 00000000 00:00 0 -7dd182600000-7dd182a00000 rw-p 00000000 00:00 0 -7dd182aff000-7dd182b00000 ---p 00000000 00:00 0 -7dd182b00000-7dd182c00000 rw-p 00000000 00:00 0 -7dd182c00000-7dd183000000 rw-p 00000000 00:00 0 -7dd1830ff000-7dd183100000 ---p 00000000 00:00 0 -7dd183100000-7dd183200000 rw-p 00000000 00:00 0 -7dd183200000-7dd183600000 rw-p 00000000 00:00 0 -7dd1836ff000-7dd183700000 ---p 00000000 00:00 0 -7dd183700000-7dd183800000 rw-p 00000000 00:00 0 -7dd183800000-7dd183c00000 rw-p 00000000 00:00 0 -7dd183cff000-7dd183d00000 ---p 00000000 00:00 0 -7dd183d00000-7dd183e00000 rw-p 00000000 00:00 0 -7dd183e00000-7dd184200000 rw-p 00000000 00:00 0 -7dd1842ff000-7dd184300000 ---p 00000000 00:00 0 -7dd184300000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd18ed19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed19000-7dd18ed1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ed1a000-7dd18ee1a000 rw-p 00000000 00:00 0 -7dd18ee1a000-7dd18ef1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1a000-7dd18ef1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ef1b000-7dd18f01b000 rw-p 00000000 00:00 0 -7dd18f01b000-7dd18f11b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11b000-7dd18f11c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f11c000-7dd18f21c000 rw-p 00000000 00:00 0 -7dd18f21c000-7dd18f31c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31c000-7dd18f31d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f31d000-7dd18f41d000 rw-p 00000000 00:00 0 -7dd18f41d000-7dd18f51d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51d000-7dd18f51e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f51e000-7dd18f61e000 rw-p 00000000 00:00 0 -7dd18f61e000-7dd18f71e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71e000-7dd18f71f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f71f000-7dd18f81f000 rw-p 00000000 00:00 0 -7dd18f81f000-7dd18f91f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f91f000-7dd18f920000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18f920000-7dd18fa20000 rw-p 00000000 00:00 0 -7dd18fa20000-7dd18fb20000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb20000-7dd18fb21000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fb21000-7dd18fc21000 rw-p 00000000 00:00 0 -7dd18fc21000-7dd18fd21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd21000-7dd18fd22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18fd22000-7dd18fe22000 rw-p 00000000 00:00 0 -7dd18fe22000-7dd18ff22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff22000-7dd18ff23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18ff23000-7dd190023000 rw-p 00000000 00:00 0 -7dd190023000-7dd190123000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190123000-7dd190124000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190124000-7dd190224000 rw-p 00000000 00:00 0 -7dd190224000-7dd190324000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190324000-7dd190325000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190325000-7dd190425000 rw-p 00000000 00:00 0 -7dd190425000-7dd190525000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190525000-7dd190526000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190526000-7dd190626000 rw-p 00000000 00:00 0 -7dd190626000-7dd190726000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190726000-7dd190727000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190727000-7dd190827000 rw-p 00000000 00:00 0 -7dd190827000-7dd190927000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190927000-7dd190928000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190928000-7dd190a28000 rw-p 00000000 00:00 0 -7dd190a28000-7dd190b28000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b28000-7dd190b29000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190b29000-7dd190c29000 rw-p 00000000 00:00 0 -7dd190c29000-7dd190d29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d29000-7dd190d2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190d2a000-7dd190e2a000 rw-p 00000000 00:00 0 -7dd190e2a000-7dd190f2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2a000-7dd190f2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd190f2b000-7dd19102b000 rw-p 00000000 00:00 0 -7dd19102b000-7dd19112b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112b000-7dd19112c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19112c000-7dd19122c000 rw-p 00000000 00:00 0 -7dd19122c000-7dd19132c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132c000-7dd19132d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19132d000-7dd19142d000 rw-p 00000000 00:00 0 -7dd19142d000-7dd19152d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152d000-7dd19152e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19152e000-7dd19162e000 rw-p 00000000 00:00 0 -7dd19162e000-7dd19172e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172e000-7dd19172f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19172f000-7dd19182f000 rw-p 00000000 00:00 0 -7dd19182f000-7dd19192f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd19192f000-7dd191930000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191930000-7dd191a30000 rw-p 00000000 00:00 0 -7dd191a30000-7dd191b30000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b30000-7dd191b31000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191b31000-7dd191c31000 rw-p 00000000 00:00 0 -7dd191c31000-7dd191d31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d31000-7dd191d32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191d32000-7dd191e32000 rw-p 00000000 00:00 0 -7dd191e32000-7dd191f32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f32000-7dd191f33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd191f33000-7dd192033000 rw-p 00000000 00:00 0 -7dd192033000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e400ERROR: Child worker (940) crashed. Respawning worker. -0-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7ddc768f8000-7ddc768fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -:37: [BUG] Aborted at 0x000000000000017b -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1402 is running. -ERROR: Child worker (69) crashed. Respawning worker. -INFO: 1407 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x7dd1d1aaf28f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x7dd1d1773805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x7dd1d1c7af20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x7dd1d1cb1dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x7dd1d1cb1c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x7dd1d1ca9bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x7dd1d1c86e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x7dd1d1788ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x7dd1d1787e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x7dd1d1787dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c64eaa) [0x7dd1d1c64eaa] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c615d5) [0x7dd1d1c615d5] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x7dd1d1c7a923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x7dd1d1c7698a] -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x7dd1d1c76f0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c5700a) [0x7dd1d1c5700a] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c54ff3) [0x7dd1d1c54ff3] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c4eb87) [0x7dd1d1c4eb87] -/usr/local/lib/libruby.so.4.0(0x7dd1d1c1f731) [0x7dd1d1c1f731] -/usr/local/lib/libruby.so.4.0(gen_outlined_exit) yjit/src/codegen.rs:921 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c4b15a) [0x7dd1d1c4b15a] -/usr/local/lib/libruby.so.4.0(branch+0x0) [0x7dd1d1c2c110] yjit/src/codegen.rs:973 -/usr/local/lib/libruby.so.4.0(jit_ensure_block_entry_exit) yjit/src/codegen.rs:974 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c2e24d) [0x7dd1d1c2e24d] -/usr/local/lib/libruby.so.4.0(gen_setlocal_generic+0x1a6) [0x7dd1d1c243c6] yjit/src/codegen.rs:2572 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x7dd1d1c1d55f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x7dd1d1c40071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x7dd1d1c41eae) [0x7dd1d1c41eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x7dd1d1c37624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x7dd1d1c8542d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x7dd1d1c3f39c] yjit/src/core.rs:3513 -[0x7dd1ad350033] -INFO: 1412 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -638716bcd000-638716bce000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -638716bce000-638716bcf000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -638716bcf000-638716bd0000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd0000-638716bd1000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -638716bd1000-638716bd2000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7dd179000000-7dd17bc00000 rw-p 00000000 00:00 0 -7dd17d600000-7dd181c00000 rw-p 00000000 00:00 0 -7dd181df8000-7dd182078000 rw-p 00000000 00:00 0 -7dd182078000-7dd18397f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd18397f000-7dd183bff000 rw-p 00000000 00:00 0 -7dd183bff000-7dd183c00000 ---p 00000000 00:00 0 -7dd183c00000-7dd184400000 rw-p 00000000 00:00 0 -7dd184400000-7dd184800000 rw-p 00000000 00:00 0 -7dd1848ff000-7dd184900000 ---p 00000000 00:00 0 -7dd184900000-7dd184a00000 rw-p 00000000 00:00 0 -7dd184a00000-7dd184e00000 rw-p 00000000 00:00 0 -7dd184eff000-7dd184f00000 ---p 00000000 00:00 0 -7dd184f00000-7dd185000000 rw-p 00000000 00:00 0 -7dd185000000-7dd185400000 rw-p 00000000 00:00 0 -7dd1854ff000-7dd185500000 ---p 00000000 00:00 0 -7dd185500000-7dd185600000 rw-p 00000000 00:00 0 -7dd185600000-7dd185a00000 rw-p 00000000 00:00 0 -7dd185aff000-7dd185b00000 ---p 00000000 00:00 0 -7dd185b00000-7dd185c00000 rw-p 00000000 00:00 0 -7dd185c00000-7dd186000000 rw-p 00000000 00:00 0 -7dd1860ff000-7dd186100000 ---p 00000000 00:00 0 -7dd186100000-7dd186200000 rw-p 00000000 00:00 0 -7dd186200000-7dd186600000 rw-p 00000000 00:00 0 -7dd1866ff000-7dd186700000 ---p 00000000 00:00 0 -7dd186700000-7dd186800000 rw-p 00000000 00:00 0 -7dd186800000-7dd186c00000 rw-p 00000000 00:00 0 -7dd186cff000-7dd186d00000 ---p 00000000 00:00 0 -7dd186d00000-7dd186e00000 rw-p 00000000 00:00 0 -7dd186e00000-7dd187200000 rw-p 00000000 00:00 0 -7dd1872ff000-7dd187300000 ---p 00000000 00:00 0 -7dd187300000-7dd187400000 rw-p 00000000 00:00 0 -7dd187400000-7dd187800000 rw-p 00000000 00:00 0 -7dd1878ff000-7dd187900000 ---p 00000000 00:00 0 -7dd187900000-7dd187a00000 rw-p 00000000 00:00 0 -7dd187a00000-7dd187e00000 rw-p 00000000 00:00 0 -7dd187eff000-7dd187f00000 ---p 00000000 00:00 0 -7dd187f00000-7dd188000000 rw-p 00000000 00:00 0 -7dd188000000-7dd188400000 rw-p 00000000 00:00 0 -7dd1884ff000-7dd188500000 ---p 00000000 00:00 0 -7dd188500000-7dd188600000 rw-p 00000000 00:00 0 -7dd188600000-7dd188a00000 rw-p 00000000 00:00 0 -7dd188aff000-7dd188b00000 ---p 00000000 00:00 0 -7dd188b00000-7dd188c00000 rw-p 00000000 00:00 0 -7dd188c00000-7dd189000000 rw-p 00000000 00:00 0 -7dd1890ff000-7dd189100000 ---p 00000000 00:00 0 -7dd189100000-7dd189200000 rw-p 00000000 00:00 0 -7dd189200000-7dd189600000 rw-p 00000000 00:00 0 -7dd1896ff000-7dd189700000 ---p 00000000 00:00 0 -7dd189700000-7dd189800000 rw-p 00000000 00:00 0 -7dd189800000-7dd189c00000 rw-p 00000000 00:00 0 -7dd189cff000-7dd189d00000 ---p 00000000 00:00 0 -7dd189d00000-7dd189e00000 rw-p 00000000 00:00 0 -7dd189e00000-7dd18a200000 rw-p 00000000 00:00 0 -7dd18a2ff000-7dd18a300000 ---p 00000000 00:00 0 -7dd18a300000-7dd18a400000 rw-p 00000000 00:00 0 -7dd18a400000-7dd18a800000 rw-p 00000000 00:00 0 -7dd18a8ff000-7dd18a900000 ---p 00000000 00:00 0 -7dd18a900000-7dd18aa00000 rw-p 00000000 00:00 0 -7dd18aa00000-7dd18ae00000 rw-p 00000000 00:00 0 -7dd18aeff000-7dd18af00000 ---p 00000000 00:00 0 -7dd18af00000-7dd18b000000 rw-p 00000000 00:00 0 -7dd18b000000-7dd18b400000 rw-p 00000000 00:00 0 -7dd18b4ff000-7dd18b500000 ---p 00000000 00:00 0 -7dd18b500000-7dd18b600000 rw-p 00000000 00:00 0 -7dd18b600000-7dd18ba00000 rw-p 00000000 00:00 0 -7dd18ba5b000-7dd18ba93000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7dd18ba93000-7dd18ba96000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18ba96000-7dd18bac5000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bac5000-7dd18bacd000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacd000-7dd18bace000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bace000-7dd18bacf000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7dd18bacf000-7dd18bad0000 rw-p 00000000 00:00 0 -7dd18bad0000-7dd18baf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd18baff000-7dd18bb00000 ---p 00000000 00:00 0 -7dd18bb00000-7dd18bc00000 rw-p 00000000 00:00 0 -7dd18bc00000-7dd18bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd01000-7dd18bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bd02000-7dd18be02000 rw-p 00000000 00:00 0 -7dd18be02000-7dd18bf02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf02000-7dd18bf03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18bf03000-7dd18c003000 rw-p 00000000 00:00 0 -7dd18c003000-7dd18c103000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c103000-7dd18c104000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c104000-7dd18c204000 rw-p 00000000 00:00 0 -7dd18c204000-7dd18c304000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c304000-7dd18c305000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c305000-7dd18c405000 rw-p 00000000 00:00 0 -7dd18c405000-7dd18c505000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c505000-7dd18c506000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c506000-7dd18c606000 rw-p 00000000 00:00 0 -7dd18c606000-7dd18c706000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c706000-7dd18c707000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c707000-7dd18c807000 rw-p 00000000 00:00 0 -7dd18c807000-7dd18c907000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c907000-7dd18c908000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18c908000-7dd18ca08000 rw-p 00000000 00:00 0 -7dd18ca08000-7dd18cb08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb08000-7dd18cb09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cb09000-7dd18cc09000 rw-p 00000000 00:00 0 -7dd18cc09000-7dd18cd09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd09000-7dd18cd0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cd0a000-7dd18ce0a000 rw-p 00000000 00:00 0 -7dd18ce0a000-7dd18cf0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0a000-7dd18cf0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18cf0b000-7dd18d00b000 rw-p 00000000 00:00 0 -7dd18d00b000-7dd18d10b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10b000-7dd18d10c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d10c000-7dd18d20c000 rw-p 00000000 00:00 0 -7dd18d20c000-7dd18d30c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30c000-7dd18d30d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d30d000-7dd18d40d000 rw-p 00000000 00:00 0 -7dd18d40d000-7dd18d50d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50d000-7dd18d50e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d50e000-7dd18d60e000 rw-p 00000000 00:00 0 -7dd18d60e000-7dd18d70e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70e000-7dd18d70f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d70f000-7dd18d80f000 rw-p 00000000 00:00 0 -7dd18d80f000-7dd18d90f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d90f000-7dd18d910000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18d910000-7dd18da10000 rw-p 00000000 00:00 0 -7dd18da10000-7dd18db10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db10000-7dd18db11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18db11000-7dd18dc11000 rw-p 00000000 00:00 0 -7dd18dc11000-7dd18dd11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd11000-7dd18dd12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18dd12000-7dd18de12000 rw-p 00000000 00:00 0 -7dd18de12000-7dd18df12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df12000-7dd18df13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18df13000-7dd18e013000 rw-p 00000000 00:00 0 -7dd18e013000-7dd18e113000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e113000-7dd18e114000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e114000-7dd18e214000 rw-p 00000000 00:00 0 -7dd18e214000-7dd18e314000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e314000-7dd18e315000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e315000-7dd18e415000 rw-p 00000000 00:00 0 -7dd18e415000-7dd18e515000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e515000-7dd18e516000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e516000-7dd18e616000 rw-p 00000000 00:00 0 -7dd18e616000-7dd18e716000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e716000-7dd18e717000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e717000-7dd18e817000 rw-p 00000000 00:00 0 -7dd18e817000-7dd18e917000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e917000-7dd18e918000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18e918000-7dd18ea18000 rw-p 00000000 00:00 0 -7dd18ea18000-7dd18eb18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb18000-7dd18eb19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd18eb19000-7dd18ec19000 rw-p 00000000 00:00 0 -7dd18ec19000-7dd1abc00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7dd1abc10000-7dd1abc20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc30000-7dd1abc40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abc40000-7dd1abcc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1abcc3000-7dd1abcc8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abcc8000-7dd1abd77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd77000-7dd1abd8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8b000-7dd1abd8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8c000-7dd1abd8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7dd1abd8d000-7dd1abe84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1abe84000-7dd1ac207000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac207000-7dd1ac33e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac33e000-7dd1ac3c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c1000-7dd1ac3c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7dd1ac3c4000-7dd1ac3c7000 rw-p 00000000 00:00 0 -7dd1ac3c7000-7dd1ac3ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac3ea000-7dd1ac493000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac493000-7dd1ac4c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4c6000-7dd1ac4d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d1000-7dd1ac4d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7dd1ac4d5000-7dd1ac4e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac4e4000-7dd1ac582000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac582000-7dd1ac5c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c1000-7dd1ac5c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5c6000-7dd1ac5ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7dd1ac5ca000-7dd1ac5cb000 rw-p 00000000 00:00 0 -7dd1ac5cb000-7dd1ac5d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5d2000-7dd1ac5f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5f6000-7dd1ac5fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5fe000-7dd1ac5ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac5ff000-7dd1ac600000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7dd1ac600000-7dd1ace00000 rw-p 00000000 00:00 0 -7dd1ace10000-7dd1acfc0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1acfce000-7dd1ad34e000 rw-p 00000000 00:00 0 -7dd1ad34e000-7dd1ad3bd000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3bd000-7dd1ad3ce000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1ad3ce000-7dd1b534e000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7dd1b5360000-7dd1b53a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53a5000-7dd1b53a7000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53a7000-7dd1b53ac000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ac000-7dd1b53ae000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53ae000-7dd1b53af000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53af000-7dd1b53b0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7dd1b53b0000-7dd1b53c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b53c0000-7dd1b54d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b54d0000-7dd1b57d0000 rw-p 00000000 00:00 0 -7dd1b57d0000-7dd1b57e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b57e7000-7dd1b57e9000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57e9000-7dd1b57ec000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ec000-7dd1b57ee000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ee000-7dd1b57ef000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57ef000-7dd1b57f0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7dd1b57f0000-7dd1b5800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b5800000-7dd1b58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b58f8000-7dd1b58f9000 rw-p 00000000 00:00 0 -7dd1b58f9000-7dd1b58fa000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fa000-7dd1b58fc000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fc000-7dd1b58fd000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fd000-7dd1b58fe000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58fe000-7dd1b58ff000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7dd1b58ff000-7dd1b5900000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5900000-7dd1b59a1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a1000-7dd1b59a2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b59a2000-7dd1b5a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a43000-7dd1b5a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5a44000-7dd1b5ae5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae5000-7dd1b5ae6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ae6000-7dd1b5b87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b87000-7dd1b5b88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5b88000-7dd1b5c29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c29000-7dd1b5c2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5c2a000-7dd1b5ccb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccb000-7dd1b5ccc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ccc000-7dd1b5d6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6d000-7dd1b5d6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5d6e000-7dd1b5e0f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e0f000-7dd1b5e10000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5e10000-7dd1b5eb1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb1000-7dd1b5eb2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5eb2000-7dd1b5f53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f53000-7dd1b5f54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5f54000-7dd1b5ff5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff5000-7dd1b5ff6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b5ff6000-7dd1b6097000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6097000-7dd1b6098000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6098000-7dd1b6139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6139000-7dd1b613a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b613a000-7dd1b61db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61db000-7dd1b61dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b61dc000-7dd1b627d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627d000-7dd1b627e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b627e000-7dd1b631f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b631f000-7dd1b6320000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6320000-7dd1b63c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c1000-7dd1b63c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b63c2000-7dd1b6463000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6463000-7dd1b6464000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6464000-7dd1b6505000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6505000-7dd1b6506000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6506000-7dd1b65a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a7000-7dd1b65a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b65a8000-7dd1b6649000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6649000-7dd1b664a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b664a000-7dd1b66eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66eb000-7dd1b66ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b66ec000-7dd1b678d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678d000-7dd1b678e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b678e000-7dd1b682f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b682f000-7dd1b6830000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6830000-7dd1b68d1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d1000-7dd1b68d2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b68d2000-7dd1b6973000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6973000-7dd1b6974000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6974000-7dd1b6a15000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a15000-7dd1b6a16000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6a16000-7dd1b6ab7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab7000-7dd1b6ab8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6ab8000-7dd1b6b59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b59000-7dd1b6b5a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6b5a000-7dd1b6bfb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfb000-7dd1b6bfc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6bfc000-7dd1b6c9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9d000-7dd1b6c9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6c9e000-7dd1b6d3f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7dd1b6d3f000-7dd1b6d40000 ---p 00000000 00:00 0 -7dd1b6d40000-7dd1b7540000 rw-p 00000000 00:00 0 -7dd1b7540000-7dd1b7570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7570000-7dd1b77f0000 rw-p 00000000 00:00 0 -7dd1b77f0000-7dd1b7800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1b7800000-7dd1cf800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -7dd1cf800000-7dd1d0c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7dd1d0c00000-7dd1d1000000 rw-p 00000000 00:00 0 -7dd1d1000000-7dd1d1002000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1002000-7dd1d1007000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1007000-7dd1d1009000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d1009000-7dd1d100a000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100a000-7dd1d100b000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7dd1d100b000-7dd1d100c000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100c000-7dd1d100d000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100d000-7dd1d100e000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100e000-7dd1d100f000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d100f000-7dd1d1010000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -7dd1d1010000-7dd1d1030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7dd1d1030000-7dd1d1031000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1031000-7dd1d1032000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1032000-7dd1d1033000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1033000-7dd1d1034000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1034000-7dd1d1035000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -7dd1d1035000-7dd1d1036000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1036000-7dd1d1037000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1037000-7dd1d1038000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1038000-7dd1d1039000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d1039000-7dd1d103a000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -7dd1d103a000-7dd1d103b000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103b000-7dd1d103c000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103c000-7dd1d103d000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103d000-7dd1d103e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103e000-7dd1d103f000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7dd1d103f000-7dd1d1046000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -7dd1d1046000-7dd1d10a0000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -7dd1d10a0000-7dd1d10a7000 rw-p 00000000 00:00 0 -7dd1d10a7000-7dd1d10ab000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ab000-7dd1d10ce000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10ce000-7dd1d10d2000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d2000-7dd1d10d3000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d3000-7dd1d10d4000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -7dd1d10d4000-7dd1d1171000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1171000-7dd1d129a000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d129a000-7dd1d1328000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1328000-7dd1d1333000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1333000-7dd1d1336000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7dd1d1336000-7dd1d133a000 rw-p 00000000 00:00 0 -7dd1d133a000-7dd1d1362000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1362000-7dd1d14c5000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d14c5000-7dd1d151b000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151b000-7dd1d151f000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d151f000-7dd1d1521000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7dd1d1521000-7dd1d152e000 rw-p 00000000 00:00 0 -7dd1d152e000-7dd1d153f000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d153f000-7dd1d15bc000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d15bc000-7dd1d161c000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161c000-7dd1d161d000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161d000-7dd1d161e000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7dd1d161e000-7dd1d1620000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1620000-7dd1d1636000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1636000-7dd1d1650000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1650000-7dd1d1651000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1651000-7dd1d1652000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7dd1d1652000-7dd1d165c000 rw-p 00000000 00:00 0 -7dd1d165c000-7dd1d1668000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d1668000-7dd1d16cd000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16cd000-7dd1d16e4000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e4000-7dd1d16e5000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e5000-7dd1d16e6000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7dd1d16e6000-7dd1d16e9000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16e9000-7dd1d16fd000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d16fd000-7dd1d1704000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1704000-7dd1d1705000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1705000-7dd1d1706000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7dd1d1706000-7dd1d176c000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d176c000-7dd1d1d40000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1d40000-7dd1d1f4f000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f4f000-7dd1d1f7c000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f7c000-7dd1d1f82000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7dd1d1f82000-7dd1d1f97000 rw-p 00000000 00:00 0 -7dd1d1f97000-7dd1d1fa0000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d1fa0000-7dd1d2047000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2047000-7dd1d205f000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d205f000-7dd1d2065000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2065000-7dd1d2066000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7dd1d2066000-7dd1d20c6000 rw-p 00000000 00:00 0 -7dd1d20c6000-7dd1d20c7000 rw-p 00000000 00:00 0 -7dd1d20c7000-7dd1d20c9000 rw-p 00000000 00:00 0 -7dd1d20c9000-7dd1d20cd000 r--p 00000000 00:00 0 [vvar] -7dd1d20cd000-7dd1d20cf000 r--p 00000000 00:00 0 [vvar_vclock] -7dd1d20cf000-7dd1d20d1000 r-xp 00000000 00:00 0 [vdso] -7dd1d20d1000-7dd1d20d2000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20d2000-7dd1d20fa000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d20fa000-7dd1d2105000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2105000-7dd1d2107000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2107000-7dd1d2108000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7dd1d2108000-7dd1d2109000 rw-p 00000000 00:00 0 -7dd1f60f8000-7dd1f75f8000 rw-p 00000000 00:00 0 -7dd2360f8000-7dd2368f8000 rw-p 00000000 00:00 0 -7dd5b68f8000-7dd5b68fd000 rw-p 00000000 00:00 0 -7fff408bd000-7fff408de000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -:37: [BUG] Aborted at 0x0000000000000085 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (62) crashed. Respawning worker. -INFO: 1417 is running. -ERROR: Child worker (931) crashed. Respawning worker. -INFO: 1422 is running. -INFO: 1427 is running. -ERROR: Child worker (30) crashed. Respawning worker. -INFO: 1432 is running. -INFO: 1437 is running. -ERROR: Child worker (45) crashed. Respawning worker. -INFO: 1442 is running. -INFO: 1447 is running. -ERROR: Child worker (379) crashed. Respawning worker. -INFO: 1452 is running. -INFO: 1457 is running. -INFO: 1462 is running. -ERROR: Child worker (133) crashed. Respawning worker. -INFO: 1467 is running. -INFO: 1473 is running. -INFO: 1477 is running. -INFO: 1482 is running. -INFO: 1487 is running. -INFO: 1492 is running. -INFO: 1497 is running. -INFO: 1502 is running. -INFO: 1507 is running. -INFO: 1512 is running. -INFO: 1516 is running. -INFO: 1522 is running. -INFO: 1527 is running. -INFO: 1532 is running. -INFO: 1537 is running. -INFO: 1542 is running. -INFO: 1547 is running. -INFO: 1552 is running. -INFO: 1557 is running. -INFO: 1562 is running. -INFO: 1567 is running. -INFO: 1572 is running. -INFO: 1577 is running. -INFO: 1582 is running. -INFO: 1587 is running. -INFO: 1592 is running. -INFO: 1597 is running. -INFO: 1602 is running. -INFO: 1607 is running. -INFO: 1612 is running. -INFO: 1617 is running. -INFO: 1622 is running. -INFO: 1627 is running. -INFO: 1632 is running. -INFO: 1637 is running. -INFO: 1642 is running. -INFO: 1647 is running. -INFO: 1652 is running. -INFO: 1657 is running. -INFO: 1662 is running. -INFO: 1667 is running. -INFO: 1672 is running. -INFO: 1677 is running. -INFO: 1682 is running. -INFO: 1687 is running. -INFO: 1692 is running. -INFO: 1697 is running. -INFO: 1702 is running. -INFO: 1707 is running. -INFO: 1712 is running. -INFO: 1717 is running. -INFO: 1722 is running. -INFO: 1727 is running. -INFO: 1732 is running. -INFO: 1737 is running. -INFO: 1742 is running. -INFO: 1747 is running. -INFO: 1752 is running. -INFO: 1757 is running. -INFO: 1762 is running. -INFO: 1767 is running. -INFO: 1773 is running. -INFO: 1779 is running. +INFO: 614 is running. diff --git a/site/static/logs/baseline/512/rack-iodine.log b/site/static/logs/baseline/512/rack-iodine.log index 537afec7..eb2c0714 100644 --- a/site/static/logs/baseline/512/rack-iodine.log +++ b/site/static/logs/baseline/512/rack-iodine.log @@ -2,13 +2,13 @@ INFO: Listening on port 8080 INFO: Starting up Iodine: * Iodine 0.7.58 - * Ruby 4.0.4 + * Ruby 4.0.5 * facil.io 0.7.4 (epoll) - * 127 Workers X 4 Threads per worker. + * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. -INFO: Server is running 127 workers X 4 threads with facil.io 0.7.4 (epoll) +INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) * Linked to OpenSSL 3.5.6 7 Apr 2026 * Detected capacity: 131056 open file limit * Root pid: 1 @@ -21,140842 +21,123 @@ INFO: 22 is running. INFO: 26 is running. INFO: 30 is running. INFO: 34 is running. -INFO: 40 is running. +INFO: 39 is running. INFO: 44 is running. -INFO: 50 is running. -INFO: 57 is running. +INFO: 49 is running. +INFO: 54 is running. +INFO: 58 is running. INFO: 63 is running. -INFO: 71 is running. -INFO: 77 is running. -INFO: 84 is running. -INFO: 93 is running. -INFO: 101 is running. -INFO: 109 is running. +INFO: 69 is running. +INFO: 74 is running. +INFO: 79 is running. +INFO: 85 is running. +INFO: 90 is running. +INFO: 95 is running. +INFO: 99 is running. +INFO: 105 is running. +INFO: 111 is running. +INFO: 116 is running. INFO: 120 is running. -INFO: 129 is running. -INFO: 140 is running. -INFO: 148 is running. -INFO: 159 is running. -INFO: 168 is running. +INFO: 126 is running. +INFO: 131 is running. +INFO: 136 is running. +INFO: 141 is running. +INFO: 146 is running. +INFO: 151 is running. +INFO: 156 is running. +INFO: 161 is running. +INFO: 166 is running. +INFO: 171 is running. INFO: 176 is running. -INFO: 187 is running. +INFO: 181 is running. +INFO: 186 is running. +INFO: 191 is running. INFO: 196 is running. +INFO: 201 is running. INFO: 206 is running. -INFO: 215 is running. -INFO: 224 is running. -INFO: 235 is running. -INFO: 244 is running. -INFO: 254 is running. -INFO: 264 is running. -INFO: 273 is running. -INFO: 284 is running. +INFO: 211 is running. +INFO: 216 is running. +INFO: 222 is running. +INFO: 227 is running. +INFO: 232 is running. +INFO: 237 is running. +INFO: 242 is running. +INFO: 247 is running. +INFO: 252 is running. +INFO: 257 is running. +INFO: 262 is running. +INFO: 267 is running. +INFO: 272 is running. +INFO: 277 is running. +INFO: 282 is running. +INFO: 287 is running. INFO: 292 is running. -INFO: 302 is running. -INFO: 312 is running. -INFO: 320 is running. -INFO: 329 is running. -INFO: 339 is running. -INFO: 349 is running. -INFO: 358 is running. -INFO: 369 is running. -INFO: 380 is running. -INFO: 389 is running. -INFO: 398 is running. +INFO: 300 is running. +INFO: 304 is running. +INFO: 308 is running. +INFO: 313 is running. +INFO: 317 is running. +INFO: 323 is running. +INFO: 327 is running. +INFO: 333 is running. +INFO: 338 is running. +INFO: 343 is running. +INFO: 347 is running. +INFO: 352 is running. +INFO: 357 is running. +INFO: 362 is running. +INFO: 367 is running. +INFO: 372 is running. +INFO: 377 is running. +INFO: 382 is running. +INFO: 387 is running. +INFO: 392 is running. +INFO: 397 is running. +INFO: 403 is running. INFO: 408 is running. -INFO: 417 is running. -INFO: 427 is running. -INFO: 437 is running. -INFO: 446 is running. -INFO: 454 is running. +INFO: 413 is running. +INFO: 418 is running. +INFO: 423 is running. +INFO: 428 is running. +INFO: 433 is running. +INFO: 438 is running. +INFO: 443 is running. +INFO: 448 is running. +INFO: 453 is running. +INFO: 458 is running. INFO: 463 is running. -INFO: 472 is running. -INFO: 480 is running. +INFO: 468 is running. +INFO: 473 is running. +INFO: 478 is running. +INFO: 483 is running. INFO: 488 is running. -INFO: 512 is running. -INFO: 520 is running. +INFO: 493 is running. +INFO: 498 is running. +INFO: 503 is running. +INFO: 508 is running. +INFO: 513 is running. +INFO: 518 is running. +INFO: 523 is running. INFO: 528 is running. -INFO: 536 is running. -INFO: 544 is running. +INFO: 533 is running. +INFO: 538 is running. +INFO: 543 is running. +INFO: 548 is running. INFO: 553 is running. -INFO: 560 is running. -INFO: 568 is running. -INFO: 577 is running. -INFO: 585 is running. +INFO: 558 is running. +INFO: 564 is running. +INFO: 569 is running. +INFO: 574 is running. +INFO: 578 is running. +INFO: 583 is running. +INFO: 588 is running. INFO: 595 is running. -INFO: 604 is running. -INFO: 613 is running. +INFO: 599 is running. +INFO: 603 is running. +INFO: 610 is running. +INFO: 614 is running. +INFO: 619 is running. INFO: 623 is running. -INFO: 632 is running. -INFO: 640 is running. -INFO: 650 is running. -INFO: 659 is running. -INFO: 668 is running. -INFO: 677 is running. -INFO: 686 is running. -INFO: 695 is running. -INFO: 704 is running. -INFO: 714 is running. -INFO: 722 is running. -INFO: 732 is running. -INFO: 740 is running. -INFO: 750 is running. -INFO: 759 is running. -INFO: 768 is running. -INFO: 777 is running. -INFO: 786 is running. -INFO: 797 is running. -INFO: 804 is running. -INFO: 813 is running. -INFO: 822 is running. -INFO: 831 is running. -INFO: 840 is running. -INFO: 849 is running. -INFO: 859 is running. -INFO: 868 is running. -INFO: 876 is running. -INFO: 886 is running. -INFO: 896 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df75029db RBP: 0x0000000000000002 RSP: 0x0000754dbcc590f0 - RAX: 0x0000000000000000 RBX: 0x0000754db18ec140 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x0000754db18ec140 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000754df6a69080 R10: 0x0000754dafc05060 - R11: 0x0000000000000004 R12: 0x0000754db18ec078 R13: 0x0000000000000002 - R14: 0x0000754db18ec140 R15: 0x0000754dd23b35b0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 907 is running. -INFO: 916 is running. -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler -INFO: 925 is running. -INFO: 932 is running. -INFO: 940 is running. -INFO: 949 is running. -ruby: YJIT has panicked. More info to follow... -ruby: YJIT has panicked. More info to follow... -ruby: YJIT has panicked. More info to follow... - -thread '' (915) panicked at ./yjit/src/asm/mod.rs:439:9: -assertion failed: start_addr.raw_addr(self) <= end_addr.raw_addr(self) - -thread '' (848) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -stack backtrace: -INFO: 960 is running. -:37: [BUG] Segmentation fault at 0x0000754dd31385ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd31385ed RBP: 0x0000754d8b38f4a0 RSP: 0x0000754dbe465240 - RAX: 0x0000754dd30c3000 RBX: 0x0000754dbe265140 RCX: 0x0000754dbe364ee8 - RDX: 0x0000754dbe265140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000754dbe364eb0 R9: 0x0000754db188f1e8 R10: 0x0000754df68edf50 - R11: 0x0000754ddd215f00 R12: 0x0000754d8be1b050 R13: 0x0000754dbe364eb0 - R14: 0x0000754d8b38f4b0 R15: 0x0000754dbe364ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (799) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 -thread '' (661) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -l:y b:---- DUMMY [FINISH] -stack backtrace: - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Segmentation fault at 0x0000754dd313b271 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0000 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313b271 RBP: 0x0000754dd253c518 RSP: 0x0000754dbbc51160 - RAX: 0x0000754df684c538 RBX: 0x0000754dbba51180 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000754df684c538 RSI: 0x0000754db18efb10 - R8: 0x0000000000000005 R9: 0x0000754dbba51119 R10: 0x0000754dbbb50e78 - R11: 0x0000754dd23ab700 R12: 0x0000754d9361b050 R13: 0x0000754dbbb50e78 - R14: 0x0000754dd253c530 R15: 0x0000754dbbb50ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 968 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000303830383ae4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df75029db RBP: 0x000000000000000e RSP: 0x0000754dbe063280 - RAX: 0x0000303830383a74 RBX: 0x0000754dd1a104c0 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x0000754dd1a104c0 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000754df6a69080 R10: 0x2c09debc111f844b - R11: 0x0000754df7b04020 R12: 0x0000754dd1a10498 R13: 0x000000000000000e - R14: 0x0000754dd1a104c0 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000754dd31386cb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd31386cb RBP: 0x0000754db09e1360 RSP: 0x0000754dbc455240 - RAX: 0x0000754dd30c3000 RBX: 0x0000754dbc255140 RCX: 0x0000754dbc354ee8 - RDX: 0x0000754dbc255140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x0000754dbc354eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000754ddd215f00 R12: 0x0000754d92a1b550 R13: 0x0000754dbc354eb0 - R14: 0x0000754db09e1370 R15: 0x0000754dbc354ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 976 is running. -ruby: YJIT has panicked. More info to follow... - -thread '' (692) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/app.rb:13: [BUG] Segmentation fault at 0x0000754dd313bad7 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -SEGV received in SEGV handler - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: -- Threading information --------------------------------------------------- -[BUG] Total ractor count: 1 -Ruby thread count for this ractor: 5 - -Segmentation fault at 0x0000000000000020-- Machine register context ------------------------------------------------ - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler - RIP: 0x0000754dd313bad7 RBP: 0x0000000000000001-- Control frame information ----------------------------------------------- - RSP: 0x0000754dbac49340 - RAX: 0x0000754ddb1a1870c:0008 p:---- RBX: 0x0000754dbaa49058s:0054 RCX: 0x0000754df7808128e:000053 - RDX: 0x0000000000000000l:y RDI: 0x0000754d9661b050b:---- RSI: 0x0000754ddb1a1870CFUNC - :split R8: 0x0000754dbab48f90 - R9: 0x0000754dd2330780 R10: 0x0000754dd2330b90c:0007 - R11: 0x0000000000000006 R12: 0x0000754d9661b050 R13: 0x0000754dbab48f90 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 983 is running. -:37: [BUG] Segmentation fault at 0x0000754dd3135bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3135bce RBP: 0x0000754db15e2540 RSP: 0x0000754dbb24c2f8 - RAX: 0x0000754dd3135bce RBX: 0x0000754dbb14bee8 RCX: 0x0000754dbb14bee8 - RDX: 0x0000754dbb04c140 RDI: 0x0000754d95a1b2d0 RSI: 0x0000754dbb14beb0 - R8: 0x0000754dbb14beb0 R9: 0x0000754db188f008 R10: 0x0000754df68edf50 - R11: 0x0000000000000005 R12: 0x0000754d95a1b2d0 R13: 0x0000000000000024 - R14: 0x0000754db15e2550 R15: 0x0000754dbb14bee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x0000754dd3138685 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3138685 RBP: 0x0000754db15e2360 RSP: 0x0000754dbba50240 - RAX: 0x0000754dd30c3000 RBX: 0x0000754dbb850140 RCX: 0x0000754dbb94fee8 - RDX: 0x0000754dbb850140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000754dbb94feb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000754ddd215f00 R12: 0x0000754d94e1b7d0 R13: 0x0000754dbb94feb0 - R14: 0x0000754db15e2370 R15: 0x0000754dbb94fee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ruby: YJIT has panicked. More info to follow... -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 ruby: YJIT has panicked. More info to follow... - -thread '' (783) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df79b4c24 RBP: 0x0000754df68edf50 RSP: 0x0000754dbc454ef8 - RAX: 0x0002020001000002 RBX: 0x0000754db0212030 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000754db022e0a8 RSI: 0x0000754db022e06c - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000000000000000 R12: 0x0000754df7cf3d08 R13: 0x0000754d91e1b050 - R14: 0x0000000000000000 R15: 0x0000000000000003 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000754dd3138685 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3138685 RBP: 0x0000754db09e1360 RSP: 0x0000754dba244240 - RAX: 0x0000754dd30c3000 RBX: 0x0000754dba044140 RCX: 0x0000754dba143ee8 - RDX: 0x0000754dba044140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000754dba143eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000754ddd215f00 R12: 0x0000754d9901b550 R13: 0x0000754dba143eb0 - R14: 0x0000754db09e1370 R15: 0x0000754dba143ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df75029db RBP: 0x0000000000000001 RSP: 0x0000754db1e01d70 - RAX: 0x0000000000000000SEGV received in SEGV handler - RBX: 0x0000754dd23abac0 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x0000754dd23abac0 RSI: 0x0000000000000001 - R8: 0x0000000000000000ABRT received in SEGV handler - R9: 0x0000754df6a69080 R10: 0x0000754df6bfec00 - R11: 0x0000754dd2cba468 R12: 0x0000754dd23aba98 R13: 0x0000000000000001 - R14: 0x0000754dd23abac0 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 992 is running. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000754dd31385ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd31385ed RBP: 0x0000754db15e2360 RSP: 0x0000754dbec691c0 - RAX: 0x0000754dd30c3000 RBX: 0x0000754dbea69140 RCX: 0x0000754dbeb68ee8 - RDX: 0x0000754dbea69140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000754dbeb68eb0 R9: 0x0000754db188f008 R10: 0x0000754df68edf50 - R11: 0x0000754ddd215f00 R12: 0x0000754d8b21b550 R13: 0x0000754dbeb68eb0 - R14: 0x0000754db15e2370 R15: 0x0000754dbeb68ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ABRT received in SEGV handler -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197: [BUG] Segmentation fault at 0x0000754dd313c312 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:0008 s:0032 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY :37: [FINISH][BUG] - -Segmentation fault at 0x0000754dd3138639-- Ruby level backtrace information ---------------------------------------- - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' --- Control frame information ----------------------------------------------- - --- Threading information --------------------------------------------------- -Total ractor count: 1 -c:0006 Ruby thread count for this ractor: 5 -p:0000 -s:0040 -- Machine register context ------------------------------------------------ -e:000039 RIP: 0x0000754dd313c312l:y RBP: 0x0000000000000001b:0001 RSP: 0x0000754db3c11460 -METHOD RAX: 0x0000754db188c6c8 :37 RBX: 0x0000754db3a11100 - RCX: 0x0000754df6a690b0 -c:0005 RDX: 0x000000001000000cp:0010 RDI: 0x0000754db188c6c8 RSI: 0x0000000000000004s:0031 -e:000029 R8: 0x0000754db188c628l:y R9: 0x0000754df6a69080b:0001 METHOD R10: 0x0000754dd2330b90 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 - - R11: 0x0000754dd23b26e0 R12: 0x0000754dacc1b7d0 R13: 0x0000754db3b10ee8 - R14: 0x0000000000000001 R15: 0x0000754dd2330780c:0004 EFL: 0x0000000000010246p:0006 - -s:0026 -- C level backtrace information ------------------------------------------- -e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3138639 RBP: 0x0000754db15e2540 RSP: 0x0000754db8e3a1c0 - RAX: 0x0000754dd30c3000 RBX: 0x0000754db8c3a140 RCX: 0x0000754db8d39ee8 - RDX: 0x0000754db8c3a140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000754db8d39eb0 R9: 0x0000754db188f008 R10: 0x0000000000000014 - R11: 0x0000754ddd215f00 R12: 0x0000754d9c01b050 R13: 0x0000754db8d39eb0 - R14: 0x0000754db15e2550 R15: 0x0000754db8d39ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -[BUG] SEGV received in SEGV handler -ABRT received in SEGV handler -Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df7689ea9 RBP: 0x0000000000000000 RSP: 0x0000754db8435650 - RAX: 0x0000754df697ec70 RBX: 0x0000303830383a74 RCX: 0x303830383a74736f - RDX: 0x0000000000008008 RDI: 0x0000754dd2338098 RSI: 0x0000754dd2338098 - R8: 0x0000754df697ec58 R9: 0x0000754df6a69080 R10: 0xd2a339d8294e7b10 - R11: 0x0000754df7b04020 R12: 0x0000754df697ec58 R13: 0x0000000000000004 - R14: 0x0000754e779785b0 R15: 0x0000754dd2338098 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000754dd3135bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -SEGV received in SEGV handler --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84: METHOD[BUG] :37 -c:0005 p:0010 Segmentation fault at 0x0000000000000004s:0031 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -e:000029 ABRT received in SEGV handler -l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197-- Control frame information ----------------------------------------------- - -c:0004 p:0006 s:0026 c:0009 e:000025 p:---- l:y s:0061 b:0001 e:000060 METHODl:y /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74b:---- -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3135bce RBP: 0x0000754db15e2360 RSP: 0x0000754dbc0532f8 - RAX: 0x0000754dd3135bce RBX: 0x0000754dbbf52ee8 RCX: 0x0000754dbbf52ee8 - RDX: 0x0000754dbbe53140 RDI: 0x0000754d9301b2d0 RSI: 0x0000754dbbf52eb0 - R8: 0x0000754dbbf52eb0 R9: 0x0000754db188f008 R10: 0x0000754df68edf50 - R11: 0x0000000000000005 R12: 0x0000754d9301b2d0 R13: 0x0000000000000024 - R14: 0x0000754db15e2370 R15: 0x0000754dbbf52ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000754dd3135bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3135bce RBP: 0x0000754db15e2540 RSP: 0x0000754db8c39258 - RAX: 0x0000754dd3135bce RBX: 0x0000754db8b38ee8 RCX: 0x0000754db8b38ee8 - RDX: 0x0000754db8a39140 RDI: 0x0000754d9d81b7d0 RSI: 0x0000754db8b38eb0 - R8: 0x0000754db8b38eb0 R9: 0x0000754db188f008 R10: 0x0000754df68edf50 - R11: 0x0000000000000005 R12: 0x0000754d9d81b7d0 R13: 0x0000000000000024 - R14: 0x0000754db15e2550 R15: 0x0000754db8b38ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84: SEGV received in SEGV handler -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (494) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (639) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/app.rb:15: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0017 e:000016 l:y b:---- CFUNC :=== -c:0002 p:0028 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:15:in 'call' -/app/app.rb:15:in '===' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df77982f7 RBP: 0x0000754db983f018 RSP: 0x0000754db983ef98 - RAX: 0x0000000000000010 RBX: 0x0000754db1894760 RCX: 0x0000000000000cd1 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000009d - R8: 0x000000000000e121 R9: 0x000000000000009d R10: 0x0000754db983efc0 - R11: 0x0000000000000006 R12: 0x000000000000009d R13: 0x0000754dd23c5538 - R14: 0x0000754db983efc0 R15: 0x0000754db1894760 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000754dd3139588 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3139588 RBP: 0x0000000000000001 RSP: 0x0000754db2a083d8 - RAX: 0x0000754dd3139588 RBX: 0x0000000000000000 RCX: 0x0000754df7808128 - RDX: 0x0000000000000000 RDI: 0x0000754dafc1b550 RSI: 0x0000754db2907f90 - R8: 0x0000754db2907f90 R9: 0x0000754dd2330780 R10: 0x0000754dd2330b90 - R11: 0x0000000000000006 R12: 0x0000754dafc1b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (591) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:78: [BUG] unreachable -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0015 s:0055 e:000053 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:78 -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:78:in 'block in parse_query' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] Aborted at 0x0000000000000229 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000030003234 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0081 e:000080 l:y b:---- CFUNC :gsub -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'gsub' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df720fb84 RBP: 0x0000000000000002 RSP: 0x0000754db4415118 - RAX: 0x0000754dd23d45c8 RBX: 0x0000754dd23d45b0 RCX: 0x0000000000000000 - RDX: 0x0000000000000002 RDI: 0x0000754dd23d45c8 RSI: 0x0000000030003234 - R8: 0x0000754dd23d4588 R9: 0x0000754df6a69080 R10: 0x0000754df7e36ac0 - R11: 0x00000000051ee1c8 R12: 0x0000754df6b6f000 R13: 0x0000000030003234 - R14: 0x0000000000000001 R15: 0x0000000000000001 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000754dd3139000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3139000 RBP: 0x0000754dd23c3418 RSP: 0x0000754dbce59cf0 - RAX: 0x0000754dd23c3350 RBX: 0x0000754dbcc5a258 RCX: 0x0000000000000061 - RDX: 0x0000000000000002 RDI: 0x0000754dd23c3368 RSI: 0x0000754dd23c3350 - R8: 0x0000754dd23c3328 R9: 0x0000754df6a69080 R10: 0x0000754df7e36ac0 - R11: 0x0000000000000080 R12: 0x0000754d9001b050 R13: 0x0000754dbcd59d60 - R14: 0x0000000055550083 R15: 0x0000754df696e628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/app.rb:21: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0015 e:000014 l:y b:---- CFUNC :read -c:0002 p:0123 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:21 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:21:in 'call' -/app/app.rb:21:in 'read' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x0000754dd3135bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3135bce RBP: 0x0000754db15e2360 RSP: 0x0000754db7a301d8 - RAX: 0x0000754dd3135bce RBX: 0x0000754db792fee8 RCX: 0x0000754db792fee8 - RDX: 0x0000754db7830140 RDI: 0x0000754d9fc1b050 RSI: 0x0000754db792feb0 - R8: 0x0000754db792feb0 R9: 0x0000754db188f1e8 R10: 0x0000754df68edf50 - R11: 0x0000000000000005 R12: 0x0000754d9fc1b050 R13: 0x0000000000000024 - R14: 0x0000754db15e2370 R15: 0x0000754db792fee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:17: [BUG] Segmentation fault at 0x0000754dd313d000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0036 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:17 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:17:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313d000 RBP: 0x0000000000000001 RSP: 0x0000754dba2443c0 - RAX: 0x0000754db1860c80 RBX: 0x0000754dba044060 RCX: 0x0000000000100000 - RDX: 0x0000000000000000 RDI: 0x0000000000000014 RSI: 0x0000754db1860c80 - R8: 0x0000754dd1a1b2d0 R9: 0x0000754db0801bc0 R10: 0x0000754dd2330b90 - R11: 0x0000754dd2c1b1d8 R12: 0x0000754d98a1b2d0 R13: 0x0000754dba143f90 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1006 is running. -SEGV received in SEGV handler -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (159) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (273) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... - -thread '' (660) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -INFO: 1020 is running. -/usr/local/lib/ruby/4.0.0/uri/common.rb:432: [BUG] Segmentation fault at 0x0000754dd3138b42 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0011 p:0014 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:432 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:432:in 'decode_www_form_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3138b42 RBP: 0x0000754dd23c3120 RSP: 0x0000754db8032d70 - RAX: 0x0000754db18ea250 RBX: 0x0000754db7e33220 RCX: 0x0000754db7e33218 - RDX: 0x0000000000000000 RDI: 0x0000754db18ea250 RSI: 0x0000754df686d170 - R8: 0x0000754dd23c30f8 R9: 0x0000754df698b1b0 R10: 0x0000754df698b1b0 - R11: 0x0000754dd23aaf08 R12: 0x0000754d9ea1b050 R13: 0x0000754db7f32d98 - R14: 0x0000000055550083 R15: 0x0000754df696e628 EFL: 0x0000000000010212 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000754dd3135af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3135af4 RBP: 0x0000754db15e3720 RSP: 0x0000754db300b258 - RAX: 0x0000754dd3135af4 RBX: 0x0000754db2f0aee8 RCX: 0x0000754db2f0aee8 - RDX: 0x0000754db2e0b140 RDI: 0x0000754daf01b7d0 RSI: 0x0000754db2f0aeb0 - R8: 0x0000754db2f0aeb0 R9: 0x0000754db1870838 R10: 0x0000754df68edf50 - R11: 0x0000000000000005 R12: 0x0000754daf01b7d0 R13: 0x0000000000000024 - R14: 0x0000754db15e3730 R15: 0x0000754db2f0aee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (566) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197: [BUG] Segmentation fault at 0x0000754dd313c312 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:0008 s:0032 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313c312 RBP: 0x0000000000000001 RSP: 0x0000754db4616460 - RAX: 0x0000754db188c6c8 RBX: 0x0000754db4416100 RCX: 0x0000754df6a690b0 - RDX: 0x000000001000000c RDI: 0x0000754db188c6c8 RSI: 0x0000000000000004 - R8: 0x0000754db188c628 R9: 0x0000754df6a69080 R10: 0x0000754dd2330b90 - R11: 0x0000754dd23b26e0 R12: 0x0000754daa21b2d0 R13: 0x0000754db4515ee8 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84: [BUG] Segmentation fault at 0x0000754dd31393fd -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:---- s:0061 e:000060 l:y b:---- CFUNC :[]= -c:0008 p:0060 s:0055 e:000053 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84 -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84:in 'block in parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84:in '[]=' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd31393fd RBP: 0x0000754da61b4718 RSP: 0x0000754db5a20200 - RAX: 0x0000754db18e7de8 RBX: 0x0000754db58201b8 RCX: 0x0000000000000000 - RDX: 0x0000754df6a52000 RDI: 0x0000754db188d0c8 RSI: 0x0000754db18e7de8 - R8: 0x0000000000000001 R9: 0x0000000000000001 R10: 0x2c09debc111f844b - R11: 0x0000754df7b04020 R12: 0x0000754da6c1b550 R13: 0x0000754db591fe40 - R14: 0x0000754da61b4730 R15: 0x0000754db591fee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:432: [BUG] Segmentation fault at 0x0000754dd3138ac0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0011 p:0014 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:432 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:432:in 'decode_www_form_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3138ac0 RBP: 0x0000754dd23aa918 RSP: 0x0000754db320bd70 - RAX: 0x0000754dd1a1a290 RBX: 0x0000754db300c220 RCX: 0x0000754db300c218 - RDX: 0x0000000000000000 RDI: 0x0000754dd1a1a290 RSI: 0x0000754df686d170 - R8: 0x0000754dd23aa8f0 R9: 0x0000754dd23aa8f0 R10: 0x0000754df698b1b0 - R11: 0x0000754dd2cba418 R12: 0x0000754dae41b550 R13: 0x0000754db310bd98 - R14: 0x0000000055550083 R15: 0x0000754df696e628 EFL: 0x0000000000010212 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255: [BUG] Segmentation fault at 0x0000754dd3138a87 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0013 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255 -c:0009 p:0005 s:0056 :37: [BUG] Segmentation fault at 0x0000754dd31386cb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -e:000055 -- Control frame information ----------------------------------------------- -l:n b:---- BLOCK c:0006 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245p:0000 [FINISH]s:0040 -e:000039 l:y c:0008 b:0001 p:---- METHODs:0052 :37e:000051 -l:y b:---- c:0005 CFUNC p:0010 :map!s:0031 -e:000029 c:0007 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd31386cb RBP: 0x0000754db15b2e40 RSP: 0x0000754dba2442e0 - RAX: 0x0000754dd30c3000 RBX: 0x0000754dba044140 RCX: 0x0000754dba143ee8 - RDX: 0x0000754dba044140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x0000754dba143eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000754ddd215f00 R12: 0x0000754d9841b050 R13: 0x0000754dba143eb0 - R14: 0x0000754db15b2e50 R15: 0x0000754dba143ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255:in 'unescape' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3138a87 RBP: 0x0000754dd23c3440 RSP: 0x0000754db8c38e10 - RAX: 0x0000754df686d170 RBX: 0x0000754db8a391f0 RCX: 0x0000754db8a391e8 - RDX: 0x0000000000000000 RDI: 0x0000754dd23c3418 RSI: 0x0000754df686d170 - R8: 0x0000754dd23c3418 R9: 0x0000754df698b1b0 R10: 0x0000754df698b1b0 - R11: 0x0000754dd23ab6b0 R12: 0x0000754d9cc1b2d0 R13: 0x0000754db8b38dd0 - R14: 0x0000000055550083 R15: 0x0000754df696e628 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -undefined method '_hijack' for class 'Array' (NameError) -ERROR: Iodine caught an unprotected exception - NameError: undefined method '_hijack' for class 'Array' - -ERROR: - -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1027 is running. -:227: [BUG] Segmentation fault at 0x0000754dd313d04c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0031 s:0042 e:000041 l:y b:0001 METHOD :227 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 ruby: YJIT has panicked. More info to follow... -l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:227:in 'each' - - -thread '' (63) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed --- Threading information --------------------------------------------------- -stack backtrace: -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313d04c RBP: 0x0000000000000001 RSP: 0x0000754dbd85f460 - RAX: 0x0000754dbd75ef01 RBX: 0x0000754dbd65f150 RCX: 0x0000000000000000 - RDX: 0x0000000000000014 RDI: 0x4000000000000002 RSI: 0x0000754db18e4e40 - R8: 0x0000000000000001 R9: 0x0000000000000001 R10: 0x2c09debc111f844b - R11: 0x0000754df7b04020 R12: 0x0000754d8f41b7d0 R13: 0x0000754dbd75eeb0 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000754dd3136000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0079 e:000078 l:y b:---- CFUNC :b -c:0012 p:0030 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 /app/app.rb:24: p:0012 s:0062 [BUG] e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254object allocation during garbage collection phase - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -c:0009 p:0005 s:0056 e:000055 -- Control frame information ----------------------------------------------- -l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH]c:0003 -p:---- c:0008 s:0016 p:---- e:000015 s:0052 l:y e:000051 b:---- l:y CFUNC b:---- :to_sCFUNC - :map!c:0002 -p:0140 s:0012 c:0007 e:000010 p:0019 s:0048 l:y e:000047 b:0001 l:n METHODb:---- /app/app.rb:24BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] [FINISH] - -c:0001 p:---- c:0006 s:0003 p:0027 e:000002 s:0042 e:000041 l:y l:y b:---- b:0001 DUMMY METHOD [FINISH] :228 - - -c:0005 p:0166 -- Ruby level backtrace information ---------------------------------------- -s:0036 /app/app.rb:24:in 'call' -e:000035 /app/app.rb:24:in 'to_s' -l:y -b:0001 -- Threading information --------------------------------------------------- -METHODTotal ractor count: 1 - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243Ruby thread count for this ractor: 5 - - --- C level backtrace information ------------------------------------------- -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'b' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3136000 RBP: 0x0000754dd23c34e0 RSP: 0x0000754db4012d70 - RAX: 0x0000754db3f12d28 RBX: 0x0000754db3e13258 RCX: 0x0000754df6987600 - RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000754dd23c3490 - R8: 0x0000754dd23c34a9 R9: 0x0000754db4012b38 R10: 0x0000000000000000 - R11: 0x0000754db4012b40 R12: 0x0000754daba1b550 R13: 0x0000754db3f12d60 - R14: 0x0000000055550083 R15: 0x0000754df696e628 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000754dd3135af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3135af4 RBP: 0x0000754db15e3540 RSP: 0x0000754db46161d8 - RAX: 0x0000754dd3135af4 RBX: 0x0000754db4515ee8 RCX: 0x0000754db4515ee8 - RDX: 0x0000754db4416140 RDI: 0x0000754da9c1b050 RSI: 0x0000754db4515eb0 - R8: 0x0000754db4515eb0 R9: 0x0000754db188ef68 R10: 0x0000754df68edf50 - R11: 0x0000000000000005 R12: 0x0000754da9c1b050 R13: 0x0000000000000024 - R14: 0x0000754db15e3550 R15: 0x0000754db4515ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ABRT received in SEGV handler -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:---- s:0037 e:000036 l:y b:---- CFUNC :sub -c:0004 p:0012 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/bundled_gems.rb:98 -c:0003 p:0009 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:57 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:57:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98:in 'warning?' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98:in 'sub' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (821) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... - -thread '' (796) panicked at ./yjit/src/asm/mod.rs:525:25: -index out of bounds: the len is 0 but the index is 0 -stack backtrace: -ERROR: Iodine caught an unprotected exception - TypeError: no implicit conversion of Hash into Integer -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (120) crashed. Respawning worker. -ERROR: Child worker (84) crashed. Respawning worker. -ERROR: Child worker (71) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Segmentation fault at 0x0000754dd3139016 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0000 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3139016 RBP: 0x0000754daf1e9318 RSP: 0x0000754db2606178 - RAX: 0x0000754dd3139016 RBX: 0x0000000000000000 RCX: 0x0000754df7808128 - RDX: 0x0000000000000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - RDI: 0x0000754db081b550ERROR: - - RSI: 0x0000754db2505e78 - R8: 0x0000754daf200000 R9: 0x0000754db2406119 R10: 0x0000754db2505e78 - R11: 0x0000754dd2cb9fe0 R12: 0x0000754db081b550 R13: 0x0000754db2505eb0 - R14: 0x0000754daf1e9330 R15: 0x0000754db2505ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000754dd313cbec -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313cbec RBP: 0x0000000000000001 RSP: 0x0000754db82343c0 - RAX: 0x0000754db18e73c0 RBX: 0x0000754db8034120 RCX: 0x0000000000000000 - RDX: 0x0000754df6a52000 RDI: 0x0000754db18e73c0 RSI: 0x0000754db18e73c0 - R8: 0x0000000000000000 R9: 0x0000754df6a69080 R10: 0x0000000000000005 - R11: 0x0000000000b513c0 R12: 0x0000754d9f61b7d0 R13: 0x0000754db8133ee8 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/app.rb:20: [BUG] Segmentation fault at 0x0000754dd313f8fa -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0106 s:0013 e:000010 l:y b:0001 METHOD /app/app.rb:20 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:20:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313f8fa RBP: 0x0000000000000001 RSP: 0x0000754db521c460 - RAX: 0x0000754dd2334448 RBX: 0x0000754db501c068 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000754dd2334448 RSI: 0x0000754db18e78c0 - R8: 0x0000754da8424900 R9: 0x0000754da840b3c0 R10: 0x0000754db18e73b0 - R11: 0x0000754dd23b25a0 R12: 0x0000754da841b550 R13: 0x0000754db511bf90 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x00000000000073bc -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df75029db RBP: 0x000000000000000a RSP: 0x0000754dbd65de90 - RAX: 0x000000000000736c RBX: 0x0000754dd23c1438 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x0000754dd23c1438 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000754df6a69080 R10: 0x0000754df6bfec00 - R11: 0x0000754dd23ab048 R12: 0x0000754dd23c13e8 R13: 0x000000000000000a - R14: 0x0000754dd23c1438 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84: [BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -c:0009 p:---- s:0061 e:000060 l:y b:---- CFUNC :[]= -c:0008 p:0060 s:0055 e:000053 l:n b:---- /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:249: [BUG] vm_get_cref: unreachableERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: - -Crashed while printing bug report -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255: [BUG] Segmentation fault at 0x0000754dd31389d7 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0013 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255:in 'unescape' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd31389d7 RBP: 0x0000754dd23c2fe0 RSP: 0x0000754dbce59cf0 - RAX: 0x0000754df686d170 RBX: 0x0000754dbcc5a1f0 RCX: 0x0000754dbcc5a1e8 - RDX: 0x0000000000000000 RDI: 0x0000754dd23c2fb8 RSI: 0x0000754df686d170 - R8: 0x0000754dbcc5a179 R9: 0x0000754df698b1b0 R10: 0x0000754d90c1b550 - R11: 0x0000754dd23aaf08 R12: 0x0000754d90c1b550 R13: 0x0000754dbcd59dd0 - R14: 0x0000000055550083 R15: 0x0000754df696e628 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -e:000035 ERROR: - -l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c:0001 ERROR: - -p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ruby: YJIT has panicked. More info to follow... - -thread '' (916) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' --- Control frame information ----------------------------------------------- -ERROR: - -SEGV received in SEGV handler -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -ABRT received in SEGV handler - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df7689ea9 RBP: 0x0000754df697f518 RSP: 0x0000754dbe666700 - RAX: 0x0000754db18e9e30 RBX: 0x0000000000000000 RCX: 0x0000000000000cd1 - RDX: 0x0000000000000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ruby: YJIT has panicked. More info to follow... -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -thread '' (40) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1037 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (740) crashed. Respawning worker. -ERROR: Child worker (577) crashed. Respawning worker. -ERROR: Child worker (463) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:88: [BUG] Segmentation fault at 0x00000000000051d4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -p:---- ABRT received in SEGV handler -ERROR: - -s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:37: [BUG] Segmentation fault at 0x0000754dd3135bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3135bce RBP: 0x0000754d8597f540 RSP: 0x0000754dc0073258 - RAX: 0x0000754dd3135bce RBX: 0x0000754dbff72ee8 RCX: 0x0000754dbff72ee8 - RDX: 0x0000754dbfe73140 RDI: 0x0000754d8641b050 RSI: 0x0000754dbff72eb0 - R8: 0x0000754dbff72eb0 R9: 0x0000754db188f008 R10: 0x0000754df68edf50 - R11: 0x0000000000000005 R12: 0x0000754d8641b050 R13: 0x0000000000000024 - R14: 0x0000754d8597f550 R15: 0x0000754dbff72ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000754dd313a000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [FINISH]ERROR: - - - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3139ffe RBP: 0x0000000000000001 RSP: 0x0000754db4c19460 - RAX: 0x0000754dd23ba980 RBX: 0x0000754db4a19120 RCX: 0x0000000000000005 - RDX: 0x0000754df6a52000 RDI: 0x0000754db18e7ac8 RSI: 0x0000000000000005 - R8: 0x0000000000000000 R9: 0x0000754df6a69080 R10: 0x0000000000000005 - R11: 0x0000000000ba6c40 R12: 0x0000754da8a1b050 R13: 0x0000754db4b18ee8 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -INFO: 1043 is running. -ERROR: - -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:---- s:0037 e:000036 l:y b:---- CFUNC :sub -c:0004 p:0012 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/bundled_gems.rb:98 -c:0003 p:0009 s:0017 e:000016 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -l:n ERROR: - -b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:57 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:57:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98:in 'warning?' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98:in 'sub' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -# terminated with exception (report_on_exception is true): -ERROR: (Iodine) response body not a String - -[BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - -SEGV received in SEGV handler --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df78125ea RBP: 0x0000754dd2c13848 RSP: 0x0000754dbfa70c10 - RAX: 0x0000000000000004 RBX: 0x00000000000020d1ABRT received in SEGV handler - RCX: 0x00000000ffffffff - RDX: 0x0000754df6a52000 RDI: 0x0000754dd23b7a50 RSI: 0x0000754db1873150 - R8: 0x0000754db1873150 R9: 0x000000000000009d R10: 0x0000000000000000 - R11: 0x0000754d893ff6c0 R12: 0x0000754dbfa70cb8 R13: 0x0000000000000001 - R14: 0x0000754d8821b2d0 R15: 0x0000754df697d3f8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df7689ea9 RBP: 0x0000000000000000 RSP: 0x0000754db6c297a0 - RAX: 0x0000754df7ab7ace RBX: 0x65725f6f69006b63 RCX: 0x0000000054534f50 - RDX: 0x0000000000008008 RDI: 0x0000754dd23382f0 RSI: 0x0000754dd23382f0 - R8: 0x0000754ddb1a47f0 R9: 0x0000754df6a69080 R10: 0x0000000000004850 - R11: 0x80007577175d0be4 R12: 0x0000754ddb1a4890SEGV received in SEGV handler -ABRT received in SEGV handler - R13: 0x0000754dd232e340ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -Ruby thread count for this ractor: 5 -ERROR: - - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ruby: YJIT has panicked. More info to follow... -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -thread '' (632) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -stack backtrace: -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (10) crashed. Respawning worker. -ERROR: Child worker (668) crashed. Respawning worker. -ERROR: Child worker (640) crashed. Respawning worker. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1046 is running. -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000754dd313b019 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313b019 RBP: 0x0000754dd23c3328 RSP: 0x0000754dc0072d70 - RAX: 0x0000754dd23c3210 RBX: 0x0000754dbfe73258 RCX: 0x0000000000000061 - RDX: 0x0000000000000002 RDI: 0x0000754df698b1b0 RSI: 0x0000754dd23c3210 - R8: 0x0000754dd23c3198 R9: 0x0000754df6a69080 R10: 0x0000754df7e36ac0 - R11: 0x00000000077fcab0 R12: 0x0000754d86a1b2d0 R13: 0x0000754dbff72d60 - R14: 0x0000000055550083 R15: 0x0000754df696e628 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000754dd3138639 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3138639 RBP: 0x0000754db15e24a0 RSP: 0x0000754db68272e0 - RAX: 0x0000754dd30c3000 RBX: 0x0000754db6627140 RCX: 0x0000754db6726ee8 - RDX: 0x0000754db6627140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000754db6726eb0 R9: 0x0000754db188f008 R10: 0x0000000000000014 - R11: 0x0000754ddd215f00 R12: 0x0000754da381b2d0 R13: 0x0000754db6726eb0 - R14: 0x0000754db15e24b0 R15: 0x0000754db6726ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77: [BUG] Segmentation fault at 0x0000754dd313b814 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --- Control frame information ----------------------------------------------- -c:0008 p:0006 s:0054 e:000053 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77 -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -METHODERROR: - - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -DUMMY [FINISH]ERROR: - - - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77:in 'block in parse_query' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313b814 RBP: 0x0000754dd253c518 RSP: 0x0000754dc0274200 - RAX: 0x0000754dc00740c8 RBX: 0x0000754dc00741b0 RCX: 0x0000754df696d7a0 - RDX: 0x0000000000000000 RDI: 0x0000754db188e2e8 RSI: 0x0000000000000004 - R8: 0x0000000000000004 R9: 0x00000000000000f6 R10: 0x0000754dc0274110 - R11: 0x0000754db18eecb0 R12: 0x0000754d85e1b050 R13: 0x0000754dc0173e40 - R14: 0x0000754dd253c530 R15: 0x0000754dc0173ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/app.rb:13: [BUG] Segmentation fault at 0x0000754dd31396be -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd31396be RBP: 0x0000000000000001 RSP: 0x0000754db903b3d8 - RAX: 0x0000754dd31396be RBX: 0x0000000000000000 RCX: 0x0000754df7808128 - RDX: 0x0000000000000000 RDI: 0x0000754d9c61b550 RSI: 0x0000754db8f3af90 - R8: 0x0000754db8f3af90 R9: 0x0000754dd2330780 R10: 0x0000754dd2330b90 - R11: 0x0000000000000006 R12: 0x0000754d9c61b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: Child worker (650) crashed. Respawning worker. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (677) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0: __rustc::rust_begin_unwind - at ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:ERROR: - -698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: coreERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -::ERROR: - -cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -2435ERROR: - -:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::ruby: YJIT has panicked. More info to follow... - -thread '' (178) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1053 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - at ERROR: - -/usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 14: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 15: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 16: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 17: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 18: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 19: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 20: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 21: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 22: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 23: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 24: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 25: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 26: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:38: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash��Z -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/app.rb:19: [BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0086 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:19 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:19:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df77f4b99 RBP: 0x00000d4100100001 RSP: 0x0000754dbf26b720 - RAX: 0x0000754db189aea8 RBX: 0x0000000000000010 RCX: 0x0000754ddd2bd600 - RDX: 0x0000000000000004 RDI: 0x0000754df681b910 RSI: 0x0000754db189aea8 - R8: 0x000000000000007f R9: 0x0000000000000354 R10: 0x0000000000000000 - R11: 0x0000754d89fff6c0 R12: 0x0000754dbf26bd80 R13: 0x0000754db189b5b0 - R14: 0x0000754dbf26be50 R15: 0x0000000000000000 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df75029db RBP: 0x0000000000000001 RSP: 0x0000754dbf66e0f0 - RAX: 0x0000000000000000 RBX: 0x0000754dd23c56f0 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x0000754dd23c56f0 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000754df6a69080 R10: 0x0000754d88e87300 - R11: 0x0000000000000004 R12: 0x0000754dd23c5588 R13: 0x0000000000000001 - R14: 0x0000754dd23c56f0 R15: 0x0000754dd23b4960 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:37: [BUG] Segmentation fault at 0x0000754dd31385dd -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c:0005 ERROR: - -p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -p:0078 ERROR: - -s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' --- Threading information --------------------------------------------------- -ERROR: - -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd31385dd RBP: 0x0000754db03e22c0 RSP: 0x0000754db360e1c0 - RAX: 0x0000754dd30c3000 RBX: 0x0000754db340e140 RCX: 0x0000754db350dee8 - RDX: 0x0000754db340e140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x0000754db350deb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000754ddd215f00 R12: 0x0000754dade1b7d0 R13: 0x0000754db350deb0 - R14: 0x0000754db03e22d0 R15: 0x0000754db350dee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ruby: YJIT has panicked. More info to follow... - -thread '' (596) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ERROR: Child worker (369) crashed. Respawning worker. -ERROR: Child worker (427) crashed. Respawning worker. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -Crashed while printing bug report -ERROR: - -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ruby: YJIT has panicked. More info to follow... -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x000000000000001c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -thread '' (587) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ERROR: - -c:0009 p:0000 stack backtrace: -s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [FINISH]ERROR: - - -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -s:0018 ERROR: - -e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/app.rb:18:in 'call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3135c12 RBP: 0x0000754dd23c3440 RSP: 0x0000754db9e41e10 - RAX: 0x0000754dd3135bff RBX: 0x0000754d9a21b7d0 RCX: 0x0000000000000001 - RDX: 0x0000754dd24be180 RDI: 0x0000000000000014 RSI: 0x0000000000000014 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - R8: 0x000000001cc2f448ERROR: - - R9: 0x0000000000000001 R10: 0x0000000000000001 - R11: 0x0000000000000000 R12: 0x0000000000000014 R13: 0x0000000000000014 - R14: 0x0000000055550083 R15: 0x0000754df696e628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1062 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: Child worker (553) crashed. Respawning worker. -ERROR: - -ERROR: Child worker (140) crashed. Respawning worker. -ERROR: Child worker (704) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -# terminated with exception (report_on_exception is true): -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:249: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0006 s:0042 e:000039 l:n b:---- RESCUE /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:249 -c:0005 p:0167 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:222 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:222:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:249:in 'rescue in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df77982f7 RBP: 0x0000000000000000 RSP: 0x0000754db561e178 - RAX: 0x0000000000000010 RBX: 0x0000754df697fab8 RCX: 0x000000000000000a - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000008d - R8: 0x000000000000d121SEGV received in SEGV handler - R9: 0x000000000000008d R10: 0x0000754db561e1a0 - R11: 0x0000000000000004 R12: 0x000000000000008d R13: 0x0000754df697df38 - R14: 0x0000754db561e1a0 R15: 0x0000754db18e9e40 EFL: 0x0000000000010202ABRT received in SEGV handler - - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1067 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHODruby: YJIT has panicked. More info to follow... - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- - -thread '' (960) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ -stack backtrace: - RIP: 0x0000754df75029db RBP: 0x0000000000000001 RSP: 0x0000754dbfa6fdf0 - RAX: 0x0000000000000000 RBX: 0x0000754dd23c3878 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x0000754dd23c3878 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000754df6a69080 R10: 0x0000754df6bfec00 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - R11: 0x0000754dd23ab1d8ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - R12: 0x0000754dd23c3850ERROR: - - R13: 0x0000000000000001 - R14: 0x0000754dd23c3878 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (244) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (859) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -INFO: 1072 is running. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df7689ea9 RBP: 0x0000754db18efe58 RSP: 0x0000754dc0e7ad30 - RAX: 0x0000754df697ec70 RBX: 0x20736e6961746e6f RCX: 0x0000754df6a34000 - RDX: 0x0000754df6a204b0 RDI: 0x0000754df694a7a0 RSI: 0x0000754df697e6b8 - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000754d857ff6c0 R12: 0x0000754daa81b7d0 R13: 0x0000754df7abfa1f - R14: 0x0000000000000000 R15: 0x0000754dc0e7a8a0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -SEGV received in SEGV handler -ERROR: - -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/app.rb:13: [BUG] Segmentation fault at 0x0000754dd3139588 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 0l:y : b:---- DUMMY __rustc:: [FINISH]rust_begin_unwind - - - at -- Ruby level backtrace information ---------------------------------------- -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs/app/app.rb:13:in 'call' -: -698-- Threading information --------------------------------------------------- -:Total ractor count: 1 -5 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3139588 RBP: 0x0000000000000001 RSP: 0x0000754db561e478 - RAX: 0x0000754dd3139588 RBX: 0x0000000000000000 RCX: 0x0000754df78081281: -core RDX: 0x0000000000000000:: RDI: 0x0000754da781b550panicking RSI: 0x0000754db551df90::panic_fmt - - R8: 0x0000754db551df90 at R9: 0x0000754dd2330780/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs R10: 0x0000754dd2330b90: -75 R11: 0x0000000000000006: R12: 0x0000754da781b55014 - R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 3ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -: coreERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -::ERROR: - -cellERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -::ERROR: - -panic_already_borrowed::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -do_panic -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rsERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:2435ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:9ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 4ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -: coreERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -::cell::panic_already_borrowed - at ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -178ERROR: - -:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -9ERROR: - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 5ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -: coreERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -::ERROR: - -cell::RefCellERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -::borrow_mut -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rsERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:1090ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:ERROR: - -25 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 6ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -: ERROR: - -yjit::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -virtualmem::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -VirtualMemoryERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -::write_byte -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - at /usr/src/ruby/yjit/src/virtualmem.rsERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:ERROR: - -176:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -40ERROR: - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - -7: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -yjitERROR: - -::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -:37: [BUG] Segmentation fault at 0x0000754dd31385ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd31385ed RBP: 0x0000754db15b2ee0 RSP: 0x0000754dc0274240 - RAX: 0x0000754dd30c3000 RBX: 0x0000754dc0074140 RCX: 0x0000754dc0173ee8 - RDX: 0x0000754dc0074140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000754dc0173eb0 R9: 0x0000754db188f008 R10: 0x0000754df68edf50 - R11: 0x0000754ddd215f00 R12: 0x0000754d8701b7d0 R13: 0x0000754dc0173eb0 - R14: 0x0000754db15b2ef0 R15: 0x0000754dc0173ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/src/ruby/yjit/src/backend/x86_64/mod.rsERROR: - -:887:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -30 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 10ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -: ERROR: - -yjit::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -backendERROR: - -::irERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -::AssemblerERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -::ERROR: - -compile -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - at /usr/src/ruby/yjit/src/backend/ir.rs:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -1630:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -SEGV received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -Crashed while printing bug report -ERROR: - -[BUG] Aborted at 0x0000000000000138 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 - 16: yjit::codegen::gen_expandarray - 17: yjit::codegen::gen_single_block -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - at ERROR: - -/usr/src/ruby/yjit/src/codegen.rs:1398ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:ERROR: - -22 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 18: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -yjit::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -core::gen_block_series_bodyERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - - at /usr/src/ruby/yjit/src/core.rs:3109:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -23 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 19: yjit::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -coreERROR: - -::gen_block_seriesERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - - at /usr/src/ruby/yjit/src/core.rsERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:3087:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -20: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -yjitERROR: - -::coreERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -::branch_stub_hit_bodyERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - - at ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/src/ruby/yjit/src/core.rs:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -3632ERROR: - -:17ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 21ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -: yjitERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -::coreERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -::branch_stub_hitERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -::{ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 22: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 23: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 24: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:145:5 - 25: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 26: std::panic 3: yjit::asm::CodeBlock::addrs_to_pages - at /usr/src/ruby/yjit/src/asm/mod.rs:439:9 -::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 27: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 28: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rsERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:ERROR: - -3513:SEGV received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84: [BUG] ABRT received in SEGV handler -Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:---- s:0061 e:000060 l:y b:---- CFUNC ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -9ERROR: - - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 29ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] Aborted at 0x0000000000000249ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 4: yjit::core::add_block_version - at /usr/src/ruby/yjit/src/core.rs:2380:20 - 5: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3113:14 - 6: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 7: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 8: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 9: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs :1075: :yjit14:: -core::branch_stub_hit::{{ closure } }2 -: at core/usr/src/ruby/yjit/src/core.rs:::cell3514:::panic_already_borrowed13:: -do_panic:: runtime -11 at : /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rsstd:::173panicking:::21catch_unwind -::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs : 5903:: 40core -::cell :: panic_already_borrowed12::: do_panicstd -:: at panicking/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:::catch_unwind2435 -: at 9/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs -:553 : 19 -4 : core13::: cellstd::::panic_already_borrowedpanic -:: at catch_unwind/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs -: at 178/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs::9359 -:14 - 14: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 15: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 16: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/usr/local/lib/ruby/4.0.0/uri/common.rb:431: [BUG] YJIT: panicked at ./yjit/src/asm/mod.rs:439:9: -assertion failed: start_addr.raw_addr(self) <= end_addr.raw_addr(self) -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0011 p:0013 s:0069 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000750033313d61 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -s:0048 ERROR: - -e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -l:y ERROR: - -b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 10l:y : b:0001 METHODyjit /app/app.rb:18:: [FINISH]backend -::c:0001 x86_64p:---- ::s:0003 e:000002 ::/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -x86_emit/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' - - at /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -/usr/src/ruby/yjit/src/backend/x86_64/mod.rs:228:in 'each' -:/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -638:/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' -21 - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df7769095 RBP: 0x0000000000000004 RSP: 0x0000754dc06762a0 - RAX: 0x0000754df7769095 RBX: 0x0000750033313d61ABRT received in SEGV handler - RCX: 0x0000750033313d5eERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - - RDX: 0x0000754df7b07f20 RDI: 0x0000754df6b6f000 RSI: 0x0000000000000004 - R8: 0xffffffffffffffff R9: 0x0000754df6a69080 R10: 0x0000000000000001 - R11: 0x0000000007db9e60 R12: 0x0000754df6b6f000 R13: 0x0000000000000000 - R14: 0x0000750033313d65 R15: 0x0000754df684c538 EFL: 0x0000000000010207 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::backend::x86_64::::compile_with_regs - at ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/src/ruby/yjit/src/backend/x86_64/mod.rsERROR: - -:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -thread '' (868) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::movabs - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1080:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 10: yjit::backend::x86_64::::x86_emit -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - at ERROR: - -/usr/src/ruby/yjit/src/backend/x86_64/mod.rs:632:25 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 13: yjit::core::regenerate_branch - at /usr/src/ruby/yjit/src/core.rs:3457:9 - 14: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3660:13 - 15: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 16: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs: 1062 :1415 -: yjit::core::gen_entry_point_body - at 17/usr/src/ruby/yjit/src/core.rs: :yjit3235:::core35:: -branch_stub_hit :: {15{: closureyjit}::}core -:: at gen_entry_point -/usr/src/ruby/yjit/src/core.rs at :/usr/src/ruby/yjit/src/core.rs3514::322513: -20 - 18: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 19: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 20: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 21: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 22: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 23: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed/adaptersshb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254: [BUG] Aborted at 0x0000000000000364 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1082 is running. - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -ERROR: Child worker (613) crashed. Respawning worker. -ERROR: Child worker (320) crashed. Respawning worker. -ERROR: Child worker (349) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rsERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:178:9 - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: jit_exec - at /usr/src/ruby/vm.c:567:30 - 22: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 23: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 24: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 25: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 26: rb_protect - at /usr/src/ruby/eval.c:1127:19 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'bytesize' for an instance of Array -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:225:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 8: yjit::backend::x86_64::::x86_emitERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -[BUG] object allocation during garbage collection phase9 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -: yjit::backend::x86_64-- Control frame information ----------------------------------------------- -:: [FINISH]:: -compile_with_regs - - at -/usr/src/ruby/yjit/src/backend/x86_64/mod.rs-- Threading information --------------------------------------------------- -:Total ractor count: 1 -887Ruby thread count for this ractor: 5 -: -30-- C level backtrace information ------------------------------------------- - -ERROR: - - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 -ERROR: - - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1088 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 16: yjit::codegen::jit_guard_known_klass - at /usr/src/ruby/yjit/src/codegen.rs:5083:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (1020) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 17: yjit::codegen::gen_send_general - at ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/src/ruby/yjit/src/codegen.rs:ERROR: - -511:23 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 18: yjit::codegenERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -::ERROR: - -gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -18ERROR: - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 23: yjit::coreERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -::ERROR: - -branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -15ERROR: - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:0008 s:0032 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:227: [BUG] Segmentation fault at 0x0000754dd313d000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0031 s:0042 e:000041 l:y b:0001 METHOD :227 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHODERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243ERROR: - - -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c:0001 ERROR: - -p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:227:in 'each' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313d000 RBP: 0x0000000000000001 RSP: 0x0000754db501b3c0 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - RAX: 0x0000754db4f1af00ERROR: - - RBX: 0x0000754db4e1b150 RCX: 0x0000754db4e1b1f8 - RDX: 0x0000754dd23ab048 RDI: 0x4000000000000001 RSI: 0x0000754dd23c8080 - R8: 0x0000000000002001 R9: 0x0000000000000004 R10: 0x0000000000000001 - R11: 0x00000000006143d8 R12: 0x0000754da7e1b050 R13: 0x0000754db4f1aeb0 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010216 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/app.rb:13: [BUG] Segmentation fault at 0x000000008600051c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -c:0003 p:---- s:0017 e:000016 l:y b:---- CFUNC :[] -c:0002 p:0008 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in '[]' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df77089f1 RBP: 0x0000000086000504 RSP: 0x0000754dc0a781c0 - RAX: 0x00000000ffffffff RBX: 0x0000754dd2c19f18 RCX: 0x0000754df770e010 - RDX: 0x0000000000000005 RDI: 0x0000754dd23b4a00 RSI: 0x0000000086000504 - R8: 0x0000754dc0878068 R9: 0x0000754dc0878060 R10: 0x0000754ddd1a3dc0 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - R11: 0x0000000000000006ERROR: - - R12: 0x0000754dd23b4a00 R13: 0x0000000000000001 - R14: 0x0000000055550083 R15: 0x0000754df696ade8 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cellERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -::ERROR: - -panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -: yjitERROR: - -::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 27: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 28: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 29: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 30: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (50) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: Child worker (968) crashed. Respawning worker. - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 -ERROR: - - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 31: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 32: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 33: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 34: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 35: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 -ERROR: - - 36: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 37: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 38: http1_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736:3 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1092 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 14: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 15: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2468:20 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 16: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 19: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 20: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 21: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 39: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 -ERROR: - - 40: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 41: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 42: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 43: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 44: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 45: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 46: thread_do_start - at /usr/src/ruby/thread.c:651:19 - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -47: ERROR: - -thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 48: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 49: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -l:y ERROR: - -b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 22: yjit::core::branch_stub_hit::{{closure}ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -}ERROR: - - - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 23: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 24: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 25ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -: ERROR: - -std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 26: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 27: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 28: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:38: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershashERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: - -Crashed while printing bug report -:38: [BUG] Aborted at 0x0000000000000394 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000001000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0019 s:0049 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [FINISH]ERROR: - - -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHODERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103ERROR: - - -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -ERROR: - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df77982f7 RBP: 0x0000000000000000 RSP: 0x0000754dc127be98 - RAX: 0x0000000000001000 RBX: 0x0000754db1894828 RCX: 0x0000754dc117be91 - RDX: 0x0000000000000100 RDI: 0x0000000000000000 RSI: 0x000000000000035a - R8: 0x000000000000e121 R9: 0x000000000000035a R10: 0x0000754dc127bec0 - R11: 0x0000000000000002 R12: 0x00000000000035af R13: 0x0000000000000001 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - R14: 0x0000754dc127bec0ERROR: - - R15: 0x0000754db1894828 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (206) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: Child worker (101) crashed. Respawning worker. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -SEGV received in SEGV handler -ERROR: - -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - ERROR: - - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rsERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:ERROR: - -178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: (1092) detected exit signal. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 10 : yjit ::11backend: ::x86_64yjit::::::::irx86_emit:: -Assembler at >::/usr/src/ruby/yjit/src/backend/x86_64/mod.rsx86_emit: -638 at :21 -/usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/app.rb:13: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:---- s:0019 e:000018 l:y b:---- CFUNC :== -c:0003 p:---- s:0016 e:000015 l:y b:---- CFUNC :include? -c:0002 p:0010 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in 'include?' -/app/app.rb:13:in '==' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df77982f7 RBP: 0x0000754dbfe720f8 RSP: 0x0000754dbfe72078 - RAX: 0x0000000000000010 RBX: 0x0000754db1894760 RCX: 0x0000000000000cd1 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000009d - R8: 0x000000000000e121 R9: 0x000000000000009d R10: 0x0000754dbfe720a0 - R11: 0x0000000000000000 R12: 0x000000000000009d R13: 0x0000754ddb0f5b38 - R14: 0x0000754dbfe720a0 R15: 0x0000754db1894760 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: - - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1097 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3138639] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -ERROR: - - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb -ERROR: - - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d96b98000-754d96d80000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d96d80000-754d99c00000 rw-p 00000000 00:00 0 -754d99c78000-754d9b57f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9b57f000-754d9b7ff000 rw-p 00000000 00:00 0 -754d9b7ff000-754d9b800000 ---p 00000000 00:00 0 -754d9b800000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 0000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 ERROR: - -0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 ERROR: - - -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0040000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rwERROR: - --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_tERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -hread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [aERROR: - -non:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_tERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -hread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_ERROR: Child worker (1043) crashed. Respawning worker. -body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 52ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -93137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 0ERROR: - -0002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755b779a0000-755b779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 -ERROR: - - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2572:57 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ruby: YJIT has panicked. More info to follow... -ruby: YJIT has panicked. More info to follow... -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -thread '' (1062) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -stdERROR: - -::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -[BUG] ERROR: - -YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0005 s:0041 e:000039 l:y b:0001 METHOD5 :37: -core::c:0005 cellp:0010 ::s:0031 RefCellERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -b:0001 ::METHODborrow_mut /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 - - at c:0004 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rsp:0006 :s:0026 1090e:000025 :l:y 25 -b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -6: c:0003 yjitp:0017 ::s:0018 virtualmeme:000017 ::l:y VirtualMemory /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:: -write_byte - at c:0002 /usr/src/ruby/yjit/src/virtualmem.rsp:0078 :s:0011 176e:000010 :l:y 40b:0001 METHOD - /app/app.rb:18 [FINISH] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c:0001 p:---- ERROR: - -s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1104 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd31385ed] - --- Other runtime information ----------------------------------------------- - - * Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - - * Ruby Box: disabled -8: * Loaded features: - -yjit:: 0 enumerator.so -backend 1 thread.rb -:: 2 fiber.so -x86_64:: 3 rational.so - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -::x86_emit 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - - at 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -/usr/src/ruby/yjit/src/backend/x86_64/mod.rs 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -: 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -638 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -: 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb -21 - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d86618000-754d86800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d86800000-754d89a00000 rw-p 00000000 00:00 0 -754d89a78000-754d8b37f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8b37f000-754d8b5ff000 rw-p 00000000 00:00 0 -754d8b5ff000-754d8b600000 ---p 00000000 00:00 0 -754d8b600000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [aERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -non:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nERROR: - -t_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 rw-p 00000000 00:00 0 -754dbe868000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 ERROR: - - /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7566779a0000-7566779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 -ERROR: - - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 -ERROR: - - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: vm_exec_core - at /usr/src/ruby/insns.def:905:5 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 -ERROR: - - 24: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 25: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 26: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 27: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 16: yjit::codegen::gen_invokeblock_specialized - at /usr/src/ruby/yjit/src/codegen.rs:9668:9 - 17: yjit::codegen::gen_invokeblock - at /usr/src/ruby/yjit/src/codegen.rs:9613:27 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 18: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 19: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 20: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 21: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 28: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 29: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 30: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 31: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 32: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 33: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 34: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: - -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (312) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 22: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 23: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 24: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 25: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 26: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 27: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 28: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 29: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 30: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0030 s:0050 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ruby: YJIT has panicked. More info to follow... -ERROR: - - -thread '' (339) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 -stack backtrace: -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - TypeError: no implicit conversion of Iodine::Base::RackIO into String -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in 'Regexp#match?' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in 'URI._decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'URI.decode_www_form_component' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'Rack::QueryParser#unescape' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'Array#map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Array#each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -# terminated with exception (report_on_exception is true): -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1111 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: ERROR: - -[BUG] Segmentation fault at 0x0000754dd313b2c5 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313b2c5 RBP: 0x0000754dd253c518 RSP: 0x0000754dc167e160 - RAX: 0x0000754db18eeaa8 RBX: 0x0000754dc147e180 RCX: 0x0000000000000000 - RDX: 0x0000754df6a52000 RDI: 0x0000754db18eeaa8 RSI: 0x0000754db18eeaa8 - R8: 0x0000000000000000 R9: 0x0000754df6a69080 R10: 0x0000000000000002 - R11: 0x0000000000000002 R12: 0x0000754d9481b2d0 R13: 0x0000754dc157de78 - R14: 0x0000754dd253c530 R15: 0x0000754dc157dee8 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -cellERROR: - -::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - ERROR: - - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: jit_exec - at /usr/src/ruby/vm.c:567:30 - 22: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 23: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 24: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 25: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 26: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd31386cb] - - -- Other runtime information ----------------------------------------------- - -0: __rustc::* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -rust_begin_unwind - -* Ruby Box: disabled - at * Loaded features: - -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs 0 enumerator.so -:698 1 thread.rb -:5 2 fiber.so - - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 1 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -: 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -core:: 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb -panicking:: 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb -panic_fmt 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - at 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs: 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -75: 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -14 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb -2: 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -core:: 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -panicking 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -::panic_bounds_check 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - - at 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -:271 30 /usr/local/lib/ruby/4.0.0/monitor.rb -:5 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -ERROR: - - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -ERROR: - - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb -ERROR: - - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -ERROR: - - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -ERROR: - - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 245 /usr/local/lib/ruby/4.0.0/uri.rb -ERROR: - - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -ERROR: - - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8d418000-754d8d600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d8d600000-754d8e000000 rw-p 00000000 00:00 0 -754d8e100000-754d90600000 rw-p 00000000 00:00 0 -754d90678000-754d91f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d91f7f000-754d921ff000 rw-p 00000000 00:00 0 -754d921ff000-754d92200000 ---p 00000000 00:00 0 -754d92200000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-7ERROR: - -54d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - ----p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b0 0000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754 3: >::index_mut - at 0-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/slice/index.rs000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00:000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daa273ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -d00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dERROR: - -:ab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw14-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 - 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -7 4: core::slice::index54dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa20000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db:: forERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - -[T104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_]stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ru>by:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 :: [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:index_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/slice/index.rs:30:1500 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754 -db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 5: 4db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chu nk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allas core::ops::index::IndexMutoc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 > [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:0::0 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -index_mut rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4ERROR: - - -b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_ at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/alloc/src/vec/mod.rs:3629:9 - stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ru6by:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 : [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:yjit00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f00::asm::CodeBlock::write_label - at 0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db/usr/src/ruby/yjit/src/asm/mod.rs571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread:_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -525ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db61240:00 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754d25b6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 000 -00000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -unk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f0 00 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754d27bb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threa: d_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:rb_ary_collect_bangRuby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 - at /usr/src/ruby/array.c:3801:9 - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00 28: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 12 - /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl .so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine29_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.: 0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 vm_sendish /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754 - at /usr/src/ruby/vm_insnhelper.c:6123:15 -dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -54ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00ERROR: - -000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_defauERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -lt_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/rubyERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -f7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7561f79a0000-7561f79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 30: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 31: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 32: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 33: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 7: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:505:24 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 8: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 9: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1115 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: (1115) detected exit signal. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -{ERROR: - -closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 10: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 12: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 13: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1123 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 14: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 15: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 16: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 17: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 18: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 19: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 20: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 21: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 22: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:38: [BUG] YJIT: panicked at ./yjit/src/asm/mod.rs:525:25: -index out of bounds: the len is 0 but the index is 0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0011 s:0042 e:000039 l:y b:0001 METHOD :38 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:38:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (528) crashed. Respawning worker. -ERROR: Child worker (1067) crashed. Respawning worker. -ERROR: Child worker (63) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (224) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 21: vm_exec_core - at /usr/src/ruby/insns.def:1146:5 - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 24: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0000 s:0054 e:000053 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77 -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77:in 'block in parse_query' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ruby: YJIT has panicked. More info to follow... -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -thread '' (401) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 5 -stack backtrace: -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 14: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 15: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 16: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 17: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2569:20 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -ERROR: - - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3250:17 - 23: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 24: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 25: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 26: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 27: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (732) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd313f8fa] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 4 complex.so -ERROR: - - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -ERROR: - - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb -ERROR: - - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -ERROR: - - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -ERROR: - - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -ERROR: - - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -ERROR: - - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -ERROR: - - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -ERROR: - - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -ERROR: - - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754da3218000-754da3400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754da3400000-754da6000000 rw-p 00000000 00:00 0 -754da6078000-754da797f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754da797f000-754da7bff000 rw-p 00000000 00:00 0 -754da7bff000-754da7c00000 ---p 00000000 00:00 0 -754da7c00000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf0ERROR: - -0000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadc90000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---ERROR: - -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 0000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -4ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/rERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -uby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -f69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 0ERROR: - -0000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -p 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd80ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7553379a0000-7553379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 28: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 29: vm_exec_core - at /usr/src/ruby/insns.def:905:5 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 30: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 31: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 32: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 33: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 34: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 35: rb_protect - at /usr/src/ruby/eval.c:1127:19 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: (1092) cleanup complete. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000754dd313d000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd313d000 RBP: 0x0000000000000001 RSP: 0x0000754db742d3c0 - RAX: 0x0000000000000000 RBX: 0x0000754db722d120 RCX: 0x0000000000000000 - RDX: 0x0000754df6a52000 RDI: 0x0000754db18eed28 RSI: 0x0000000000000004 - R8: 0x0000000000002001 R9: 0x0000754df6a69080 R10: 0x0000000000000005 - R11: 0x00000000015973a0 R12: 0x0000754da201b7d0 R13: 0x0000754db732cee8 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - ERROR: - - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -INFO: 1130 is running. -ERROR: - -INFO: (1130) detected exit signal. - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - ERROR: - - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 -ERROR: - - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 20: yjit::core::gen_block_series_body -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - at ERROR: - -/usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 36: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 37: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 38: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 39: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -INFO: (1130) cleanup complete. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 40: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 -ERROR: - - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -catch_unwindERROR: - -::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -359ERROR: - -:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - -31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -undefined method '_hijack' for class 'String' (NameError)/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77: [BUG] -YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c:0008 ERROR: - -p:0011 s:0054 e:000053 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77 -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -s:0036 ERROR: - -e:000035 l:y b:---- METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c:0001 ERROR: - -p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77:in 'block in parse_query' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (623) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: Child worker (1046) crashed. Respawning worker. -ERROR: - -ERROR: Child worker (868) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 41: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 42: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 43: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 44: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs :45219: :http1_parse12 - - at . /15vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h: :yjit924:::codegen14:: -jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 - 46: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 47: http1_on_data_first_time - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776:3 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 16: yjit::codegen::jit_guard_known_klass - at /usr/src/ruby/yjit/src/codegen.rs:5065:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - -17: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:511:23 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 48: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 49: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 50: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 51: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 52: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 53: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 54: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 55: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 56: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 57: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 58: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - - -- C level backtrace information ------------------------------------------- - 18: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -ERROR: - - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -[BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --- Control frame information ----------------------------------------------- -c:0012 p:0034 s:0078 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd313d04c] - --- Other runtime information ----------------------------------------------- - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 - -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -* Ruby Box: disabled -* Loaded features: - -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd31385ed] - 0 enumerator.so - - 1 thread.rb --- Other runtime information ----------------------------------------------- - - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 6 ruby2_keywords.rb - - 7 set.rb -* Ruby Box: disabled - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -* Loaded features: - - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 0 enumerator.so - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 1 thread.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 2 fiber.so - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 3 rational.so - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 4 complex.so - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 5 pathname.so - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 6 ruby2_keywords.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 7 set.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 230 /app/app.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -* Process memory map: - - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8a218000-754d8a400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d8a400000-754d8d000000 rw-p 00000000 00:00 0 -754d8d078000-754d8e97f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8e97f000-754d8ebff000 rw-p 00000000 00:00 0 -754d8ebff000-754d8ec00000 ---p 00000000 00:00 0 -754d8ec00000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -75* Process memory map: - -4d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-ERROR: - -754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 000005efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d85a18000-754d85c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d85c00000-754d88e00000 rw-p 00000000 00:00 0 -754d88e78000-754d8a77f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8a77f000-754d8a9ff000 rw-p 00000000 00:00 0 -754d8a9ff000-754d8aa00000 ---p 00000000 00:00 0 -754d8aa00000-754d8b200000 rw-p 00000000 00:00 0 -754d8b200000-754d8b600000 rw-p 00000000 00:00 0 -754d8b6ff000-754d8b700000 ---p 00000000 00:00 0 -754d8b700000-754d8b800000 rw-p 00000000 00:00 0 -75000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 4d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf0000:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d0 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00009b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-750000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 4d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 0000000 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 0000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea000900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p00-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f60 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:0:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -75400 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754dad91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-71400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-75454d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 0000000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 00 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 - -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e0000000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 0-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a0000000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:0976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-750 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da74d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754drw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 000000a8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 --00 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a8000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -700-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b4054daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 0000000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:000000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 -p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 --p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da130000:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -75000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 004db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:0754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1240000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -750 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da34db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754d00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 a40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 --5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754-p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_al 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -7locate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db54da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b000001d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da77000 -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_00 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 000thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [00000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da95000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754d00000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754dab2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0a100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 0000nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4fack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Rubyf000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 004818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 :00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 0000000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_t_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 hread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [a[anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754non:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 0000000 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 r00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754dbw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6322d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 6000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:0000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 k_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:n---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6ft_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0tack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Rub [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 --y:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:0000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000ck_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby: rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 r] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_allocw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db481_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 8000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4[anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 k] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 000 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db99thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754d41000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:0b6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruck_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 by:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754db--p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732b04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 0000d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st0000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754ack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Rubydbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 k] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_allo [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00c_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00033000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chu00 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754dbnk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_all8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]oc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_ [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [ [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-7 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 0000054dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754d0 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000b8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allocstack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ru_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 by:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 r0 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:5w-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d46 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 3000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd2 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Rub22b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 2557294y:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 9 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:0239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754d /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /bb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunkusr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/li] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_allocb/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [ano [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 0000n:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-7540 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [andbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memok] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rwc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 0000 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [an00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 on:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_porw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 ol_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754dfERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.ERROR: - -so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7564379a0000-7564379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:37: [BUG] Segmentation fault at 0x0000754dd3138685 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754dd3138685 RBP: 0x0000754db15e2540 RSP: 0x0000754dc1c812e0 - RAX: 0x0000754dd30c3000 RBX: 0x0000754dc1a81140 RCX: 0x0000754dc1b80ee8 - RDX: 0x0000754dc1a81140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000754dc1b80eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000754ddd215f00 R12: 0x0000754d9181b7d0 R13: 0x0000754dc1b80eb0 - R14: 0x0000754db15e2550 R15: 0x0000754dc1b80ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 rw-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe969000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dbed6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6a000-754dbed6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6b000-754dbee6b000 rw-p 00000000 00:00 0 -754dbee6b000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -75ruby: YJIT has panicked. More info to follow... -4ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754dd -thread '' (1105) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -c001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5ERROR: - -293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7566f79a0000-7566f79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: Child worker (983) crashed. Respawning worker. -ERROR: - -WARNING: Child worker (1092) shutdown. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -WARNING: Child worker (1130) shutdown. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -INFO: 1135 is running. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -7: ERROR: - -yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 -ERROR: - - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2572:57 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash1 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (585) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (1072) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -INFO: 1138 is running. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --- Control frame information ----------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY ERROR: - - [FINISH] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3138685] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -ERROR: - - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1142 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3135bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -ERROR: - - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -ERROR: - - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d9aa18000-754d9ac00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d9ac00000-754d9d800000 rw-p 00000000 00:00 0 -754d9d878000-754d9f17f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9f17f000-754d9f3ff000 rw-p 00000000 00:00 0 -754d9f3ff000-754d9f400000 ---p 00000000 00:00 0 -754d9f400000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-7ERROR: - -54da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dERROR: - -ac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_ERROR: - -64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -b2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-75ERROR: - -4db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4ERROR: - -d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000ERROR: - --754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -[anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/localERROR: - -/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c100ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r-ERROR: - --p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df739ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -1000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711ERROR: Child worker (1027) crashed. Respawning worker. -001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linuxERROR: Child worker (215) crashed. Respawning worker. --gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_v:227: ERROR: - -clock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 [BUG] /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 0Segmentation fault at 0x0000754dd313d0000000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7558f79a0000-7558f79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - [vsyscall] --- Control frame information ----------------------------------------------- - - -c:0006 p:0031 s:0042 e:000041 l:y b:0001 METHOD :227 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:227:in 'each' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - RIP: 0x0000754dd313d000ERROR: - - RBP: 0x0000000000000001 RSP: 0x0000754db28073c0 - RAX: 0x0000754db2706f00 RBX: 0x0000754db2607150 RCX: 0x0000754db26071f8 - RDX: 0x0000754dd2cba418 RDI: 0x4000000000000001 RSI: 0x0000754dd2d09c48 - R8: 0x0000000000002001 R9: 0x0000000000000004 R10: 0x0000000000000001 - R11: 0x0000000008742018 R12: 0x0000754daf61b050 R13: 0x0000754db2706eb0 - R14: 0x0000000000000001 R15: 0x0000754dd2330780 EFL: 0x0000000000010216 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'bytesize' for an instance of Array -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:225:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -ERROR: - - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -ERROR: - - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -ERROR: - - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -ERROR: - - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8fc18000-754d8fe00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d8fe00000-754d92a00000 rw-p 00000000 00:00 0 -754d92a78000-754d9437f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9437f000-754d945ff000 rw-p 00000000 00:00 0 -754d945ff000-754d94600000 ---p 00000000 00:00 0 -754d94600000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 0ERROR: - -0:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -4da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 ERROR: - -rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dadERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dERROR: - -ade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-pERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c00ERROR: - -0-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rwERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617ERROR: - -000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_tERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -hread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 --ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [aERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -non:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:RubyERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/ERROR: - -socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anonERROR: - -:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poolERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-7ERROR: - -54ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memoryERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---pERROR: - - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df68ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -24000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5ERROR: - -293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usrERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/liERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -bcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7ERROR: - -3c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 2557289ERROR: - -0 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7560779a0000-7560779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -ERROR: - - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -ERROR: - - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -ERROR: - - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 220 /usr/local/lib/ruby/4.0.0/socket.rb -ERROR: - - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 247 /usr/local/lib/ruby/4.0.0/delegate.rb -ERROR: - - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8b600000-754d8e200000 rw-p 00000000 00:00 0 -754d8e278000-754d8fb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8fb7f000-754d8fdff000 rw-p 00000000 00:00 0 -754d8fdff000-754d8fe00000 ---p 00000000 00:00 0 -754d8fe00000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -a9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae3ERROR: - -00000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:0 0: 0 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2__rustc306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_::stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Rurust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 -by:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b00 0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db 1: core::panicking::panic_fmt - at 2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:R:uby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 75 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:14 - 2:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db39100: 00 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754dcoreb3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 000::00000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-75cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs4db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chu:nk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_all173:oc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 21 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 - 3: core:: [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00cell000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-7::54db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chpanic_already_borrowedunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_al::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - loc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 040000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00::00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db58200090 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db -5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754 ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_ca che] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f25000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 0 -0000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00 :56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:1765293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293:151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 40 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/li -b/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_pagERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -e_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754dfERROR: - -68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7563779a0000-7563779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -[BUG] Aborted at 0x0000000000000300 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 14: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 15: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2569:20 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 16: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -ERROR: - - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 19: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 20: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 21: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 22: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 23: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 24: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 25: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 26: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 27: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 28: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ABRT received in SEGV handler -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: (1115) cleanup complete. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000754d00313165 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (1082) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: Child worker (480) crashed. Respawning worker. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd313b271] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -ERROR: - - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -ERROR: - - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb -ERROR: - - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -ERROR: - - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -ERROR: - - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -ERROR: - - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -ERROR: - - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -ERROR: - - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -ERROR: - - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -ERROR: - - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8e418000-754d8e600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d8e600000-754d91200000 rw-p 00000000 00:00 0 -754d91278000-754d92b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d92b7f000-754d92dff000 rw-p 00000000 00:00 0 -754d92dff000-754d92e00000 ---p 00000000 00:00 0 -754d92e00000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -75ERROR: - -4d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-7ERROR: - -54d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00ERROR: - - 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_staERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ck_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754dbERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]ERROR: - - -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 ERROR: - - /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocateERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000ERROR: - -000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbERROR: - -b93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocatERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -e_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cdERROR: - -000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df68ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -2c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000ERROR: - - rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -r/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r-ERROR: - --p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7561779a0000-7561779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1146 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - -12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 14: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 15: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 16: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 17: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2468:20 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd313c312] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -19: 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -yjit 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -::codegen 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -:: 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -gen_single_block - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - at 30 /usr/local/lib/ruby/4.0.0/monitor.rb -/usr/src/ruby/yjit/src/codegen.rs 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -: 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -1398: 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb -22 - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -20 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -: 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -yjit:: 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb -core:: 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -gen_block_series_body 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - - at 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -/usr/src/ruby/yjit/src/core.rs 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb -: 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb -3109: 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -23 - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -21 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -: 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -yjit 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -:: 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -core:: 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -gen_block_series 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - at /usr/src/ruby/yjit/src/core.rs 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb -:3087 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb -: 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -18 - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -ERROR: - - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -22 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -: 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -yjit:: 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -core 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -ERROR: - -:: 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb -branch_stub_hit_body 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - at /usr/src/ruby/yjit/src/core.rs 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -: 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -3632 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -: 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -17 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb -ERROR: - - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -ERROR: - - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -ERROR: - - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -ERROR: - - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -ERROR: - - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754da5018000-754da5200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754da5200000-754da7e00000 rw-p 00000000 00:00 0 -754da7e78000-754da977f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754da977f000-754da99ff000 rw-p 00000000 00:00 0 -754da99ff000-754da9a00000 ---p 00000000 00:00 0 -754da9a00000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1270000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-75ERROR: - -4db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00ERROR: - -:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/libERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.ERROR: - -so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd23520ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocaERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -te_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fERROR: - -iber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:5ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -6 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.soERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/rubERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -y/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/locERROR: - -al/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-liERROR: - -nux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7551b79a0000-7551b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1151 is running. -INFO: (1151) detected exit signal. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0007 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -INFO: 1158 is running. -ERROR: - -INFO: (1158) detected exit signal. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -INFO: (1158) cleanup complete. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ruby: YJIT has panicked. More info to follow... - -thread '' (1004) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 -stack backtrace: -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - ERROR: - - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1155 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: Child worker (916) crashed. Respawning worker. -ERROR: - -WARNING: Child worker (1158) shutdown. Respawning worker. -ERROR: Child worker (876) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: jit_exec - at /usr/src/ruby/vm.c:567:30 - 22: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 23: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 24: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 25: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 26: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 27: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 28: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 -ERROR: - - 29: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 30: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 31: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 32: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 33: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowedERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ABRT received in SEGV handler -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -INFO: 1167 is running. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3138685] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d93218000-754d93400000 r--s 00000000 00:56 2ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d93400000-754d93800000 rw-p 00000000 00:00 0 -754d93880000-754d94600000 rw-p 00000000 00:00 0 -754d94700000-754d96c00000 rw-p 00000000 00:00 0 -754d96c78000-754d9857f000 r--s 00000000 00:56 4ERROR: - -637507 /usr/local/lib/libruby.so.4.0.4 -754d9857f000-754d987ff000 rw-p 00000000 00:00 0 -754d987ff000-754d98800000 ---p 00000000 00:00 0 -754d98800000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - ----p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da8840000-754da88f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8e10000-754da8ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da9410000-754da94f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9a10000-754da9af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa010000-754daa0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa610000-754daa6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daac10000-754daacf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab210000-754dab2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab810000-754dab8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000-754dabe00000 rw-p 00000000 00:00 0 -754dabe10000-754dabef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac410000-754dac4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754daca10000-754dacaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad010000-754dad0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad610000-754dad6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadc10000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-7ERROR: - -54db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -unk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_cERROR: - -hunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754ERROR: - -db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 255729ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -49 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3140000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3140000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memoryERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755db79a0000-755db79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 ERROR: - - [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -WARNING: Child worker (1115) shutdown. Respawning worker. -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1162 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd313b019] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb -ERROR: - - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -ERROR: - - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb -ERROR: - - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb -ERROR: - - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -ERROR: - - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -ERROR: - - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -ERROR: - - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -ERROR: - - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb -ERROR: - - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -ERROR: - - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -ERROR: - - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -ERROR: - - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d81598000-754d81780000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d81780000-754d84600000 rw-p 00000000 00:00 0 -754d84678000-754d85f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d85f7f000-754d861ff000 rw-p 00000000 00:00 0 -754d861ff000-754d86200000 ---p 00000000 00:00 0 -754d86200000-754d86a00000 rw-p 00000000 00:00 0 -754d86a00000-754d86e00000 rw-p 00000000 00:00 0 -754d86eff000-754d86f00000 ---p 00000000 00:00 0 -754d86f00000-754d87000000 rw-p 00000000 00:00 0 -754d87000000-754d87400000 rw-p 00000000 00:00 0 -754d874ff000-754d87500000 ---p 00000000 00:00 0 -754d87500000-754d87600000 rw-p 00000000 00:00 0 -754d87600000-754d88000000 rw-p 00000000 00:00 0 -754d880ff000-754d88100000 ---p 00000000 00:00 0 -754d88100000-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -754d88200000 rw-p 00000000 00:00 0 -754d88200000-754d88600000 rw-p 00000000 00:00 0 -754d886ff000-754d88700000 ---p 00000000 00:00 0 -754d88700000-754d88800000 rw-p 00000000 00:00 0 -754d88800000-754d88c00000 rw-p 00000000 00:00 0 -754d88cff000-754d88d00000 ---p 00000000 00:00 0 -754d88d00000-754d88e00000 rw-p 00000000 00:00 0 -754d88e00000-754d89200000 rw-p 00000000 00:00 0 -754d892ff000-754d89300000 ---p 00000000 00:00 0 -754d89300000-754d89400000 rw-p 00000000 00:00 0 -754d89400000-754d89800000 rw-p 00000000 00:00 0 -754d898ff000-754d89900000 ---p 00000000 00:00 0 -754d89900000-754d89a00000 rw-p 00000000 00:00 0 -754d89a00000-754d89e00000 rw-p 00000000 00:00 0 -754d89eff000-754d89f00000 ---p 00000000 00:00 0 -754d89f00000-754d8a000000 rw-p 00000000 00:00 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0 -754d8a000000-754d8a400000 rw-p 00000000 00:00 0 -754d8a4ff000-754d8a500000 ---p 00000000 00:00 0 -754d8a500000-754d8a600000 rw-p 00000000 00:00 0 -754d8a600000-754d8aa00000 rw-p 00000000 00:00 0 -754d8aaff000-754d8ab00000 ---p 00000000 00:00 0 -754d8ab0ERROR: - -0000-754d8ac00000 rw-p 00000000 00:00 0 -754d8ac00000-754d8b000000 rw-p 00000000 00:00 0 -754d8b0ff000-754d8b100000 ---p 00000000 00:00 0 -754d8b100000-754d8b200000 rw-p 00000000 00:00 0 -754d8b200000-754d8b600000 rw-p 00000000 00:00 0 -754d8b6ff000-754d8b700000 ---p 00000000 00:00 0 -754d8b700000-754d8b800000 rw-p 00000000 00:00 0 -754d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0ERROR: - - -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 -ERROR: - ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rwERROR: - --p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da53ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-pERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -dadc50000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-pERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daeERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -e00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 0000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db020000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: 754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -75[BUG] ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -Segmentation fault at 0x0000303830383ae4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:249: -- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -b:---- ERROR: - -[BUG] vm_get_cref: unreachable4db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ABRT received in SEGV handler -00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 0ERROR: - -0:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---pERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [aERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -non:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754dbERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -b2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rwERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_staERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ck_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -b5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allocERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 0000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -w-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db672ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -8000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:RubyERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ERROR: - ----p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -c_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-7ERROR: - -54dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:RERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -uby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 rw-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe969000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dbed6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6a000-754dbed6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6b000-754dbee6b000 rw-p 00000000 00:00 0 -754dbee6b000-754dbef6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6b000-754dbef6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6c000-754dbf06c000 rw-p 00000000 00:00 0 -754dbf06c000-754dbf16c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16c000-754dbf16d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16d000-754dbf26d000 rw-p 00000000 00:00 0 -754dbf26d000-754dbf36d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36d000-754dbf36e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36e000-754dbf46e000 rw-p 00000000 00:00 0 -754dbf46e000-754dbf56e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56e000-754dbf56f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56f000-754dbf66f000 rw-p 00000000 00:00 0 -754dbf66f000-754dbf76f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf76f000-754dbf770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf770000-754dbf870000 rw-p 00000000 00:00 0 -754dbf870000-754dbf970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf970000-7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -54dbf971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf971000-754dbfa71000 rw-p 00000000 00:00 0 -754dbfa71000-754dbfb71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfb71000-754dbfb72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfb72000-754dbfc72000 rw-p 00000000 00:00 0 -754dbfc72000-754dbfd72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfd72000-754dbfd73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfd73000-754dbfe73000 rw-p 00000000 00:00 0 -754dbfe73000-754dbff73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbff73000-754dbff74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbff74000-754dc0074000 rw-p 00000000 00:00 0 -754dc0074000-754dc0174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0174000-754dc0175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0175000-754dc0275000 rw-p 00000000 00:00 0 -754dc0275000-754dc0375000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0375000-754dc0376000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0376000-754dc0476000 rw-p 00000000 00:00 0 -754dc0476000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.sERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -o -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:deERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -fault:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:RERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -uby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -02000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 rERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' ---p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 000030ERROR: - -00 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usrERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 rERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - ---p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000ERROR: - -000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7569f79a0000-7569f79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd313cbec] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 4 complex.so -ERROR: - - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -ERROR: - - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -ERROR: - - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -ERROR: - - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -ERROR: - - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -ERROR: - - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rbERROR: - - - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -ERROR: - - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -ERROR: - - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb -ERROR: - - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb -ERROR: - - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -ERROR: - - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d9a418000-754d9a600000 r--s 00000000 00:56 2ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d9a600000-754d9d200000 rw-p 00000000 00:00 0 -754d9d278000-754d9eb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9eb7f000-754d9edff000 rw-p 00000000 ERROR: - -00:00 0 -754d9edff000-754d9ee00000 ---p 00000000 00:00 0 -754d9ee00000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00ERROR: - -:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0640000-754db06f0000 rw-p 00000000 00:00 0 [anon:RuERROR: - -by:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_ERROR: - -alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:ntERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -54db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thERROR: - -read_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:ntERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -to.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.soERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 000000ERROR: - -00 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 0000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---pERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poolERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-7/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -ERROR: - -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x1c) [0x754df77982f7] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(lookup_method_table+0x1e) [0x754df77f248a] /usr/src/ruby/vm_method.c:1262 -/usr/local/lib/libruby.so.4.0(search_method0) /usr/src/ruby/vm_method.c:1707 -/usr/local/lib/libruby.so.4.0(search_method) /usr/src/ruby/vm_method.c:1730 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative) /usr/src/ruby/vm_method.c:1922 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0xa) [0x754df7800d0d] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(vm_respond_to) /usr/src/ruby/vm_method.c:3352 -/usr/local/lib/libruby.so.4.0(rb_ec_obj_respond_to+0x20) [0x754df7811780] /usr/src/ruby/vm_method.c:3410 -/usr/local/lib/libruby.so.4.0(rb_obj_respond_to) /usr/src/ruby/vm_method.c:3403 -/usr/local/lib/libruby.so.4.0(rb_str_equal+0x3d) [0x754df778675d] /usr/src/ruby/string.c:4273 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x754df77ea641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x754df7801bb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x754df780824a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x754df78131b8] /usr/src/ruby/vm_eval.c:101 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x754df75e4813] /usr/src/ruby/eval.c:1127 -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x754dd22be865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x1ee) [0x754df77a5ede] /usr/src/ruby/thread.c:2085 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x12) [0x754dd22bebe2] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x754dd22c7d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/ioERROR: - -dine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -54ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 ERROR: - -0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memoryERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -54ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 - [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool* Ruby Box: disabled -_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-7* Loaded features: - -54ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so -0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon 4 complex.so -:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory 5 pathname.so -] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 6 ruby2_keywords.rb - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 7 set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-7 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -54ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -ERROR: - - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 529 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -3162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb -ERROR: - -/usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4. 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/e 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -tc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c00 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -00-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-7 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb -54df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc00 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -0 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -ERROR: - - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -0008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754d 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -f69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-7 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -54df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a0000 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -0 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/tranERROR: - - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb -sdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/ 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64- 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb -linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_6 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb -4-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linu 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb -x/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modul 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -es.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -75 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -ERROR: - - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -4df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000- 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb -852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64- 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df73ERROR: - - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -90000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 000020 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -00 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 0 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -0000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/li 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -ERROR: - - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -b/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so. 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df747900 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -0 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb -df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjem 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -alloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000- 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 000000 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -00 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -ERROR: - - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 0000 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -1000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e3 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb -86a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7559379a0000-7559379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 0000000 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -0 00:00 0 [vsyscall] - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - - -ERROR: - - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -ERROR: - - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -ERROR: - - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -ERROR: - - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d96218000-754d96400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d96400000-754d99000000 rw-p 00000000 00:00 0 -754d99078000-754d9a97f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9a97f000-754d9abff000 rw-p 00000000 00:00 0 -754d9abff000-754d9ac00000 ---p 00000000 00:00 0 -754d9ac00000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d10000ERROR: - -0 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fERROR: - -b00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -54da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5fgc.c:5080: Assertion Failed: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -rb_memerror:ruby_thread_has_gvl_p() -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p /app/app.rb:24: [BUG] Aborted at 0x00000000000000eb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 ERROR: - - -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754daERROR: - -dcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e0000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -ERROR: - -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 0000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754ERROR: - -db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e0ERROR: - -00 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -loc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:RERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -uby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1afERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gemsERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_boERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -dy_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_spacERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -e] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -db869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbbERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -dc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_defERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ault_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linERROR: - -ux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/loERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -cal/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4ERROR: - -.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utfERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/xERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000ERROR: - --754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usrERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcryptERROR: - -.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -gmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linuxERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/xERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -54df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755cb79a0000-755cb79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(str_alloc_embed+0x3b) [0x754df777f913] /usr/src/ruby/string.c:1021 -/usr/local/lib/libruby.so.4.0(str_duplicate) /usr/src/ruby/string.c:1986 -/usr/local/lib/libruby.so.4.0(rb_str_sub) /usr/src/ruby/string.c:6313 -[0x754dd31323b6] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -ERROR: - - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb -ERROR: - - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -ERROR: - - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -[BUG] 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -Segmentation fault at 0x0000000000000014 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb --- Control frame information ----------------------------------------------- - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -c:0013 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -p:---- 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -s:0080 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -e:000079 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -l:y 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -b:---- 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -CFUNC 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - :force_encoding 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb -ERROR: - - - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -c:0012 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -p:0040 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -s:0075 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -e:000074 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -l:y 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -b:0001 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -METHOD 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - /usr/local/lib/ruby/4.0.0/uri/common.rb:465 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -c:0011 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -p:0013 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -s:0068 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb -e:000067 l:y 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -b:0001 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rbMETHOD - /usr/local/lib/ruby/4.0.0/uri/common.rb:431 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -c:0010 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -p:0012 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -s:0062 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -e:000061 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -l:y ERROR: - - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -b:0001 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb -METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -c:0009 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -p:0005 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -s:0056 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -e:000055 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -l:n 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -b:---- 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -BLOCK 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - [FINISH] - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -c:0008 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -p:---- 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -s:0052 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -e:000051 l:y 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -b:---- 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -ERROR: - -CFUNC 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - :map! - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -c:0007 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -p:0019 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -s:0048 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -e:000047 l:n 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -b:---- 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -BLOCK 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb -c:0006 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb -p:0027 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -s:0042 e:000041 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -l:y 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -b:0001 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -METHOD 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - :228 - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -c:0005 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -p:0166 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -s:0036 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -e:000035 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb -l:y ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -b:---- 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -ERROR: - -METHOD 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -c:0004 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb -p:0019 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -s:0026 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -e:000025 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -l:y 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -b:0001 METHOD 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -c:0003 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -p:0017 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -s:0018 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -e:000017 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -l:y 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -b:0001 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -METHOD 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c:0002 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb -ERROR: - -p:0078 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb -s:0011 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb -e:000010 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -l:y 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -b:0001 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -METHOD 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - /app/app.rb:18 [FINISH] 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -c:0001 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -p:---- 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb -s:0003 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -e:000002 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -l:y b:---- 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -DUMMY 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - [FINISH] 220 /usr/local/lib/ruby/4.0.0/socket.rb - - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb --- Ruby level backtrace information ---------------------------------------- - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/app.rb:18:in 'call' - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -:228:in 'each' - 230 /app/app.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'force_encoding' - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - --- Threading information --------------------------------------------------- - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -Total ractor count: 1 - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -Ruby thread count for this ractor: 5 - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb --- Machine register context ------------------------------------------------ - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - RIP: 0x0000754df75ba48b 245 /usr/local/lib/ruby/4.0.0/uri.rb - RBP: 0x0000000000000001 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - RSP: 0x0000754db3c11180 247 /usr/local/lib/ruby/4.0.0/delegate.rb - - RAX: 0x0000000000000000 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - RBX: 0x0000754dd1a17158 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -ERROR: - - RCX: 0x0000754df7cc33c0 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - RDX: 0x0000754df7cfdde0 252 /usr/local/lib/ruby/4.0.0/date.rb - RDI: 0x00000000ffffffff 253 /usr/local/lib/ruby/4.0.0/time.rb - RSI: 0x0000000000000001 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - R8: 0x0000000000000001 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - R9: 0x0000754df6a69080 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - R10: 0x0000754df7e36ac0 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - R11: 0x0000754dd1a17158 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - R12: 0x00000000ffffffff 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - R13: 0x0000754df6b6f0a0 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - - R14: 0x0040000000000001 263 /usr/local/lib/ruby/4.0.0/erb.rb - R15: 0x0000000000000001 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - EFL: 0x0000000000010246 - - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb --- C level backtrace information ------------------------------------------- - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d86200000-754d89400000 rw-p 00000000 00:00 0 -754d8ad7f000-754d8afff000 rw-p 00000000 00:00 0 -754d8afff000-754d8b000000 ---p 00000000 00:00 0 -754d8b000000-754d8b800000 rw-p 00000000 00:00 0 -754d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00ERROR: - -:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d9ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -46ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da420000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000ERROR: - -000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -aeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 0000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1ERROR: - -d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -t_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -ERROR: - -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db57200ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -t_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 --ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325ERROR: - -000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_staERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ck_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:ERROR: - -nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -22d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_tERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -hread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754dbERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -b8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rwERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3bERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_staERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ck_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db994ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:RubyERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba4ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -46000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 000000ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dbERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -a848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_ERROR: - -thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -bb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunkERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allocERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 0000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 rw-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe969000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -k] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloERROR: - -c_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd22ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -36000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:defauERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -lt:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3ERROR: - -141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anonERROR: - -:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memoryERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---pERROR: - - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 000010ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/striERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ngio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 1971100ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -9 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x8ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -6_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.sERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -o.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xpERROR: - - 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 0000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7566b79a0000-7566b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] Aborted at 0x0000000000000376 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rsERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:173ERROR: - -:21 - INFO: 1172 is running. -3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -coreERROR: - -::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:485:8 - 9: yjit::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -asmERROR: - -::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 11: yjit::backend::x86_64::::x86_emitERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3139000] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -ERROR: - - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb -ERROR: - - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -ERROR: - - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -ERROR: - - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -ERROR: - - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -ERROR: - - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -ERROR: - - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -ERROR: - - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -ERROR: - - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb -ERROR: - - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -ERROR: - - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8ae18000-754d8b000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d8b000000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc78000-754d8f57f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8f57f000-754d8f7ff000 rw-p 00000000 00:00 0 -754d8f7ff000-754d8f800000 ---p 00000000 00:00 0 -754d8f800000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 14: 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b0yjit0000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94::700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-pcodegen 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 0::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 -0:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da020ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a0000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -54daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -54db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbERROR: - -2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_cERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -hunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_aERROR: - -lloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba54ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -6000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_aERROR: Child worker (797) crashed. Respawning worker. -lloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 ERROR: Child worker (408) crashed. Respawning worker. - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 ERROR: Child worker (896) crashed. Respawning worker. -ERROR: - -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_aERROR: - -llocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/rubERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -y/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x8ERROR: - -6_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-liERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -nux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754ERROR: - -df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7563b79a0000-7563b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 15: yjit::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -coreERROR: - -::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 16: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 17: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3250:17 - 18: yjit::core::gen_entry_point - at ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/src/ruby/yjit/src/core.rsERROR: - -:3225:20 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 19: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -175ERROR: - -:49 - 20: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 21: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 22: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1179 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 23: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 24: jit_exec - at /usr/src/ruby/vm.c:567:30ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - - 25: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 26: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 27: vm_yield - at /usr/src/ruby/vm.c:1879:12 - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - -28: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 29: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -ERROR: - -[0x754dd3139588] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -ERROR: - - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -ERROR: - - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -ERROR: - - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -ERROR: - - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -ERROR: - - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -ERROR: - - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rbERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -ERROR: - - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -ERROR: - - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb -ERROR: - - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -ERROR: - - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 30: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 31: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 32: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 33: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 34: vm_exec_loop - at /usr/src/ruby/vm.c:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -2825:ERROR: - -22 - 35: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 36: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - -thread '' (1078) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] stack backtrace: -YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -b:---- ERROR: - -BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] - c:0006 p:0027 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -s:0042 ERROR: - -e:000041 0: l:y b:0001 __rustcMETHOD:: :228rust_begin_unwind - - at c:0005 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rsp:0166 :s:0036 698e:000035 :5l:y -b:0001 METHOD1: /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243core -::panickingc:0004 ::p:0019 panic_fmts:0026 -e:000025 at l:y /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rsb:0001 :METHOD75: /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:7614 - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c:0003 ERROR: - -p:0017 s:0018 e:000017 l:y b:0001 2METHOD: /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103core -::cellc:0002 ::p:0078 panic_already_borroweds:0011 ::e:000010 l:y do_panicb:0001 ::runtimeMETHOD - /app/app.rb:18 at [FINISH]/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs -:c:0001 173p:---- :s:0003 21e:000002 -l:y b:---- DUMMY [FINISH] -3: -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' --- Ruby level backtrace information ---------------------------------------- -coreERROR: - -::/app/app.rb:18:in 'call' -cell/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -::/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -panic_already_borrowed::/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -do_panic:228:in 'each' - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' - at /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -2435 -:-- Threading information --------------------------------------------------- -9Total ractor count: 1 - -Ruby thread count for this ractor: 5 - - -- C level backtrace information ------------------------------------------- - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:ERROR: - -9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -virtualmemERROR: - -::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - at ERROR: - -/usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_opcode - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:384:8 - 9: yjit::asmERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -::ERROR: - -x86_64::mov - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -609ERROR: - -:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 14: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 15: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:ERROR: - -27 - 16: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - -17: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2569:20 - 18: yjit::codegen::gen_single_block - at ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/src/ruby/yjit/src/codegen.rsERROR: - -:1398:22 - 19: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 20: yjit::core::gen_block_seriesERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 21: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3250:17 - 22: yjit::ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -coreERROR: - -::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 23: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 24: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -yjitERROR: - -::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 26: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 27: yjit_compile -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - at ERROR: - -/usr/src/ruby/vm.c:525:13 - 28: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 29: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 30: ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -rb_vm_execERROR: - - - at /usr/src/ruby/vm.c:2801:18 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 31: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 32: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 33: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 34: rb_protect - at /usr/src/ruby/eval.cERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:ERROR: - -1127:19 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1176 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -ERROR: - - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754daaa18000-754daac00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754daac00000-754dad800000 rw-p 00000000 00:00 0 -754dad878000-754daf17f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754daf17f000-754daf3ff000 rw-p 00000000 00:00 0 -754daf3ff000-754daf400000 ---p 00000000 00:00 0 -754daf400000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db12c7000-754db12ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1803000-754db1806000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1806000-754db1835000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1835000-754db183d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183d000-754db183e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183e000-754db183f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183f000-754db1840000 rw-p 00000000 00:00 0 -754db1840000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lERROR: - -ib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb6ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -84000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000ERROR: - - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocateERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 529ERROR: - -3161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3135af4] - --- Other runtime information ----------------------------------------------- - - /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 255 -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 4 complex.so -ERROR: - - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb -72388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e0 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -5000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754d 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb -f6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b0 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb -00-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb -df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb -ERROR: - - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -w-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 30 /usr/local/lib/ruby/4.0.0/monitor.rb - /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 0000000 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -0 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /us 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb -r/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 0 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -ERROR: - -00ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x8 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -6_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb -/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -ERROR: - - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 197 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -11075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb --p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-7 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -54df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000- 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754d 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -ERROR: - - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb -f7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /us 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -r/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00: 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -754e779a0000-754e779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - [vsyscall] - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - - - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb -ERROR: - - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -ERROR: - - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb -ERROR: - - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -ERROR: - - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -ERROR: - - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -ERROR: - - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 247 /usr/local/lib/ruby/4.0.0/delegate.rb -ERROR: - - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754da9e18000-754daa000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754daa000000-754dacc00000 rw-p 00000000 00:00 0 -754dacc78000-754dae57f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754dae57f000-754dae7ff000 rw-p 00000000 00:00 0 -754dae7ff000-754dae800000 ---p 00000000 00:00 0 -754dae800000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db12c7000-754db12ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1803000-754db1806000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1806000-754db1835000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1835000-754db183d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183d000-754db183e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183e000-754db183f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183f000-754db1840000 rw-p 00000000 00:00 0 -754db1840000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000ERROR: - -000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/rubERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -y/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3140000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3140000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rERROR: - -w-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [aERROR: - -non:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.sERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -o -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df681ERROR: - -0000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/rERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -uby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /uERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -sr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linuxERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - --gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73cERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890ERROR: - - /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -754e779a0000-754e779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (176) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/buERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ndle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -ERROR: - - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -ERROR: - - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -ERROR: - - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -ERROR: - - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -ERROR: - - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -ERROR: - - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rbERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -ERROR: - - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -ERROR: - - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -ERROR: - - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -ERROR: - - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -ERROR: - - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -ERROR: - - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d9b200000-754d9de00000 rw-p 00000000 00:00 0 -754d9de78000-754d9f77f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9f77f000-754d9f9ff000 rw-p 00000000 00:00 0 -754d9f9ff000-754d9fa00000 ---p 00000000 00:00 0 -754d9fa00000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c70000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/dERROR: - -ate_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1bERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754ERROR: - -db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_aERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -lloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_ERROR: - -allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]ERROR: - - -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-pERROR: - - 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escapeERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/locERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -al/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 0ERROR: - -0002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.ERROR: - -so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 463750ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -7 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 0000900ERROR: - -0 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7558b79a0000-7558b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -[BUG] Aborted at 0x000000000000017c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3138b42] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -ERROR: - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -ERROR: - - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -ERROR: - - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -ERROR: - - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -ERROR: - - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -ERROR: - - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -ERROR: - - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -ERROR: - - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -ERROR: - - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb -ERROR: - - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 230 /app/app.rb -ERROR: - - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 252 /usr/local/lib/ruby/4.0.0/date.rb -ERROR: - - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d99818000-754d99a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d99a00000-754d9c600000 rw-p 00000000 00:00 0 -754d9c678000-754d9df7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9df7f000-754d9e1ff000 rw-p 00000000 00:00 0 -754d9e1ff000-754d9e200000 ---p 00000000 00:00 0 -754d9e200000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1250000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 52ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -93080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:RuERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -by:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbERROR: - -2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:RERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -uby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00ERROR: - -:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -b3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-75ERROR: - -4db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_allERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -oc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -54db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -loc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threadERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db61250ERROR: - -00 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_threaERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -d_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2aERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -unk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_cERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -hunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754dd1a00000 ---p ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077ERROR: - - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -zstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-7ERROR: - -54dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f800ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anERROR: - -on:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_alloERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -cate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 0ERROR: - -0000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:defaERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ult:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_boERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -dy_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -b9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:RubERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -y:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -4ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 000ERROR: - -00000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -bebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:RubERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -y:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 000ERROR: - -00000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -00000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -c8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -by/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linuxERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754ERROR: - -df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df683ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 54ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -23964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 542396ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 ERROR: - - /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 0000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e0500ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -54df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000ERROR: - --754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e1300ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 1971105ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -9 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.soERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-ERROR: - -gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df739000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x8ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -6_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -t.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/liERROR: - -b/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7559b79a0000-7559b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (168) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (446) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (398) crashed. Respawning worker. -ERROR: Child worker (714) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Child worker (77) crashed. Respawning worker. -ERROR: Child worker (659) crashed. Respawning worker. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: (1151) cleanup complete. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1187 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -INFO: 1182 is running. -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(match_alloc+0x15) [0x754df770d48c] /usr/src/ruby/re.c:970 -/usr/local/lib/libruby.so.4.0(rb_reg_search_set_match) /usr/src/ruby/re.c:1826 -/usr/local/lib/libruby.so.4.0(rb_reg_search) /usr/src/ruby/re.c:1863 -/usr/local/lib/libruby.so.4.0(rb_str_split_m+0x712) [0x754df777d382] /usr/src/ruby/string.c:9295 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x754df77ea641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x754df7801bb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x754df780824a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x754df78131b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x754df75e4813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x754dd22be865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x754dd22bebc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x754dd22c7d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x754dd22a8442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -ERROR: - - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -ERROR: - - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -ERROR: - - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -ERROR: - - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -ERROR: - - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -ERROR: - - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -ERROR: - - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d98200000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae78000-754d9c77f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9c77f000-754d9c9ff000 rw-p 00000000 00:00 0 -754d9c9ff000-754d9ca00000 ---p 00000000 00:00 0 -754d9ca00000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e90000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 0000ERROR: - -0000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da77ERROR: - -00000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -w-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c60000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 0ERROR: - -0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 0ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---pERROR: - - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_ERROR: - -allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df68000ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -00 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -c.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c000ERROR: - -0-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-lERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -inux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e38ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -6a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755af79a0000-755af79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Aborted at 0x00000000000001c6 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 35: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 -ERROR: - - 36: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 37: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 38: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x754dd22a8442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -39 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -: 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -iodine_handle_request_in_GVL 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - at 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -. 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -/ 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -: 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -674 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb -: 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -7 - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d84180000-754d87600000 rw-p 00000000 00:00 0 -754d87678000-754d88f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d88f7f000-754d891ff000 rw-p 00000000 00:00 0 -754d891ff000-754d89200000 ---p 00000000 00:00 0 -754d89200000-754d89a00000 rw-p 00000000 00:00 0 -754d89a00000-754d89e00000 rw-p 00000000 00:00 0 -754d89eff000-754d89f00000 ---p 00000000 00:00 0 -754d89f00000-754d8a000000 rw-p 00000000 00:00 0 -754d8a000000-754d8a400000 rw-p 00000000 00:00 0 -754d8a4ff000-754d8a500000 ---p 00000000 00:00 0 -754d8a500000-754d8a600000 rw-p 00000000 00:00 0 -754d8a600000-754d8aa00000 rw-p 00000000 00:00 0 -754d8aaff000-754d8ab00000 ---p 00000000 00:00 0 -754d8ab00000-754d8ac00000 rw-p 00000000 00:00 0 -754d8ac00000-754d8b000000 rw-p 00000000 00:00 0 -754d8b0ff000-754d8b100000 ---p 00000000 00:00 0 -754d8b100000-754d8b200000 rw-p 00000000 00:00 0 -754d8b200000-754d8b600000 rw-p 00000000 00:00 0 -754d8b6ff000-754d8b700000 ---p 00000000 00:00 0 -754d8b700000-754d8b800000 rw-p 00000000 00:00 0 -754d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae240000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 rw-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe969000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dbed6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6a000-754dbed6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6b000-754dbee6b000 rw-p 00000000 00:00 0 -754dbee6b000-754dbef6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6b000-754dbef6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6c000-754dbf06c000 rw-p 00000000 00:00 0 -754dbf06c000-754dbf16c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16c000-754dbf16d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16d000-754dbf26d000 rw-p 00000000 00:00 0 -754dbf26d000-754dbf36d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36d000-754dbf36e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36e000-754dbf46e000 rw-p 00000000 00:00 0 -754dbf46e000-754dbf56e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56e000-754dbf56f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56f000-754dbf66f000 rw-p 00000000 00:00 0 -754dbf66f000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7567f79a0000-7567f79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000003a4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 40: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 41: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 42: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 43: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 44: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 45: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 46: http1_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736:3 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3139016] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -47: 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -deferred_on_data 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - - at 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -. 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -/ 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -:2713 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -: 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -3 - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -48: 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -fio_defer_perform_single_task_for_queue 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - - at 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -. 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb -/ 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -:1274 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb -: 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -3 - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -49: 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -fio_defer_perform 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - - at 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -. 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -/ 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -:1312 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -:10 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -50: 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -fio_defer_cycle 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - at 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -ERROR: - -. 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -: 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb -1352: 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -5 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -ERROR: - - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -ERROR: - - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754daaa18000-754daac00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754daac00000-754dad800000 rw-p 00000000 00:00 0 -754dad879000-754daf180000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754daf180000-754daf800000 rw-p 00000000 00:00 0 -754daf8ff000-754daf900000 ---p 00000000 00:00 0 -754daf900000-754dafa00000 rw-p 00000000 00:00 0 -754dafa00000-754dafe00000 rw-p 00000000 00:00 0 -754dafefe000-754dafeff000 ---p 00000000 00:00 0 -754dafeff000-754daffff000 rw-p 00000000 00:00 0 -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -4daffff000-754db0000000 ---p 00000000 00:00 0 -754db0000000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db12c7000-754db12ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1803000-754db1806000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1806000-754db1835000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1835000-754db183d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183d000-754db183e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183e000-754db183f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183f000-754db1840000 rw-p 00000000 00:00 0 -754db1840000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000ERROR: - -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 1971ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -1077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -75 4dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iod51ine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd234000: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -0 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 52: rb_nogvl - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 at [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_poolERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/src/ruby/thread.c_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-7ERROR: - -:54ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 1628:5 - 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon :Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory53] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p: 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool -_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-7ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -54ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 ERROR: - -0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:0 54: thread_do_start - at /usr/src/ruby/thread.c:651:190 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df -6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r- -p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 0000900 0 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293055: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 -77 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ 56: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 -ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_b ody_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape .so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -57754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754d: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -f68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/moni:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -tor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754Crashed while printing bug report -df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.:37: 0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/l[BUG] ib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.Aborted at 0x00000000000004260/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -754e779a0000-754e779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd313d000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -ERROR: - - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rbERROR: - - - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -ERROR: - - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -ERROR: - - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -ERROR: - - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 VirtualMemory /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d93818000-754d93a00000 r--s 00000000 00:56 2<5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d93a00000-754d96600000 rw-p 00000000 00:00 0 -754d96678000-754d97f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d97f7f000-754d981ff000 rw-p 00000000 A>00:00 0 -754d981ff000-754d98200000 ---p 00000000 00:00 0 -754d98200000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -75::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -4d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby: 7: yjit::asmnt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 :: [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 CodeBlock0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 r::w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 0000000510 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db9 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -43e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -ERROR: - -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db 8: yjit::asm::9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]x86_64 -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_::thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [write_rmanon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dd1a00000 ---p 00000000 00:00 0 - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/lib zstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af20 00-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a00 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -9ERROR: - -: yjit::asm::x86_64::write_rm_multi -0 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0 10: yjit::asm::x86_64::mov.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/ -vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 at 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_/usr/src/ruby/yjit/src/asm/x86_64/mod.rspage_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/so:1058:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -13ERROR: - - -cket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_meERROR: - -mory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755df79a0000-755df79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -ERROR: - -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/ERROR: - -bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -12 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -: 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -yjit 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -:: 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb -backend 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -::x86_64 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -:: 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -:: 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -compile_with_regs 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - at 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb -/usr/src/ruby/yjit/src/backend/x86_64/mod.rs 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -: 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -887 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -:30 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -13 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -: 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -yjit:: 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -backend 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -:: 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -ir:: 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -Assembler 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -:: 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -compile 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - at 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -/usr/src/ruby/yjit/src/backend/ir.rs: 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -1630 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -: 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -24 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -ERROR: - - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -ERROR: - - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -ERROR: Child worker (40) crashed. Respawning worker. -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d88800000-754d89200000 rw-p 00000000 00:00 0 -754d89380000-754d8b800000 rw-p 00000000 00:00 0 -754d8b878000-754d8d17f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8d17f000-754d8d3ff000 rw-p 00000000 00:00 0 -754d8d3ff000-754d8d400000 ---p 00000000 00:00 0 -754d8d400000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-WARNING: Child worker (1151) shutdown. Respawning worker. -754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754ERROR: - -da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754dERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -a6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadce0000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db210ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -4000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -75ERROR: - -4db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -75ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -4db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thrERROR: - -ead_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 ERROR: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 52ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -93160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9aERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -e000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 ERROR: - -00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e800ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -0 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fibeERROR: - -r_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7565379a0000-7565379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -[BUG] Aborted at 0x000000000000033f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - ArgumentError: wrong number of arguments (given 1, expected 0) -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Hash#initialize' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'Rack::QueryParser#make_params' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -:38: [BUG] Segmentation fault at 0x00000000000001a8 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:0011 s:0028 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1191 is running. -ERROR: Child worker (536) crashed. Respawning worker. -ERROR: Child worker (695) crashed. Respawning worker. -ERROR: Child worker (417) crashed. Respawning worker. -ERROR: Child worker (777) crashed. Respawning worker. -INFO: 1196 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x754df75029db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x754df777cbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x5) [0x754df777d678] /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9264 -[0x754dd313926b] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d86b18000-754d86d00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d86d00000-754d87c00000 rw-p 00000000 00:00 0 -754d87c80000-754d88a00000 rw-p 00000000 00:00 0 -754d88a80000-754d8b200000 rw-p 00000000 00:00 0 -754d8b278000-754d8cb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8cb7f000-754d8cdff000 rw-p 00000000 00:00 0 -754d8cdff000-754d8ce00000 ---p 00000000 00:00 0 -754d8ce00000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f430000-754d9f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9fa10000-754d9faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da0010000-754da00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da0610000-754da06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0c10000-754da0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da1210000-754da12f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da1810000-754da18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1e10000-754da1ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da2410000-754da24f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2a10000-754da2af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da3010000-754da30f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da3610000-754da36f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da4010000-754da40f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4c10000-754da4cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da5210000-754da52f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da5810000-754da58f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5e10000-754da5ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da6410000-754da64f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6a10000-754da6af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da7010000-754da70f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da7610000-754da76f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7c10000-754da7cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da8210000-754da82f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da8810000-754da88f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8e10000-754da8ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da9410000-754da94f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9a10000-754da9af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa010000-754daa0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa610000-754daa6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daac10000-754daacf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab210000-754dab2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab810000-754dab8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabe10000-754dabef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac410000-754dac4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754daca10000-754dacaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad010000-754dad0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad610000-754dad6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadc10000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7565779a0000-7565779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1199 is running. -ERROR: Child worker (768) crashed. Respawning worker. -ERROR: Child worker (1062) crashed. Respawning worker. -ERROR: Child worker (886) crashed. Respawning worker. -INFO: 1202 is running. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 -ERROR: Child worker (34) crashed. Respawning worker. - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 9: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:231: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26;,ߜMu -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:0092 s:0037 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:231 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:231:in 'each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 -INFO: 1207 is running. - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 9: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:231: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26�/�}Mu -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3138639] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d98218000-754d98400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d98400000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc79000-754d9cef9000 rw-p 00000000 00:00 0 -754d9cef9000-754d9e800000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9e800000-754da1400000 rw-p 00000000 00:00 0 -754da1478000-754da2d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754da2d7f000-754da2fff000 rw-p 00000000 00:00 0 -754da2fff000-754da3000000 ---p 00000000 00:00 0 -754da3000000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad610000-754dad6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadc10000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7556379a0000-7556379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d89200000-754d8be00000 rw-p 00000000 00:00 0 -754d8be78000-754d8d77f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8d77f000-754d8d9ff000 rw-p 00000000 00:00 0 -754d8d9ff000-754d8da00000 ---p 00000000 00:00 0 -754d8da00000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd313c000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd313c000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7564f79a0000-7564f79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -[BUG] Aborted at 0x0000000000000336 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -ERROR: Child worker (560) crashed. Respawning worker. - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -ERROR: Child worker (389) crashed. Respawning worker. -ERROR: Child worker (831) crashed. Respawning worker. - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -ERROR: Child worker (57) crashed. Respawning worker. - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -ERROR: Child worker (18) crashed. Respawning worker. - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -ERROR: Child worker (568) crashed. Respawning worker. - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -ERROR: Child worker (358) crashed. Respawning worker. - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -ERROR: Child worker (454) crashed. Respawning worker. - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d88000000-754d8ac00000 rw-p 00000000 00:00 0 -754d8ac78000-754d8c57f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8c57f000-754d8c7ff000 rw-p 00000000 00:00 0 -754d8c7ff000-754d8c800000 ---p 00000000 00:00 0 -754d8c800000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1230000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 INFO: 1212 is running. - [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7565b79a0000-7565b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000351 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (822) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd31396be] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d97418000-754d97600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d97600000-754d9a200000 rw-p 00000000 00:00 0 -754d9a278000-754d9bb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9bb7f000-754d9bdff000 rw-p 00000000 00:00 0 -754d9bdff000-754d9be00000 ---p 00000000 00:00 0 -754d9be00000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1820000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755b379a0000-755b379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1216 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d98880000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba78000-754d9d37f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9d37f000-754d9d5ff000 rw-p 00000000 00:00 0 -754d9d5ff000-754d9d600000 ---p 00000000 00:00 0 -754d9d600000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2c0000-754dab2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab810000-754dab8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabe10000-754dabef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac410000-754dac4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754daca10000-754dacaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad010000-754dad0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad610000-754dad6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadc10000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755a379a0000-755a379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000001b5 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3139588] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -ERROR: Child worker (840) crashed. Respawning worker. -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754da2618000-754da2800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754da2800000-754da5400000 rw-p 00000000 00:00 0 -754da5478000-754da6d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754da6d7f000-754da6fff000 rw-p 00000000 00:00 0 -754da6fff000-754da7000000 ---p 00000000 00:00 0 -754da7000000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -75ERROR: Child worker (235) crashed. Respawning worker. -4da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1260000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7553b79a0000-7553b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1220 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x754df75029db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x754df777cbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x5) [0x754df777d678] /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x754df77ea641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x754df7801bb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x754df780824a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x754dd30c1231] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d89c18000-754d89e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d89e00000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca78000-754d8e37f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8e37f000-754d8e5ff000 rw-p 00000000 00:00 0 -754d8e5ff000-754d8e600000 ---p 00000000 00:00 0 -754d8e600000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1230000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e000/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -00 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0./usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(str_alloc_embed+0x2c) [0x754df77671ec] /usr/src/ruby/string.c:1021 -/usr/local/lib/libruby.so.4.0(str_enc_new) /usr/src/ruby/string.c:1071 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x754df77ea641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x754df7801bb5] /usr/src/ruby/vm_insnhelper.c:6123 -/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/r/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -uby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /us/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x754df780824a] /usr/src/ruby/vm.c:2825 -r/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x754df78131b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x754df75e4813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x754dd22be865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x754dd22bebc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodins.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d00e-0.7.58/ext/iodine/iodine_caller.c:125 -0-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x754dd22c7d36] /p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70dapp/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 /usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:925572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 000024 -0000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x754dd22a8442] /app/vendor//usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -75bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -4df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c300/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/i0 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df74odine-0.7.58/ext/iodine/fio.c:2714 -40000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 - /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 - /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -75/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -4df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7564779a0000-7564779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d84200000-754d84c00000 rw-p 00000000 00:00 0 -754d84d00000-754d85800000 rw-p 00000000 00:00 0 -754d85980000-754d87c00000 rw-p 00000000 00:00 0 -754d87c78000-754d8957f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8957f000-754d897ff000 rw-p 00000000 00:00 0 -754d897ff000-754d89800000 ---p 00000000 00:00 0 -754d89800000-754d8a000000 rw-p 00000000 00:00 0 -754d8a000000-754d8a400000 rw-p 00000000 00:00 0 -754d8a4ff000-754d8a500000 ---p 00000000 00:00 0 -754d8a500000-754d8a600000 rw-p 00000000 00:00 0 -754d8a600000-754d8aa00000 rw-p 00000000 00:00 0 -754d8aaff000-754d8ab00000 ---p 00000000 00:00 0 -754d8ab00000-754d8ac00000 rw-p 00000000 00:00 0 -754d8ac00000-754d8b000000 rw-p 00000000 00:00 0 -754d8b0ff000-754d8b100000 ---p 00000000 00:00 0 -754d8b100000-754d8b200000 rw-p 00000000 00:00 0 -754d8b200000-754d8b600000 rw-p 00000000 00:00 0 -754d8b6ff000-754d8b700000 ---p 00000000 00:00 0 -754d8b700000-754d8b800000 rw-p 00000000 00:00 0 -754d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab850000-754dab8f000/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -0 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabe10000-754dabef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -75/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -4dac410000-754dac4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 /usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -00:00 0 -754daca10000-754dacaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad010000-754dad0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754da/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -d600000 rw-p 00000000 00:00 0 -754dad610000-754dad6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad8/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -00000-754dadc00000 rw-p 00000000 00:00 0 -754dadc10000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 000/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/rub00000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea000y/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -00 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 --754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -7/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bun54daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000dle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 - 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 --/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bu-p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754dndle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -b0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iocff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocdine-0.7.58/ext/iodine/fio.c:568 -ate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/ 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 - 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d0200/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -0-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack --- Other runtime information ----------------------------------------------- - -_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 * Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d0 3 rational.so -00-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac 4 complex.so -k_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:n 5 pathname.so -t_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb -000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db62 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb -25000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb -54db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_th 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -read_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [an 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -on:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6 30 /usr/local/lib/ruby/4.0.0/monitor.rb -d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_t 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -hread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [a 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -non:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 000000 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw- 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d330 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -00-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -k_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 -- 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -ck_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby: 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 0000000 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb -0 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_t 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -hread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [a 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -non:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 000000 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754db 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -a346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_ 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb -thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [ 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754d 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb -baf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb --p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb -000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb -ck_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby: 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -ack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb -59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 000000 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -00 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754db 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_ 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [ 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754d 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -bd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -[anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 0000 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 r 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -w-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe96 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -9000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -ack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dbed6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6a000-754dbed6b000 ---p 00000000 00:00 0 [anon:Ruby 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -:nt_alloc_thread_stack_chunk] -754dbed6b000-754dbee6b000 rw-p 00000000 00:00 0 -754dbee6b000-754dbef6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6b000-754dbef6c000 ---p 00000000 00:00 0 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6c000-754dbf06c000 rw-p 00000000 00:00 0 -754dbf06c000-754dbf16c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16c000-754dbf16d000 ---p 00000000 00:00 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16d000-754dbf26d000 rw-p 00000000 00:00 0 -754dbf26d000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb -19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb --gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb -3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 2557623 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -9 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-75 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -4dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/li 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -b/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /us 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -r/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 220 /usr/local/lib/ruby/4.0.0/socket.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd31 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -30000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon: 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb -0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory 230 /app/app.rb -] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-7 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb -54ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 245 /usr/local/lib/ruby/4.0.0/uri.rb - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-7 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -54ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 252 /usr/local/lib/ruby/4.0.0/date.rb -0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-7 263 /usr/local/lib/ruby/4.0.0/erb.rb -54ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb -0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 * Process memory map: - - /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d94c00000-754d97800000 rw-p 00000000 00:00 0 -754d97878000-754d9917f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9917f000-754d993ff000 rw-p 00000000 00:00 0 -754d993ff000-754d99400000 ---p 00000000 00:00 0 -754d99400000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b30000 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 0000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 000003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 0000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 520 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d1093161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 0000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9d [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69d00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-pa3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 0 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 0:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -75400:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-7000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux54da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 0000000:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7567b79a0000-7567b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0/app/app.rb:21: [BUG] Aborted at 0x000000000000039d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [a 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -non:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 9: yjit::asm::x86_64::write_rm_multi - -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rsr--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/io:dine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /u1058sr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib:/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/13 -x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755d379a0000-755d379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -Aborted at 0x0000000000000220 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Child worker (129) crashed. Respawning worker. - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2572:57 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1224 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(rb_str_split_m+0xe2f) [0x754df777da9f] /usr/src/ruby/string.c:9253 -[0x754dd3139135] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754da4080000-754da7200000 rw-p 00000000 00:00 0 -754da8b7f000-754da8dff000 rw-p 00000000 00:00 0 -754da8dff000-754da8e00000 ---p 00000000 00:00 0 -754da8e00000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabe10000-754dabef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac410000-754dac4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754daca10000-754dacaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad010000-754dad0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad610000-754dad6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadc10000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 --p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -/usr/local/lib/libruby.so.4.0(callable_method_entry+0x15) [0x754df77f4b99] /usr/src/ruby/vm_method.c:1952 -/usr/local/lib/libruby.so.4.0(rb_callable_method_entry) /usr/src/ruby/vm_method.c:1958 -/usr/local/lib/libruby.so.4.0(gen_send_general+0xd1a) [0x754df798ac8a] yjit/src/codegen.rs:9124 -/usr/local/lib/libruby.so.4.0(eq+0x0) [0x754df799d365] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(gen_opt_send_without_block) yjit/src/codegen.rs:499 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x754df799055f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x754df79b3071] yjit/src/core.rs:3109 - /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/loca/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -l/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap/usr/local/lib/libruby.so.4.0(branch_stub_hit_body+0x405) [0x754df79b4ef5] yjit/src/core.rs:3632 -_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/e/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x754df79aa624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x754df79f842d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x754df79b239c] yjit/src/core.rs:3513 -[0x754dd30c3033] - -rb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/strin-- Other runtime information ----------------------------------------------- - -gio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb -.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64- 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/moni 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -tor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/l 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb -ib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /u 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -sr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -/usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x8 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb -6_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6. 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb -0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000- 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df72 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb -8e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 2 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -5572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r- 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb --p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -7 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -54df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 197 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -11011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /us 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -r/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb -.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 / 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 0000 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -0000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754d 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -f7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7552779a0000-7552779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff60000 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -0-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - - - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -[BUG] 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -Aborted at 0x0000000000000094 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -Crashed while printing bug report - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d83998000-754d83b80000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d83b80000-754d87000000 rw-p 00000000 00:00 0 -754d87078000-754d8897f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8897f000-754d88bff000 rw-p 00000000 00:00 0 -754d88bff000-754d88c00000 ---p 00000000 00:00 0 -754d88c00000-754d89400000 rw-p 00000000 00:00 0 -754d89400000-754d89800000 rw-p 00000000 00:00 0 -754d898ff000-754d89900000 ---p 00000000 00:00 0 -754d89900000-754d89a00000 rw-p 00000000 00:00 0 -754d89a00000-754d89e00000 rw-p 00000000 00:00 0 -754d89eff000-754d89f00000 ---p 00000000 00:00 0 -754d89f00000-754d8a000000 rw-p 00000000 00:00 0 -754d8a000000-754d8a400000 rw-p 00000000 00:00 0 -754d8a4ff000-754d8a500000 ---p 00000000 00:00 0 -754d8a500000-754d8a600000 rw-p 00000000 00:00 0 -754d8a600000-754d8aa00000 rw-p 00000000 00:00 0 -754d8aaff000-754d8ab00000 ---p 00000000 00:00 0 -754d8ab00000-754d8ac00000 rw-p 00000000 00:00 0 -754d8ac00000-754d8b000000 rw-p 00000000 00:00 0 -754d8b0ff000-754d8b100000 ---p 00000000 00:00 0 -754d8b100000-754d8b200000 rw-p 00000000 00:00 0 -754d8b200000-754d8b600000 rw-p 00000000 00:00 0 -754d8b6ff000-754d8b700000 ---p 00000000 00:00 0 -754d8b700000-754d8b800000 rw-p 00000000 00:00 0 -754d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafac0000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb[BUG] 24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -Segmentation fault at 0x0000000000000000754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_t -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -hread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 -- Control frame information ----------------------------------------------- - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 [FINISH] 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 -rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 000000 - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - RIP: 0x0000754df7689ea9 RBP: 0x000000000000000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754db RSP: 0x0000754db6626700e868000 rw-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - -754dbe969000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_ RAX: 0x0000754df697ec70thread_stack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dbed6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6a000-754dbed6b000 ---p 00000000 00:00 0 [ RBX: 0x0000000000000000 RCX: 0x0000000054534f50 - RDX: 0x0000000000008008 RDI: 0x0000754dd23382f0 RSI: 0x0000754dd23382f0 - R8: 0x0000754df697fab8 R9: 0x0000754df6a69080 R10: 0x000000000797e898 -anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6b000-754dbee6b000 rw-p 00000000 00:00 0 -754dbee6b000-754dbef6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6b000-754dbef6c000 ---p 00000000 00:00 0 R11: 0xac007577175593f2 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6c000-754dbf06c000 rw-p 00000000 00:00 0 -754dbf06c000-754dbf16c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16c000-754dbf16d000 ---p 00000 R12: 0x0000754df697ebb8000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16d000-754dbf26d000 rw-p 00000000 00:00 0 -754dbf26d000-754dbf36d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36d000-754d R13: 0x0000754dd232e340bf36e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36e000-754dbf46e000 rw-p 00000000 00:00 0 -754dbf46e000-754dbf56e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk - R14: 0x0000754dd22c7460 R15: 0x0000754db66269b0 EFL: 0x0000000000010246 - -SEGV received in SEGV handler --- C level backtrace information ------------------------------------------- -] -754dbf56e000-754dbf56f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56f000-754dbf66f000 rw-p 00000000 00:00 0 -754dbf66f000-754dbf76f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf76f000-754dbf770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf770000-754dbf870000 rw-p 00000000 00:00 0 -754dbf870000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dABRT received in SEGV handler -d1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3140000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3140000-754dd3141000 rw-p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7568779a0000-7568779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (849) crashed. Respawning worker. -ERROR: Child worker (472) crashed. Respawning worker. -ERROR: Child worker (512) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd31389d7] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8ba18000-754d8bc00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d8bc00000-754d8e800000 rw-p 00000000 00:00 0 -754d8e878000-754d9017f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9017f000-754d903ff000 rw-p 00000000 00:00 0 -754d903ff000-754d90400000 ---p 00000000 00:00 0 -754d90400000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7563379a0000-7563379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3138ac0] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754da9218000-754da9400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754da9400000-754dac000000 rw-p 00000000 00:00 0 -754dac078000-754dad97f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754dad97f000-754dadbff000 rw-p 00000000 00:00 0 -754dadbff000-754dadc00000 ---p 00000000 00:00 0 -754dadc00000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c30000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db12c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db12c7000-754db12ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1803000-754db1806000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1806000-754db1835000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1835000-754db183d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183d000-754db183e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183e000-754db183f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183f000-754db1840000 rw-p 00000000 00:00 0 -754db1840000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -754ef79a0000-754ef79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1228 is running. -/app/app.rb:13: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (960) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d92200000-754d94e00000 rw-p 00000000 00:00 0 -754d94e78000-754d9677f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9677f000-754d969ff000 rw-p 00000000 00:00 0 -754d969ff000-754d96a00000 ---p 00000000 00:00 0 -754d96a00000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1820000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755ef79a0000-755ef79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 - - -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(str_alloc_embed+0x3b) [0x754df777f913] /usr/src/ruby/string.c:1021 -/usr/local/lib/libruby.so.4.0(str_duplicate) /usr/src/ruby/string.c:1986 -/usr/local/lib/libruby.so.4.0(rb_str_sub) /usr/src/ruby/string.c:6313 -[0x754dd31323b6] -[BUG] Aborted at 0x000000000000025c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1232 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d85200000-754d86400000 rw-p 00000000 00:00 0 -754d86580000-754d88800000 rw-p 00000000 00:00 0 -754d8a17f000-754d8a3ff000 rw-p 00000000 00:00 0 -754d8a3ff000-754d8a400000 ---p 00000000 00:00 0 -754d8a400000-754d8ac00000 rw-p 00000000 00:00 0 -754d8ac00000-754d8b000000 rw-p 00000000 00:00 0 -754d8b0ff000-754d8b100000 ---p 00000000 00:00 0 -754d8b100000-754d8b200000 rw-p 00000000 00:00 0 -754d8b200000-754d8b600000 rw-p 00000000 00:00 0 -754d8b6ff000-754d8b700000 ---p 00000000 00:00 0 -754d8b700000-754d8b800000 rw-p 00000000 00:00 0 -754d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2d0000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 rw-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe969000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dbed6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6a000-754dbed6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6b000-754dbee6b000 rw-p 00000000 00:00 0 -754dbee6b000-754dbef6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6b000-754dbef6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6c000-754dbf06c000 rw-p 00000000 00:00 0 -754dbf06c000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7567379a0000-7567379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] Aborted at 0x000000000000038b -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (925) crashed. Respawning worker. -ERROR: Child worker (148) crashed. Respawning worker. -ERROR: Child worker (264) crashed. Respawning worker. -ERROR: Child worker (544) crashed. Respawning worker. -ERROR: Child worker (1088) crashed. Respawning worker. -ERROR: Child worker (992) crashed. Respawning worker. -INFO: 1236 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (26) crashed. Respawning worker. -ERROR: Child worker (907) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d7f000000-754d7fc00000 rw-p 00000000 00:00 0 -754d80000000-754d81200000 rw-p 00000000 00:00 0 -754d81380000-754d83000000 rw-p 00000000 00:00 0 -754d830f8000-754d849ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d849ff000-754d84a00000 ---p 00000000 00:00 0 -754d84a00000-754d85200000 rw-p 00000000 00:00 0 -754d85200000-754d85600000 rw-p 00000000 00:00 0 -754d856ff000-754d85700000 ---p 00000000 00:00 0 -754d85700000-754d85800000 rw-p 00000000 00:00 0 -754d85800000-754d85c00000 rw-p 00000000 00:00 0 -754d85cff000-754d85d00000 ---p 00000000 00:00 0 -754d85d00000-754d85e00000 rw-p 00000000 00:00 0 -754d85e00000-754d86200000 rw-p 00000000 00:00 0 -754d862ff000-754d86300000 ---p 00000000 00:00 0 -754d86300000-754d86400000 rw-p 00000000 00:00 0 -754d86400000-754d86800000 rw-p 00000000 00:00 0 -754d868ff000-754d86900000 ---p 00000000 00:00 0 -754d86900000-754d86a00000 rw-p 00000000 00:00 0 -754d86a00000-754d86e00000 rw-p 00000000 00:00 0 -754d86eff000-754d86f00000 ---p 00000000 00:00 0 -754d86f00000-754d87000000 rw-p 00000000 00:00 0 -754d87000000-754d87400000 rw-p 00000000 00:00 0 -754d874ff000-754d87500000 ---p 00000000 00:00 0 -754d87500000-754d87600000 rw-p 00000000 00:00 0 -754d87600000-754d88000000 rw-p 00000000 00:00 0 -754d880ff000-754d88100000 ---p 00000000 00:00 0 -754d88100000-754d88200000 rw-p 00000000 00:00 0 -754d88200000-754d88600000 rw-p 00000000 00:00 0 -754d886ff000-754d88700000 ---p 00000000 00:00 0 -754d88700000-754d88800000 rw-p 00000000 00:00 0 -754d88800000-754d88c00000 rw-p 00000000 00:00 0 -754d88cff000-754d88d00000 ---p 00000000 00:00 0 -754d88d00000-754d88e00000 rw-p 00000000 00:00 0 -754d88e00000-754d89200000 rw-p 00000000 00:00 0 -754d892ff000-754d89300000 ---p 00000000 00:00 0 -754d89300000-754d89400000 rw-p 00000000 00:00 0 -754d89400000-754d89800000 rw-p 00000000 00:00 0 -754d898ff000-754d89900000 ---p 00000000 00:00 0 -754d89900000-754d89a00000 rw-p 00000000 00:00 0 -754d89a00000-754d89e00000 rw-p 00000000 00:00 0 -754d89eff000-754d89f00000 ---p 00000000 00:00 0 -754d89f00000-754d8a000000 rw-p 00000000 00:00 0 -754d8a000000-754d8a400000 rw-p 00000000 00:00 0 -754d8a4ff000-754d8a500000 ---p 00000000 00:00 0 -754d8a500000-754d8a600000 rw-p 00000000 00:00 0 -754d8a600000-754d8aa00000 rw-p 00000000 00:00 0 -754d8aaff000-754d8ab00000 ---p 00000000 00:00 0 -754d8ab00000-754d8ac00000 rw-p 00000000 00:00 0 -754d8ac00000-754d8b000000 rw-p 00000000 00:00 0 -754d8b0ff000-754d8b100000 ---p 00000000 00:00 0 -754d8b100000-754d8b200000 rw-p 00000000 00:00 0 -754d8b200000-754d8b600000 rw-p 00000000 00:00 0 -754d8b6ff000-754d8b700000 ---p 00000000 00:00 0 -754d8b700000-754d8b800000 rw-p 00000000 00:00 0 -754d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0620000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 rw-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe969000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dbed6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6a000-754dbed6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6b000-754dbee6b000 rw-p 00000000 00:00 0 -754dbee6b000-754dbef6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6b000-754dbef6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6c000-754dbf06c000 rw-p 00000000 00:00 0 -754dbf06c000-754dbf16c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16c000-754dbf16d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16d000-754dbf26d000 rw-p 00000000 00:00 0 -754dbf26d000-754dbf36d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36d000-754dbf36e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36e000-754dbf46e000 rw-p 00000000 00:00 0 -754dbf46e000-754dbf56e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56e000-754dbf56f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56f000-754dbf66f000 rw-p 00000000 00:00 0 -754dbf66f000-754dbf76f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf76f000-754dbf770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf770000-754dbf870000 rw-p 00000000 00:00 0 -754dbf870000-754dbf970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf970000-754dbf971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf971000-754dbfa71000 rw-p 00000000 00:00 0 -754dbfa71000-754dbfb71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfb71000-754dbfb72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfb72000-754dbfc72000 rw-p 00000000 00:00 0 -754dbfc72000-754dbfd72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfd72000-754dbfd73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfd73000-754dbfe73000 rw-p 00000000 00:00 0 -754dbfe73000-754dbff73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbff73000-754dbff74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbff74000-754dc0074000 rw-p 00000000 00:00 0 -754dc0074000-754dc0174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0174000-754dc0175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0175000-754dc0275000 rw-p 00000000 00:00 0 -754dc0275000-754dc0375000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0375000-754dc0376000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0376000-754dc0476000 rw-p 00000000 00:00 0 -754dc0476000-754dc0576000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0576000-754dc0577000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0577000-754dc0677000 rw-p 00000000 00:00 0 -754dc0677000-754dc0777000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0777000-754dc0778000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0778000-754dc0878000 rw-p 00000000 00:00 0 -754dc0878000-754dc0978000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0978000-754dc0979000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0979000-754dc0a79000 rw-p 00000000 00:00 0 -754dc0a79000-754dc0b79000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0b79000-754dc0b7a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0b7a000-754dc0c7a000 rw-p 00000000 00:00 0 -754dc0c7a000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -756af79a0000-756af79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000040d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd3136000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754da6818000-754da6a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754da6a00000-754da9600000 rw-p 00000000 00:00 0 -754da9678000-754daaf7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754daaf7f000-754dab1ff000 rw-p 00000000 00:00 0 -754dab1ff000-754dab200000 ---p 00000000 00:00 0 -754dab200000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1220000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 - /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [ano/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -n:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:0[0x754dd3135bce] -0 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3140000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3140000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 - [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 -- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 - 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [ano* Ruby Box: disabled -n:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memor* Loaded features: - -y] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 --- 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 4 complex.so - [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poo 5 pathname.so -l_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000- 6 ruby2_keywords.rb -754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [ano 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb -n:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memor 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -y] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 --- 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poo 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb -l_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000- 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [ano 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -n:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memor 30 /usr/local/lib/ruby/4.0.0/monitor.rb -y] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 --- 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poo 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -l_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000- 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [ano 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -n:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memor 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -y] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 --- 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poo 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -l_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000- 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd4000 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -00-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00: 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 / 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb -usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/l 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -ib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_ 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb -64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb -54df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c100 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -0-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-75 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -4df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df6 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -8c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 0000 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb -9000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/tran 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -s/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linu 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -x/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64- 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/ 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb -enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 197110 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -59 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-g 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -nu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 1 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -9711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00: 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-li 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -nux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df747 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -7000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 0000000 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -0 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/ 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd900 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -0 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754d 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -f7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb -:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7550b79a0000-7550b79a5000 rw-p 00000000 00:00 0 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - - - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d81218000-754d81400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d81400000-754d84000000 rw-p 00000000 00:00 0 -754d84078000-754d8597f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8597f000-754d85bff000 rw-p 00000000 00:00 0 -754d85bff000-754d85c00000 ---p 00000000 00:00 0 -754d85c00000-754d86400000 rw-p 00000000 00:00 0 -754d86400000-754d86800000 rw-p 00000000 00:00 0 -754d868ff000-754d86900000 ---p 00000000 00:00 0 -754d86900000-754d86a00000 rw-p 00000000 00:00 0 -754d86a00000-754d86e00000 rw-p 00000000 00:00 0 -754d86eff000-754d86f00000 ---p 00000000 00:00 0 -754d86f00000-754d87000000 rw-p 00000000 00:00 0 -754d87000000-754d87400000 rw-p 00000000 00:00 0 -754d874ff000-754d87500000 ---p 00000000 00:00 0 -754d87500000-754d87600000 rw-p 00000000 00:00 0 -754d87600000-754d88000000 rw-p 00000000 00:00 0 -754d880ff000-754d88100000 ---p 00000000 00:00 0 -754d88100000-754d88200000 rw-p 00000000 00:00 0 -754d88200000-754d88600000 rw-p 00000000 00:00 0 -754d886ff000-754d88700000 ---p 00000000 00:00 0 -754d88700000-754d88800000 rw-p 00000000 00:00 0 -754d88800000-754d88c00000 rw-p 00000000 00:00 0 -754d88cff000-754d88d00000 ---p 00000000 00:00 0 -754d88d00000-754d88e00000 rw-p 00000000 00:00 0 -754d88e00000-754d89200000 rw-p 00000000 00:00 0 -754d892ff000-754d89300000 ---p 00000000 00:00 0 -754d89300000-754d89400000 rw-p 00000000 00:00 0 -754d89400000-754d89800000 rw-p 00000000 00:00 0 -754d898ff000-754d89900000 ---p 00000000 00:00 0 -754d89900000-754d89a00000 rw-p 00000000 00:00 0 -754d89a00000-754d89e00000 rw-p 00000000 00:00 0 -754d89eff000-754d89f00000 ---p 00000000 00:00 0 -754d89f00000-754d8a000000 rw-p 00000000 00:00 0 -754d8a000000-754d8a400000 rw-p 00000000 00:00 0 -754d8a4ff000-754d8a500000 ---p 00000000 00:00 0 -754d8a500000-754d8a600000 rw-p 00000000 00:00 0 -754d8a600000-754d8aa00000 rw-p 00000000 00:00 0 -754d8aaff000-754d8ab00000 ---p 00000000 00:00 0 -754d8ab00000-754d8ac00000 rw-p 00000000 00:00 0 -754d8ac00000-754d8b000000 rw-p 00000000 00:00 0 -754d8b0ff000-754d8b100000 ---p 00000000 00:00 0 -754d8b100000-754d8b200000 rw-p 00000000 00:00 0 -754d8b200000-754d8b600000 rw-p 00000000 00:00 0 -754d8b6ff000-754d8b700000 ---p 00000000 00:00 0 -754d8b700000-754d8b800000 rw-p 00000000 00:00 0 -754d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0690000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-75INFO: 1240 is running. -4db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 rw-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe969000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dbed6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6a000-754dbed6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6b000-754dbee6b000 rw-p 00000000 00:00 0 -754dbee6b000-754dbef6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6b000-754dbef6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6c000-754dbf06c000 rw-p 00000000 00:00 0 -754dbf06c000-754dbf16c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16c000-754dbf16d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16d000-754dbf26d000 rw-p 00000000 00:00 0 -754dbf26d000-754dbf36d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36d000-754dbf36e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36e000-754dbf46e000 rw-p 00000000 00:00 0 -754dbf46e000-754dbf56e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56e000-754dbf56f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56f000-754dbf66f000 rw-p 00000000 00:00 0 -754dbf66f000-754dbf76f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf76f000-754dbf770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf770000-754dbf870000 rw-p 00000000 00:00 0 -754dbf870000-754dbf970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf970000-754dbf971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf971000-754dbfa71000 rw-p 00000000 00:00 0 -754dbfa71000-754dbfb71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfb71000-754dbfb72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfb72000-754dbfc72000 rw-p 00000000 00:00 0 -754dbfc72000-754dbfd72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfd72000-754dbfd73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfd73000-754dbfe73000 rw-p 00000000 00:00 0 -754dbfe73000-754dbff73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbff73000-754dbff74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbff74000-754dc0074000 rw-p 00000000 00:00 0 -754dc0074000-754dc0174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0174000-754dc0175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0175000-754dc0275000 rw-p 00000000 00:00 0 -754dc0275000-754dc0375000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0375000-754dc0376000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0376000-754dc0476000 rw-p 00000000 00:00 0 -754dc0476000-754dc0576000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0576000-754dc0577000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0577000-754dc0677000 rw-p 00000000 00:00 0 -754dc0677000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a/app/app.rb:13: [BUG] 0000 rw-p 00000000 00:00 0 -756a379a0000-756a379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - - -ERROR: Child worker (604) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x754df79edf20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x754df7a24dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x754df7a24c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x754df7a1cbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x754df79f9e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x754df74fbea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x754df74fae23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x754df74fadca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x754df79d7eaa) [0x754df79d7eaa] -/usr/local/lib/libruby.so.4.0(0x754df79d45d5) [0x754df79d45d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x754df79ea888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x754df79c9b7c) [0x754df79c9b7c] -/usr/local/lib/libruby.so.4.0(0x754df79c7ff3) [0x754df79c7ff3] -/usr/local/lib/libruby.so.4.0(0x754df79c1b87) [0x754df79c1b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x754df7994b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x754df79b2d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x754df79aa777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x754df79eed1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x754df78bf211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(yjit_compile+0x77) [0x754df7808457] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(jit_exec) /usr/src/ruby/vm.c:567 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2797 -/usr/local/lib/libruby.so.4.0(vm_yield_with_cref+0x8c) [0x754df780d280] /usr/src/ruby/vm.c:1871 -/usr/local/lib/libruby.so.4.0(vm_yield) /usr/src/ruby/vm.c:1879 -/usr/local/lib/libruby.so.4.0(rb_yield_0) /usr/src/ruby/vm_eval.c:1362 -/usr/local/lib/libruby.so.4.0(rb_yield) /usr/src/ruby/vm_eval.c:1378 -/usr/local/lib/libruby.so.4.0(rb_ary_collect_bang+0x38) [0x754df7508258] /usr/src/ruby/array.c:3801 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x754df77ea641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xce) [0x754df77f403e] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x54c) [0x754df7801fdc] /usr/src/ruby/insns.def:856 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x754df780824a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x754dd30c1231] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x754dd22a8442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -* Process memory map: - - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8e500000-754d8fa00000 rw-p 00000000 00:00 0 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - -754d8fb80000-754d91800000 rw-p 00000000 00:00 0 -754d91878000-754d9317f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9317f000-754d933ff000 rw-p 00000000 00:00 0 -754d933ff000-754d93400000 ---p 00000000 00:00 0 -75 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb -4d93400000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000- 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d9520000 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -0 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 0000 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -0000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970f 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -f000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 0 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -0:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-7 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -54d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d8 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -00000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb -9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-75 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -4da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb ----p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 000000 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -00 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b000 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -00-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 0 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -0000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00: 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb -5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 0000000 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -0 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f0000 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb -0-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:0 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb -0 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754d 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -ac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754daca30000-754dacaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dac 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -aff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad010000-754dad0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_alloc 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -ate] -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad610000-754dad6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -_body_allocate] -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadc10000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:defaul 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -t:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Rub 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -y:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 0000000 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -0 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 r 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -w-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00: 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 000000 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -00 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00: 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 529 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb -3080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-7 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -54db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ch 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -unk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 0 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000- 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_c 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -hunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_a 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -lloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb --754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a110 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -00 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754d 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -b3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threa 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -d_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 220 /usr/local/lib/ruby/4.0.0/socket.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 0 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb -0:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb -db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thre 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -ad_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511 238 /usr/local/lib/ruby/4.0.0/uri/http.rb -c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -75 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -4db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 0 245 /usr/local/lib/ruby/4.0.0/uri.rb -0000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000- 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_c 247 /usr/local/lib/ruby/4.0.0/delegate.rb -hunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_a 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -lloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb --754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_ 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754* Process memory map: - -db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db875efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8e600000-754d91600000 rw-p 00000000 00:00 0 -754d93000000-754d98600000 rw-p 00000000 00:00 0 -754d987f8000-754d98a78000 rw-p 00000000 00:00 0 -754d98a78000-754d9a37f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9a37f000-754d9a5ff000 rw-p 00000000 00:00 0 -754d9a5ff000-754d9a600000 ---p 00000000 00:00 0 -754d9a600000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-37000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c00000alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 0 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 0000 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 0000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de0 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 0000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 0:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thrda0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-7ead_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [ano54da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0n:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 0054dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 0000000:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754d0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbba6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-75d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -4da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 000000 00000000 00:00 0 -754dbc054000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754d00 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa1000d1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r-00-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad0-p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 1971100000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x860000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd22200 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dab000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00cb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754ddad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 529316w-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c000 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 0000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/loca0000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 l/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_cor [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_ae.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 000llocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -00000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a000754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 00 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754d [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_ab1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threallocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754d_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 0Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7540000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Rdb2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_threuby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -ad_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 0:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 0000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_a00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310llocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -75ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 4db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:R0000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-uby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_c0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df68hunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_a07000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--plloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db411400000:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 -754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_ /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ru [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 by/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_bod [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-py_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.s 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threo -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0ad_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b2000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 002000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/ 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a0004.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_ /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stackdf6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 _chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw- /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db82350 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x00-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df739100000:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db863-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 0007000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 0000000018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/ 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anlib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000on:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7561379a0000-7561379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4. - -0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7[BUG] Aborted at 0x00000000000002ae -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -54dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755cf79a0000-755cf79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Aborted at 0x0000000000000208 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1244 is running. -ERROR: Child worker (44) crashed. Respawning worker. -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] during_gc != 0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Aborted at 0x0000000000000153 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1248 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x754df75029db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x754df777cbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x1a) [0x754df777d56a] /usr/src/ruby/string.c:9323 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9320 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x754df77ea641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x754df7801bb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x754df780824a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x754df78131b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x754df75e4813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x754dd22be865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x754dd22bebc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x754dd22c7d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x754dd22a8442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d82c98000-754d82e80000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d82e80000-754d86c00000 rw-p 00000000 00:00 0 -754d86cf8000-754d885ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d885ff000-754d88600000 ---p 00000000 00:00 0 -754d88600000-754d88e00000 rw-p 00000000 00:00 0 -754d88e00000-754d89200000 rw-p 00000000 00:00 0 -754d892ff000-754d89300000 ---p 00000000 00:00 0 -754d89300000-754d89400000 rw-p 00000000 00:00 0 -754d89400000-754d89800000 rw-p 00000000 00:00 0 -754d898ff000-754d89900000 ---p 00000000 00:00 0 -754d89900000-754d89a00000 rw-p 00000000 00:00 0 -754d89a00000-754d89e00000 rw-p 00000000 00:00 0 -754d89eff000-754d89f00000 ---p 00000000 00:00 0 -754d89f00000-754d8a000000 rw-p 00000000 00:00 0 -754d8a000000-754d8a400000 rw-p 00000000 00:00 0 -754d8a4ff000-754d8a500000 ---p 00000000 00:00 0 -754d8a500000-754d8a600000 rw-p 00000000 00:00 0 -754d8a600000-754d8aa00000 rw-p 00000000 00:00 0 -754d8aaff000-754d8ab00000 ---p 00000000 00:00 0 -754d8ab00000-754d8ac00000 rw-p 00000000 00:00 0 -754d8ac00000-754d8b000000 rw-p 00000000 00:00 0 -754d8b0ff000-754d8b100000 ---p 00000000 00:00 0 -754d8b100000-754d8b200000 rw-p 00000000 00:00 0 -754d8b200000-754d8b600000 rw-p 00000000 00:00 0 -754d8b6ff000-754d8b700000 ---p 00000000 00:00 0 -754d8b700000-754d8b800000 rw-p 00000000 00:00 0 -754d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9a60000-754da9af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa010000-754daa0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa610000-754daa6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daac10000-754daacf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab210000-754dab2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab810000-754dab8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabe10000-754dabef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac410000-754dac4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754daca10000-754dacaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad010000-754dad0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad610000-754dad6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadc10000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 rw-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe969000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dbed6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6a000-754dbed6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6b000-754dbee6b000 rw-p 00000000 00:00 0 -754dbee6b000-754dbef6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6b000-754dbef6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6c000-754dbf06c000 rw-p 00000000 00:00 0 -754dbf06c000-754dbf16c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16c000-754dbf16d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16d000-754dbf26d000 rw-p 00000000 00:00 0 -754dbf26d000-754dbf36d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36d000-754dbf36e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36e000-754dbf46e000 rw-p 00000000 00:00 0 -754dbf46e000-754dbf56e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56e000-754dbf56f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56f000-754dbf66f000 rw-p 00000000 00:00 0 -754dbf66f000-754dbf76f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf76f000-754dbf770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf770000-754dbf870000 rw-p 00000000 00:00 0 -754dbf870000-754dbf970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf970000-754dbf971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf971000-754dbfa71000 rw-p 00000000 00:00 0 -754dbfa71000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7568b79a0000-7568b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (1037) crashed. Respawning worker. -ERROR: Child worker (14) crashed. Respawning worker. -ERROR: Child worker (93) crashed. Respawning worker. -ERROR: Child worker (1006) crashed. Respawning worker. -ERROR: Child worker (254) crashed. Respawning worker. -ERROR: Child worker (722) crashed. Respawning worker. -ERROR: Child worker (380) crashed. Respawning worker. -INFO: 1251 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(str_alloc_embed+0x2c) [0x754df77671ec] /usr/src/ruby/string.c:1021 -/usr/local/lib/libruby.so.4.0(str_enc_new) /usr/src/ruby/string.c:1071 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x208) [0x754dd22c7780] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:349 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754daac00000-754dad800000 rw-p 00000000 00:00 0 -754dad879000-754daf180000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754daf180000-754daf800000 rw-p 00000000 00:00 0 -754daf8fe000-754daf8ff000 ---p 00000000 00:00 0 -754daf8ff000-754daf9ff000 rw-p 00000000 00:00 0 -754daf9ff000-754dafa00000 ---p 00000000 00:00 0 -754dafa00000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1230000-754db12c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db12c7000-754db12ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1803000-754db1806000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1806000-754db1835000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1835000-754db183d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183d000-754db183e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183e000-754db183f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183f000-754db1840000 rw-p 00000000 00:00 0 -754db1840000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3140000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3140000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -754e779a0000-754e779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000016 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (520) crashed. Respawning worker. -ERROR: Child worker (339) crashed. Respawning worker. -INFO: 1256 is running. -ERROR: Child worker (932) crashed. Respawning worker. -ERROR: Child worker (22) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd313d000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754da2c18000-754da2e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754da2e00000-754da5a00000 rw-p 00000000 00:00 0 -754da5a78000-754da737f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754da737f000-754da75ff000 rw-p 00000000 00:00 0 -754da75ff000-754da7600000 ---p 00000000 00:00 0 -754da7600000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1260000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7553779a0000-7553779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x754df79edf20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x754df7a24dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x754df7a24c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x754df7a1cbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x754df79f9e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x754df74fbea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x754df74fae23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x754df74fadca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x754df79d7eaa) [0x754df79d7eaa] -/usr/local/lib/libruby.so.4.0(0x754df79d45d5) [0x754df79d45d5] -/usr/local/lib/libruby.so.4.0(0x754df79c9b7c) [0x754df79c9b7c] -/usr/local/lib/libruby.so.4.0(0x754df79c7ff3) [0x754df79c7ff3] -/usr/local/lib/libruby.so.4.0(0x754df79c1b87) [0x754df79c1b87] -/usr/local/lib/libruby.so.4.0(0x754df79b27b3) [0x754df79b27b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x754df79b1e2e) [0x754df79b1e2e] -/usr/local/lib/libruby.so.4.0(gen_branch+0x60) [0x754df79b1680] yjit/src/core.rs:3913 -/usr/local/lib/libruby.so.4.0(0x754df7987279) [0x754df7987279] -/usr/local/lib/libruby.so.4.0(jit_chain_guard) yjit/src/codegen.rs:2837 -/usr/local/lib/libruby.so.4.0(jit_guard_known_klass+0xac2) [0x754df7999e92] yjit/src/codegen.rs:5083 -/usr/local/lib/libruby.so.4.0(gen_send_general+0xcec) [0x754df798ac5c] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(eq+0x0) [0x754df799d365] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(gen_opt_send_without_block) yjit/src/codegen.rs:499 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x754df799055f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x754df79b3071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x754df79b4eae) [0x754df79b4eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x754df79aa624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x754df79f842d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x754df79b239c] yjit/src/core.rs:3513 -[0x754dd30c3033] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x754df79edf20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x754df7a24dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x754df7a24c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x754df7a1cbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x754df79f9e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x754df74fbea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x754df74fae23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x754df74fadca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x754df79d7eaa) [0x754df79d7eaa] -/usr/local/lib/libruby.so.4.0(0x754df79d45d5) [0x754df79d45d5] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x754df79ed923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x754df79e998a] -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x754df79e9f0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(0x754df79ca00a) [0x754df79ca00a] -/usr/local/lib/libruby.so.4.0(0x754df79c7ff3) [0x754df79c7ff3] -/usr/local/lib/libruby.so.4.0(0x754df79c1b87) [0x754df79c1b87] -/usr/local/lib/libruby.so.4.0(0x754df7992731) [0x754df7992731] -/usr/local/lib/libruby.so.4.0(gen_outlined_exit) yjit/src/codegen.rs:921 -/usr/local/lib/libruby.so.4.0(0x754df79be15a) [0x754df79be15a] -/usr/local/lib/libruby.so.4.0(branch+0x0) [0x754df799f110] yjit/src/codegen.rs:973 -/usr/local/lib/libruby.so.4.0(jit_ensure_block_entry_exit) yjit/src/codegen.rs:974 -/usr/local/lib/libruby.so.4.0(0x754df79a124d) [0x754df79a124d] -/usr/local/lib/libruby.so.4.0(gen_setlocal_generic+0x1a6) [0x754df79973c6] yjit/src/codegen.rs:2572 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x754df799055f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x754df79b3071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x754df79b4eae) [0x754df79b4eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x754df79aa624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x754df79f842d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x754df79b239c] yjit/src/core.rs:3513 -[0x754dd30c3033] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 - -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/rub 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -y/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/ 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb -4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bun 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -dle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bu 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -ndle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:9 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -24 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/ 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb -bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodi 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -ne-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ru 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -by/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/io 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -dine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/i 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -odine-0.7.58/ext/iodine/fio.c:2714 - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/b 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -undle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bun 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -dle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/ 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb --- Other runtime information ----------------------------------------------- - - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb -* Ruby Box: disabled - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -* Loaded features: - - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 0 enumerator.so - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 1 thread.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 2 fiber.so - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 3 rational.so - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 4 complex.so - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 5 pathname.so - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 6 ruby2_keywords.rb - 7 set.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 230 /app/app.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 252 /usr/local/lib/ruby/4.0.0/date.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -* Process memory map: - - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d9dc00000-754da0800000 rw-p 00000000 00:00 0 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - -754da2200000-754da6800000 rw-p 00000000 00:00 0 -754da69f8000-754da6c78000 rw-p 00000000 00:00 0 -754da6c78000-754da857f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754da857f000-754da87ff000 rw-p 00000000 00:00 0 -75 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -4da87ff000-754da8800000 ---p 00000000 00:00 0 -754da8800000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000- 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa20000 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -0 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac00 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -0000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dac 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -c00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 0 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -0:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-7 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb -54daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-75 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -4db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 000000 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -00 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_ 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -INFO: 1260 is running. -thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [ 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754d 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -b2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -[anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 0000 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb -db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb -0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 r 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb -w-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db371 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -0000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb -ack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb ----p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db43 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -15000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb -tack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Rub 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -y:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:0 236 /usr/local/lib/ruby/4.0.0/uri/file.rb -0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000 247 /usr/local/lib/ruby/4.0.0/delegate.rb -000 00:00 0 -754db501c000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a280 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -00-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x8 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -6_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so. 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-li 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -nux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-7 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -54dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 0* Process memory map: - -0000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c85efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d9df80000-754da0e00000 rw-p 00000000 00:00 0 -754da0e78000-754da277f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754da277f000-754da29ff000 rw-p 00000000 00:00 0 -754da29ff000-754da2a00000 ---p 00000000 00:00 0 -754da2a00000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000- [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fi754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e0000ber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb0 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00009ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd80000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fi 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754ber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 0000000da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-70 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 54daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocat ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0e_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadc10000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fi000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocateber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:h3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 0000000eap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [0 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_ /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allo_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:ntcate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754d_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 f68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e1-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -73000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_th54df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_read_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 _chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /u 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-sr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21flinux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754d_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_f7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c0allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-7500-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df74ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 0002 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:9000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7552b79a0000-7552b79a5000 rw-p 00000000 Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_ - -allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197: [BUG] Aborted at 0x000000000000009f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 Crashed while printing bug report - [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7556b79a0000-7556b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000012e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -[0x754dd313d000] - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb --- Other runtime information ----------------------------------------------- - - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -* Ruby Box: disabled - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -* Loaded features: - - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 0 enumerator.so - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 1 thread.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 2 fiber.so - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 3 rational.so - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 4 complex.so - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 5 pathname.so - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 6 ruby2_keywords.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 7 set.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 230 /app/app.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 252 /usr/local/lib/ruby/4.0.0/date.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -* Process memory map: - - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d81e00000-754d84e00000 rw-p 00000000 00:00 0 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - -754d86800000-754d8c400000 rw-p 00000000 00:00 0 -754d8c478000-754d8dd7f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8dd7f000-754d8dfff000 rw-p 00000000 00:00 0 -754d8dfff000-754d8e000000 ---p 00000000 00:00 0 -75 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -4d8e000000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000- 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 0000 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -0000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb -0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cf 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -f000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 0 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -0:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-7 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -54d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d984 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -00000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-75 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -4d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb ----p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 000000 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -00 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d7000 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -00-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e30 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -0000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 0 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -0000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00: 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 r 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -w-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 0000000 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -0 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb -000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:0 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -0 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754d 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -a7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb --p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -7 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb -54da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb --754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa6000 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -00 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 000 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -00000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 245 /usr/local/lib/ruby/4.0.0/uri.rb - 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754da 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -d000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw- 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb -p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -75 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -4daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000* Process memory map: - -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d9ce18000-754d9d000000 r--s 00000000 00:56 20 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754d9d000000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc78000-754da157f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754da157f000-754da17ff000 rw-p 00000000 --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d000:00 0 -754da17ff000-754da1800000 ---p 00000000 00:00 0 -754da1800000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -75a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby4da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db572754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 0000 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Rub0000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 y:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da600 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 0000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba34500 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -7540 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b00da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-70 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 54da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 0000000000 00:00 0 -754dbdc62000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.s000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0o.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf0025576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:5000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb6 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:0000000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 0000000000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df680700:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754d0 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 ae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-75 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_al4daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 locate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/rubrw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 000000y/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-l00 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 45inux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df723806522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/li000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 b/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib//4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /u754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 0000000sr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e30 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Rubyc000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7564b79a0000-7564b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 :37: [BUG] Aborted at 0x000000000000032d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7557779a0000-7557779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d7f200000-754d7fe00000 rw-p 00000000 00:00 0 -754d80200000-754d82e00000 rw-p 00000000 00:00 0 -754d82e78000-754d8477f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8477f000-754d849ff000 rw-p 00000000 00:00 0 -754d849ff000-754d84a00000 ---p 00000000 00:00 0 -754d84a00000-754d85200000 rw-p 00000000 00:00 0 -754d85200000-754d85600000 rw-p 00000000 00:00 0 -754d856ff000-754d85700000 ---p 00000000 00:00 0 -754d85700000-754d85800000 rw-p 00000000 00:00 0 -754d85800000-754d85c00000 rw-p 00000000 00:00 0 -754d85cff000-754d85d00000 ---p 00000000 00:00 0 -754d85d00000-754d85e00000 rw-p 00000000 00:00 0 -754d85e00000-754d86200000 rw-p 00000000 00:00 0 -754d862ff000-754d86300000 ---p 00000000 00:00 0 -754d86300000-754d86400000 rw-p 00000000 00:00 0 -754d86400000-754d86800000 rw-p 00000000 00:00 0 -754d868ff000-754d86900000 ---p 00000000 00:00 0 -754d86900000-754d86a00000 rw-p 00000000 00:00 0 -754d86a00000-754d86e00000 rw-p 00000000 00:00 0 -754d86eff000-754d86f00000 ---p 00000000 00:00 0 -754d86f00000-754d87000000 rw-p 00000000 00:00 0 -754d87000000-754d87400000 rw-p 00000000 00:00 0 -754d874ff000-754d87500000 ---p 00000000 00:00 0 -754d87500000-754d87600000 rw-p 00000000 00:00 0 -754d87600000-754d88000000 rw-p 00000000 00:00 0 -754d880ff000-754d88100000 ---p 00000000 00:00 0 -754d88100000-754d88200000 rw-p 00000000 00:00 0 -754d88200000-754d88600000 rw-p 00000000 00:00 0 -754d886ff000-754d88700000 ---p 00000000 00:00 0 -754d88700000-754d88800000 rw-p 00000000 00:00 0 -754d88800000-754d88c00000 rw-p 00000000 00:00 0 -754d88cff000-754d88d00000 ---p 00000000 00:00 0 -754d88d00000-754d88e00000 rw-p 00000000 00:00 0 -754d88e00000-754d89200000 rw-p 00000000 00:00 0 -754d892ff000-754d89300000 ---p 00000000 00:00 0 -754d89300000-754d89400000 rw-p 00000000 00:00 0 -754d89400000-754d89800000 rw-p 00000000 00:00 0 -754d898ff000-754d89900000 ---p 00000000 00:00 0 -754d89900000-754d89a00000 rw-p 00000000 00:00 0 -754d89a00000-754d89e00000 rw-p 00000000 00:00 0 -754d89eff000-754d89f00000 ---p 00000000 00:00 0 -754d89f00000-754d8a000000 rw-p 00000000 00:00 0 -754d8a000000-754d8a400000 rw-p 00000000 00:00 0 -754d8a4ff000-754d8a500000 ---p 00000000 00:00 0 -754d8a500000-754d8a600000 rw-p 00000000 00:00 0 -754d8a600000-754d8aa00000 rw-p 00000000 00:00 0 -754d8aaff000-754d8ab00000 ---p 00000000 00:00 0 -754d8ab00000-754d8ac00000 rw-p 00000000 00:00 0 -754d8ac00000-754d8b000000 rw-p 00000000 00:00 0 -754d8b0ff000-754d8b100000 ---p 00000000 00:00 0 -754d8b100000-754d8b200000 rw-p 00000000 00:00 0 -754d8b200000-754d8b600000 rw-p 00000000 00:00 0 -754d8b6ff000-754d8b700000 ---p 00000000 00:00 0 -754d8b700000-754d8b800000 rw-p 00000000 00:00 0 -754d8b800000-754d8bc00000 rw-p 00000000 00:00 0 -754d8bcff000-754d8bd00000 ---p 00000000 00:00 0 -754d8bd00000-754d8be00000 rw-p 00000000 00:00 0 -754d8be00000-754d8c200000 rw-p 00000000 00:00 0 -754d8c2ff000-754d8c300000 ---p 00000000 00:00 0 -754d8c300000-754d8c400000 rw-p 00000000 00:00 0 -754d8c400000-754d8c800000 rw-p 00000000 00:00 0 -754d8c8ff000-754d8c900000 ---p 00000000 00:00 0 -754d8c900000-754d8ca00000 rw-p 00000000 00:00 0 -754d8ca00000-754d8ce00000 rw-p 00000000 00:00 0 -754d8ceff000-754d8cf00000 ---p 00000000 00:00 0 -754d8cf00000-754d8d000000 rw-p 00000000 00:00 0 -754d8d000000-754d8d400000 rw-p 00000000 00:00 0 -754d8d4ff000-754d8d500000 ---p 00000000 00:00 0 -754d8d500000-754d8d600000 rw-p 00000000 00:00 0 -754d8d600000-754d8da00000 rw-p 00000000 00:00 0 -754d8daff000-754d8db00000 ---p 00000000 00:00 0 -754d8db00000-754d8dc00000 rw-p 00000000 00:00 0 -754d8dc00000-754d8e000000 rw-p 00000000 00:00 0 -754d8e0ff000-754d8e100000 ---p 00000000 00:00 0 -754d8e100000-754d8e200000 rw-p 00000000 00:00 0 -754d8e200000-754d8e600000 rw-p 00000000 00:00 0 -754d8e6ff000-754d8e700000 ---p 00000000 00:00 0 -754d8e700000-754d8e800000 rw-p 00000000 00:00 0 -754d8e800000-754d8ec00000 rw-p 00000000 00:00 0 -754d8ecff000-754d8ed00000 ---p 00000000 00:00 0 -754d8ed00000-754d8ee00000 rw-p 00000000 00:00 0 -754d8ee00000-754d8f200000 rw-p 00000000 00:00 0 -754d8f2ff000-754d8f300000 ---p 00000000 00:00 0 -754d8f300000-754d8f400000 rw-p 00000000 00:00 0 -754d8f400000-754d8f800000 rw-p 00000000 00:00 0 -754d8f8ff000-754d8f900000 ---p 00000000 00:00 0 -754d8f900000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00d0000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f000 rw-p 00000000 00:00 0 -754dbd65f000-754dbd75f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd75f000-754dbd760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd760000-754dbd860000 rw-p 00000000 00:00 0 -754dbd860000-754dbd960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd960000-754dbd961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd961000-754dbda61000 rw-p 00000000 00:00 0 -754dbda61000-754dbdb61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb61000-754dbdb62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdb62000-754dbdc62000 rw-p 00000000 00:00 0 -754dbdc62000-754dbdd62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd62000-754dbdd63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdd63000-754dbde63000 rw-p 00000000 00:00 0 -754dbde63000-754dbdf63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf63000-754dbdf64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbdf64000-754dbe064000 rw-p 00000000 00:00 0 -754dbe064000-754dbe164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe164000-754dbe165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe165000-754dbe265000 rw-p 00000000 00:00 0 -754dbe265000-754dbe365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe365000-754dbe366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe366000-754dbe466000 rw-p 00000000 00:00 0 -754dbe466000-754dbe566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe566000-754dbe567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe567000-754dbe667000 rw-p 00000000 00:00 0 -754dbe667000-754dbe767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe767000-754dbe768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe768000-754dbe868000 rw-p 00000000 00:00 0 -754dbe868000-754dbe968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe968000-754dbe969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbe969000-754dbea69000 rw-p 00000000 00:00 0 -754dbea69000-754dbeb69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb69000-754dbeb6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbeb6a000-754dbec6a000 rw-p 00000000 00:00 0 -754dbec6a000-754dbed6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6a000-754dbed6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbed6b000-754dbee6b000 rw-p 00000000 00:00 0 -754dbee6b000-754dbef6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6b000-754dbef6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbef6c000-754dbf06c000 rw-p 00000000 00:00 0 -754dbf06c000-754dbf16c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16c000-754dbf16d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf16d000-754dbf26d000 rw-p 00000000 00:00 0 -754dbf26d000-754dbf36d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36d000-754dbf36e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf36e000-754dbf46e000 rw-p 00000000 00:00 0 -754dbf46e000-754dbf56e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56e000-754dbf56f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf56f000-754dbf66f000 rw-p 00000000 00:00 0 -754dbf66f000-754dbf76f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf76f000-754dbf770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf770000-754dbf870000 rw-p 00000000 00:00 0 -754dbf870000-754dbf970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf970000-754dbf971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbf971000-754dbfa71000 rw-p 00000000 00:00 0 -754dbfa71000-754dbfb71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfb71000-754dbfb72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfb72000-754dbfc72000 rw-p 00000000 00:00 0 -754dbfc72000-754dbfd72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfd72000-754dbfd73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbfd73000-754dbfe73000 rw-p 00000000 00:00 0 -754dbfe73000-754dbff73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbff73000-754dbff74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbff74000-754dc0074000 rw-p 00000000 00:00 0 -754dc0074000-754dc0174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0174000-754dc0175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0175000-754dc0275000 rw-p 00000000 00:00 0 -754dc0275000-754dc0375000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0375000-754dc0376000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0376000-754dc0476000 rw-p 00000000 00:00 0 -754dc0476000-754dc0576000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0576000-754dc0577000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0577000-754dc0677000 rw-p 00000000 00:00 0 -754dc0677000-754dc0777000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0777000-754dc0778000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0778000-754dc0878000 rw-p 00000000 00:00 0 -754dc0878000-754dc0978000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0978000-754dc0979000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0979000-754dc0a79000 rw-p 00000000 00:00 0 -754dc0a79000-754dc0b79000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0b79000-754dc0b7a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0b7a000-754dc0c7a000 rw-p 00000000 00:00 0 -754dc0c7a000-754dc0d7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0d7a000-754dc0d7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0d7b000-754dc0e7b000 rw-p 00000000 00:00 0 -754dc0e7b000-754dc0f7b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0f7b000-754dc0f7c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc0f7c000-754dc107c000 rw-p 00000000 00:00 0 -754dc107c000-754dc117c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc117c000-754dc117d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dc117d000-754dc127d000 rw-p 00000000 00:00 0 -754dc127d000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -756bb79a0000-756bb79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000041d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1264 is running. -ERROR: Child worker (292) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x754df75d8506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x754df77502e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x754df70ecdf0) [0x754df70ecdf0] -[0x754dd313d000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -INFO: 1268 is running. - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754daa418000-754daa600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754daa600000-754dad200000 rw-p 00000000 00:00 0 -754dad278000-754daeb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754daeb7f000-754daedff000 rw-p 00000000 00:00 0 -754daedff000-754daee00000 ---p 00000000 00:00 0 -754daee00000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1270000-754db12c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db12c7000-754db12ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1803000-754db1806000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1806000-754db1835000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db1835000-754db183d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183d000-754db183e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183e000-754db183f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db183f000-754db1840000 rw-p 00000000 00:00 0 -754db1840000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -754e779a0000-754e779a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x754df74e75a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x754df760da90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x754df761bce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x754dd22c74ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d9e500000-754d9fa00000 rw-p 00000000 00:00 0 -754d9fb80000-754da1800000 rw-p 00000000 00:00 0 -754da1878000-754da317f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754da317f000-754da33ff000 rw-p 00000000 00:00 0 -754da33ff000-754da3400000 ---p 00000000 00:00 0 -754da3400000-754da3c00000 rw-p 00000000 00:00 0 -754da3c00000-754da4000000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac460000-754dac4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754daca10000-754dacaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad010000-754dad0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad610000-754dad6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadc10000-754dadcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae210000-754dae2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae810000-754dae8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daee10000-754daeef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf410000-754daf4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafa10000-754dafaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db0010000-754db00f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db0610000-754db06f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0c10000-754db0cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db1210000-754db1280000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1810000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7556379a0000-7556379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000011c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (976) crashed. Respawning worker. -ERROR: Child worker (329) crashed. Respawning worker. -ERROR: Child worker (1053) crashed. Respawning worker. -ERROR: Child worker (159) crashed. Respawning worker. -ERROR: Child worker (813) crashed. Respawning worker. -INFO: 1272 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x754df79edf20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x754df7a24dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x754df7a24c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x754df7a1cbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x754df79f9e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x754df74fbea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x754df74fae23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x754df74fadca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x754df79d7eaa) [0x754df79d7eaa] -/usr/local/lib/libruby.so.4.0(0x754df79d45d5) [0x754df79d45d5] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x754df79ed923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x754df79e998a] -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x754df79e9f0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(0x754df79ca00a) [0x754df79ca00a] -/usr/local/lib/libruby.so.4.0(0x754df79c7ff3) [0x754df79c7ff3] -/usr/local/lib/libruby.so.4.0(0x754df79c1b87) [0x754df79c1b87] -/usr/local/lib/libruby.so.4.0(0x754df7992731) [0x754df7992731] -/usr/local/lib/libruby.so.4.0(gen_outlined_exit) yjit/src/codegen.rs:921 -/usr/local/lib/libruby.so.4.0(0x754df79be15a) [0x754df79be15a] -/usr/local/lib/libruby.so.4.0(branch+0x0) [0x754df799f110] yjit/src/codegen.rs:973 -/usr/local/lib/libruby.so.4.0(jit_ensure_block_entry_exit) yjit/src/codegen.rs:974 -/usr/local/lib/libruby.so.4.0(0x754df79a124d) [0x754df79a124d] -/usr/local/lib/libruby.so.4.0(gen_getlocal_generic+0x86) [0x754df7996c36] yjit/src/codegen.rs:2471 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x754df799055f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x754df79b3071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body+0x405) [0x754df79b4ef5] yjit/src/core.rs:3632 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x754df79aa624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x754df79f842d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x754df79b239c] yjit/src/core.rs:3513 -[0x754dd30c3033] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8ac00000-754d8d800000 rw-p 00000000 00:00 0 -754d8f200000-754d93800000 rw-p 00000000 00:00 0 -754d939f8000-754d93c78000 rw-p 00000000 00:00 0 -754d93c78000-754d9557f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9557f000-754d957ff000 rw-p 00000000 00:00 0 -754d957ff000-754d95800000 ---p 00000000 00:00 0 -754d95800000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3154000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3154000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755fb79a0000-755fb79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77: [BUG] Aborted at 0x0000000000000278 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (30) crashed. Respawning worker. -ERROR: Child worker (284) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x754df79edf20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x754df7a24dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x754df7a24c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x754df7a1cbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x754df79f9e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x754df74fbea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x754df74fae23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x754df74fadca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x754df79d7eaa) [0x754df79d7eaa] -/usr/local/lib/libruby.so.4.0(0x754df79d45d5) [0x754df79d45d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x754df79ea888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x754df79c9b7c) [0x754df79c9b7c] -/usr/local/lib/libruby.so.4.0(0x754df79c7ff3) [0x754df79c7ff3] -/usr/local/lib/libruby.so.4.0(0x754df79c1b87) [0x754df79c1b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x754df7994b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x754df79b2d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x754df79aa777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x754df79eed1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x754df78bf211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(yjit_compile+0x77) [0x754df7808457] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(jit_exec) /usr/src/ruby/vm.c:567 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2797 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x754df78131b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x754df75e4813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x754dd22be865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x754dd22bebc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x754dd22c7d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x754dd22a8f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d82e00000-754d86400000 rw-p 00000000 00:00 0 -754d8649d000-754d87da4000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d87da4000-754d88000000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754d88000000-754d8d600000 rw-p 00000000 00:00 0 -754d8d678000-754d8ef7f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d8ef7f000-754d8f1ff000 rw-p 00000000 00:00 0 -754d8f1ff000-754d8f200000 ---p 00000000 00:00 0 -754d8f200000-754d8fa00000 rw-p 00000000 00:00 0 -754d8fa00000-754d8fe00000 rw-p 00000000 00:00 0 -754d8feff000-754d8ff00000 ---p 00000000 00:00 0 -754d8ff00000-754d90000000 rw-p 00000000 00:00 0 -754d90000000-754d90400000 rw-p 00000000 00:00 0 -754d904ff000-754d90500000 ---p 00000000 00:00 0 -754d90500000-754d90600000 rw-p 00000000 00:00 0 -754d90600000-754d90a00000 rw-p 00000000 00:00 0 -754d90aff000-754d90b00000 ---p 00000000 00:00 0 -754d90b00000-754d90c00000 rw-p 00000000 00:00 0 -754d90c00000-754d91000000 rw-p 00000000 00:00 0 -754d910ff000-754d91100000 ---p 00000000 00:00 0 -754d91100000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_all/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -oc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x754df79edf20] yjit/src/yjit.rs:128 - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Outp [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00ut=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x754df7a24dff] library/alloc/src/boxed.rs:1999 -000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-7/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x754df7a24c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x754df7a1cbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x754df79f9e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x754df74fbea0] library/core/src/panicking.rs:75 -54dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ch/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -unk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_al/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -loc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0(runtime+0x53) [0x754df74fae23] library/core/src/panic.rs:173 - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dbcf5b000 rw-p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x754df74fadca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x754df79d7eaa) [0x754df79d7eaa] -/usr/local/lib/libruby.so.4.0(0x754df79d45d5) [0x754df79d45d5] -/usr/local/lib/libruby.so.4.0(0x754df79c9b7c) [0x754df79c9b7c] -/usr/local/lib/libruby.so.4.0(0x754df79c7ff3) [0x754df79c7ff3] -/usr/local/lib/libruby.so.4.0(0x754df79c1b87) [0x754df79c1b87] -/usr/local/lib/libruby.so.4.0(0x754df79b27b3) [0x754df79b27b3] - [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5b000-754dbcf5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcf5c000-754dbd05c000 rw-p 00000000 00:00 0 -754dbd05c000-754dbd15c000 rw-p 0/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15c000-754dbd15d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd15d000-754dbd25d000 rw-p 00000000 00:00 0 -754dbd25d000-/usr/local/lib/libruby.so.4.0(0x754df79b1e2e) [0x754df79b1e2e] -754dbd35d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35d000-754dbd35e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd35e000-754dbd45e000 rw-p 00000000 00:/usr/local/lib/libruby.so.4.0(gen_branch+0x60) [0x754df79b1680] yjit/src/core.rs:3913 -00 0 -754dbd45e000-754dbd55e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55e000-754dbd55f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbd55f000-754dbd65f00/usr/local/lib/libruby.so.4.0(0x754df7987279) [0x754df7987279] -/usr/local/lib/libruby.so.4.0(jit_chain_guard) yjit/src/codegen.rs:2837 -/usr/local/lib/libruby.so.4.0(from+0x0) [0x754df799a0f1] yjit/src/codegen.rs:5065 -/usr/local/lib/libruby.so.4.0(into) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/convert/mod.rs:778 -/usr/local/lib/libruby.so.4.0(jit_guard_known_klass) yjit/src/codegen.rs:5066 -/usr/local/lib/libruby.so.4.0(gen_send_general+0xcec) [0x754df798ac5c] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(eq+0x0) [0x754df799d365] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(gen_opt_send_without_block) yjit/src/codegen.rs:499 -0 rw-p 00000000 00:00 0 -754dbd65f000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x754df799055f] yjit/src/codegen.rs:1398 -] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x754df79b3071] yjit/src/core.rs:3109 -000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 /usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/local/lib/libruby.so.4.0(0x754df79b4eae) [0x754df79b4eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x754df79aa624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x754df79f842d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 - /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/l/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -ibcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/l/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x754df79b239c] yjit/src/core.rs:3513 -ib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -75[0x754dd30c3033] -4dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd313c000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd313c000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7563f79a0000-7563f79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:13: [BUG] Aborted at 0x0000000000000312 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1276 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d99000000-754d9bc00000 rw-p 00000000 00:00 0 -754d9d600000-754da1c00000 rw-p 00000000 00:00 0 -754da1cf8000-754da1f78000 rw-p 00000000 00:00 0 -754da1f78000-754da387f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754da387f000-754da3fff000 rw-p 00000000 00:00 0 -754da3fff000-754da4000000 ---p 00000000 00:00 0 -754da4000000-754da4800000 rw-p 00000000 00:00 0 -754da4800000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7555b79a0000-7555b79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Aborted at 0x0000000000000111 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (437) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x754df79edf20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x754df7a24dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x754df7a24c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x754df7a1cbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x754df79f9e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x754df74fbea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x754df74fae23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x754df74fadca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x754df79d7eaa) [0x754df79d7eaa] -/usr/local/lib/libruby.so.4.0(0x754df79d45d5) [0x754df79d45d5] -/usr/local/lib/libruby.so.4.0(0x754df79c9b7c) [0x754df79c9b7c] -/usr/local/lib/libruby.so.4.0(0x754df79c7ff3) [0x754df79c7ff3] -/usr/local/lib/libruby.so.4.0(0x754df79c1b87) [0x754df79c1b87] -/usr/local/lib/libruby.so.4.0(0x754df79b27b3) [0x754df79b27b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x754df79b1e2e) [0x754df79b1e2e] -/usr/local/lib/libruby.so.4.0(gen_branch+0x60) [0x754df79b1680] yjit/src/core.rs:3913 -/usr/local/lib/libruby.so.4.0(0x754df7987279) [0x754df7987279] -/usr/local/lib/libruby.so.4.0(jit_chain_guard) yjit/src/codegen.rs:2837 -/usr/local/lib/libruby.so.4.0(gen_invokeblock_specialized+0x3da) [0x754df7983f43] yjit/src/codegen.rs:9668 -/usr/local/lib/libruby.so.4.0(gen_invokeblock) yjit/src/codegen.rs:9613 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x754df799055f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x754df79b3071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x754df79b4eae) [0x754df79b4eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x754df79aa624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x754df79f842d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x754df79b239c] yjit/src/core.rs:3513 -[0x754dd30c3033] -INFO: 1280 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d85800000-754d88a00000 rw-p 00000000 00:00 0 -754d8a400000-754d8ea00000 rw-p 00000000 00:00 0 -754d8ebf8000-754d8ee78000 rw-p 00000000 00:00 0 -754d8ee78000-754d9077f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9077f000-754d909ff000 rw-p 00000000 00:00 0 -754d909ff000-754d90a00000 ---p 00000000 00:00 0 -754d90a00000-754d91200000 rw-p 00000000 00:00 0 -754d91200000-754d91600000 rw-p 00000000 00:00 0 -754d916ff000-754d91700000 ---p 00000000 00:00 0 -754d91700000-754d91800000 rw-p 00000000 00:00 0 -754d91800000-754d91c00000 rw-p 00000000 00:00 0 -754d91cff000-754d91d00000 ---p 00000000 00:00 0 -754d91d00000-754d91e00000 rw-p 00000000 00:00 0 -754d91e00000-754d92200000 rw-p 00000000 00:00 0 -754d922ff000-754d92300000 ---p 00000000 00:00 0 -754d92300000-754d92400000 rw-p 00000000 00:00 0 -754d92400000-754d92800000 rw-p 00000000 00:00 0 -754d928ff000-754d92900000 ---p 00000000 00:00 0 -754d92900000-754d92a00000 rw-p 00000000 00:00 0 -754d92a00000-754d92e00000 rw-p 00000000 00:00 0 -754d92eff000-754d92f00000 ---p 00000000 00:00 0 -754d92f00000-754d93000000 rw-p 00000000 00:00 0 -754d93000000-754d93400000 rw-p 00000000 00:00 0 -754d934ff000-754d93500000 ---p 00000000 00:00 0 -754d93500000-754d93600000 rw-p 00000000 00:00 0 -754d93600000-754d93a00000 rw-p 00000000 00:00 0 -754d93aff000-754d93b00000 ---p 00000000 00:00 0 -754d93b00000-754d93c00000 rw-p 00000000 00:00 0 -754d93c00000-754d94000000 rw-p 00000000 00:00 0 -754d940ff000-754d94100000 ---p 00000000 00:00 0 -754d94100000-754d94200000 rw-p 00000000 00:00 0 -754d94200000-754d94600000 rw-p 00000000 00:00 0 -754d946ff000-754d94700000 ---p 00000000 00:00 0 -754d94700000-754d94800000 rw-p 00000000 00:00 0 -754d94800000-754d94c00000 rw-p 00000000 00:00 0 -754d94cff000-754d94d00000 ---p 00000000 00:00 0 -754d94d00000-754d94e00000 rw-p 00000000 00:00 0 -754d94e00000-754d95200000 rw-p 00000000 00:00 0 -754d952ff000-754d95300000 ---p 00000000 00:00 0 -754d95300000-754d95400000 rw-p 00000000 00:00 0 -754d95400000-754d95800000 rw-p 00000000 00:00 0 -754d958ff000-754d95900000 ---p 00000000 00:00 0 -754d95900000-754d95a00000 rw-p 00000000 00:00 0 -754d95a00000-754d95e00000 rw-p 00000000 00:00 0 -754d95eff000-754d95f00000 ---p 00000000 00:00 0 -754d95f00000-754d96000000 rw-p 00000000 00:00 0 -754d96000000-754d96400000 rw-p 00000000 00:00 0 -754d964ff000-754d96500000 ---p 00000000 00:00 0 -754d96500000-754d96600000 rw-p 00000000 00:00 0 -754d96600000-754d96a00000 rw-p 00000000 00:00 0 -754d96aff000-754d96b00000 ---p 00000000 00:00 0 -754d96b00000-754d96c00000 rw-p 00000000 00:00 0 -754d96c00000-754d97000000 rw-p 00000000 00:00 0 -754d970ff000-754d97100000 ---p 00000000 00:00 0 -754d97100000-754d97200000 rw-p 00000000 00:00 0 -754d97200000-754d97600000 rw-p 00000000 00:00 0 -754d976ff000-754d97700000 ---p 00000000 00:00 0 -754d97700000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dbad4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4a000-754dbad4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbad4b000-754dbae4b000 rw-p 00000000 00:00 0 -754dbae4b000-754dbaf4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4b000-754dbaf4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbaf4c000-754dbb04c000 rw-p 00000000 00:00 0 -754dbb04c000-754dbb14c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14c000-754dbb14d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb14d000-754dbb24d000 rw-p 00000000 00:00 0 -754dbb24d000-754dbb34d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34d000-754dbb34e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb34e000-754dbb44e000 rw-p 00000000 00:00 0 -754dbb44e000-754dbb54e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54e000-754dbb54f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb54f000-754dbb64f000 rw-p 00000000 00:00 0 -754dbb64f000-754dbb74f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb74f000-754dbb750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb750000-754dbb850000 rw-p 00000000 00:00 0 -754dbb850000-754dbb950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb950000-754dbb951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbb951000-754dbba51000 rw-p 00000000 00:00 0 -754dbba51000-754dbbb51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb51000-754dbbb52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbb52000-754dbbc52000 rw-p 00000000 00:00 0 -754dbbc52000-754dbbd52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd52000-754dbbd53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbd53000-754dbbe53000 rw-p 00000000 00:00 0 -754dbbe53000-754dbbf53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf53000-754dbbf54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbbf54000-754dbc054000 rw-p 00000000 00:00 0 -754dbc054000-754dbc154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc154000-754dbc155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc155000-754dbc255000 rw-p 00000000 00:00 0 -754dbc255000-754dbc355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc355000-754dbc356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc356000-754dbc456000 rw-p 00000000 00:00 0 -754dbc456000-754dbc556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc556000-754dbc557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc557000-754dbc657000 rw-p 00000000 00:00 0 -754dbc657000-754dbc757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc757000-754dbc758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc758000-754dbc858000 rw-p 00000000 00:00 0 -754dbc858000-754dbc958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc958000-754dbc959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbc959000-754dbca59000 rw-p 00000000 00:00 0 -754dbca59000-754dbcb59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb59000-754dbcb5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcb5a000-754dbcc5a000 rw-p 00000000 00:00 0 -754dbcc5a000-754dbcd5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5a000-754dbcd5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbcd5b000-754dbce5b000 rw-p 00000000 00:00 0 -754dbce5b000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7562f79a0000-7562f79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246: [BUG] Aborted at 0x00000000000002ee -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1283 is running. -ERROR: Child worker (273) crashed. Respawning worker. -ERROR: Child worker (196) crashed. Respawning worker. -ERROR: Child worker (786) crashed. Respawning worker. -INFO: 1288 is running. -INFO: 1292 is running. -ERROR: Child worker (804) crashed. Respawning worker. -INFO: 1296 is running. -INFO: 1300 is running. -ERROR: Child worker (940) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x754df79edf20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x754df7a24dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x754df7a24c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x754df7a1cbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x754df79f9e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x754df74fbea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x754df74fae23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x754df74fadca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x754df79d7eaa) [0x754df79d7eaa] -/usr/local/lib/libruby.so.4.0(0x754df79d45d5) [0x754df79d45d5] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x754df79ed923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x754df79e998a] -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x754df79e9f0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(0x754df79ca00a) [0x754df79ca00a] -/usr/local/lib/libruby.so.4.0(0x754df79c7ff3) [0x754df79c7ff3] -/usr/local/lib/libruby.so.4.0(0x754df79c1b87) [0x754df79c1b87] -/usr/local/lib/libruby.so.4.0(0x754df79b27b3) [0x754df79b27b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x754df79b1e2e) [0x754df79b1e2e] -/usr/local/lib/libruby.so.4.0(defer_compilation+0xa4) [0x754df79b3854] yjit/src/core.rs:3987 -/usr/local/lib/libruby.so.4.0(0x754df7996e08) [0x754df7996e08] -/usr/local/lib/libruby.so.4.0(gen_getlocal_generic) yjit/src/codegen.rs:2468 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x754df799055f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x754df79b3071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x754df79b4eae) [0x754df79b4eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x754df79aa624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x754df79f842d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x754df79b239c] yjit/src/core.rs:3513 -[0x754dd30c3033] -INFO: 1303 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x754df79edf20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x754df7a24dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x754df7a24c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x754df7a1cbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x754df79f9e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x754df74fbea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x754df74fae23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x754df74fadca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x754df79d7eaa) [0x754df79d7eaa] -/usr/local/lib/libruby.so.4.0(0x754df79d45d5) [0x754df79d45d5] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x754df79ed923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x754df79e998a] -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x754df79e9f0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(0x754df79ca00a) [0x754df79ca00a] -/usr/local/lib/libruby.so.4.0(0x754df79c7ff3) [0x754df79c7ff3] -/usr/local/lib/libruby.so.4.0(0x754df79c1b87) [0x754df79c1b87] -/usr/local/lib/libruby.so.4.0(0x754df79b27b3) [0x754df79b27b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x754df79b1e2e) [0x754df79b1e2e] -/usr/local/lib/libruby.so.4.0(defer_compilation+0xa4) [0x754df79b3854] yjit/src/core.rs:3987 -/usr/local/lib/libruby.so.4.0(0x754df7997621) [0x754df7997621] -/usr/local/lib/libruby.so.4.0(gen_setlocal_generic) yjit/src/codegen.rs:2569 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x754df799055f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x754df79b3071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body+0x208) [0x754df79b2f2a] yjit/src/core.rs:3250 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x754df79aa777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x754df79eed1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x754df78bf211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x463b) [0x754df78060cb] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x754df780824a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x754df78131b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x754df75e4813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x754dd22be865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x754dd22bebc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x754dd22c7d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x754df77a5e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x754dd22be756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x754dd22c99fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x754dd2299a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x754dd22a78ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x754dd22a8442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x754dd22655cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x754dd22586fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x754dd2258a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x754dd22c2e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x754df77a5a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x754dd22c2f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x754df77a934b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x754df77a9f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8f000000-754d92000000 rw-p 00000000 00:00 0 -754d9209d000-754d939a4000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d939a4000-754d93c00000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754d93c00000-754d99200000 rw-p 00000000 00:00 0 -754d993f8000-754d99678000 rw-p 00000000 00:00 0 -754d99678000-754d9af7f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d9af7f000-754d9b1ff000 rw-p 00000000 00:00 0 -754d9b1ff000-754d9b200000 ---p 00000000 00:00 0 -754d9b200000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3140000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3140000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 - ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber-- Other runtime information ----------------------------------------------- - -_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 0 -0:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_m* Ruby Box: disabled -emory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000* Loaded features: - - 0 enumerator.so - 1 thread.rb - ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 2 fiber.so - [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber 3 rational.so -_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146 4 complex.so -000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 0 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -0:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_m 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb -emory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb -000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 0 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb -0:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -[anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_m 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -emory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754d 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -f6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 000 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -02000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:5 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -6 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ru 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -by/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-li 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb -nux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000- 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df6 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -8cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb ---p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 0000 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -0000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x8 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb -6_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/ 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb --linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv- 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb -modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/li 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -b/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb -d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70a 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb -d000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x8 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -6_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -/usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -75 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb -4df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 0 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -0002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb ---p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /u 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb -sr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/lib 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -z.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0. 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/l 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -ibjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 0 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -0000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000- 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755bb79a0000-755bb79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -000000 00:00 0 [vsyscall] - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - - - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -:37: 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -[BUG] 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -Aborted at 0x00000000000001e8 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -Crashed while printing bug report - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d9ea00000-754da1a00000 rw-p 00000000 00:00 0 -754da3400000-754da8a00000 rw-p 00000000 00:00 0 -754da8a78000-754daa37f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754daa37f000-754daa5ff000 rw-p 00000000 00:00 0 -754daa5ff000-754daa600000 ---p 00000000 00:00 0 -754daa600000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-7ERROR: Child worker (759) crashed. Respawning worker. -54dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -7551379a0000-7551379a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -:37: [BUG] Aborted at 0x000000000000006d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1308 is running. -ERROR: Child worker (1097) crashed. Respawning worker. -INFO: 1312 is running. -INFO: 1316 is running. -ERROR: Child worker (686) crashed. Respawning worker. -INFO: 1320 is running. -INFO: 1324 is running. -ERROR: Child worker (949) crashed. Respawning worker. -INFO: 1328 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x754df782228f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x754df74e6805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x754df79edf20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x754df7a24dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x754df7a24c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x754df7a1cbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x754df79f9e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x754df74fbea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x754df74fae23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x754df74fadca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x754df79d7eaa) [0x754df79d7eaa] -/usr/local/lib/libruby.so.4.0(0x754df79d45d5) [0x754df79d45d5] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x754df79ed923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x754df79e998a] -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x754df79e9f0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(0x754df79ca00a) [0x754df79ca00a] -/usr/local/lib/libruby.so.4.0(0x754df79c7ff3) [0x754df79c7ff3] -/usr/local/lib/libruby.so.4.0(0x754df79c1b87) [0x754df79c1b87] -/usr/local/lib/libruby.so.4.0(0x754df7992731) [0x754df7992731] -/usr/local/lib/libruby.so.4.0(gen_outlined_exit) yjit/src/codegen.rs:921 -/usr/local/lib/libruby.so.4.0(0x754df79be15a) [0x754df79be15a] -/usr/local/lib/libruby.so.4.0(branch+0x0) [0x754df799f110] yjit/src/codegen.rs:973 -/usr/local/lib/libruby.so.4.0(jit_ensure_block_entry_exit) yjit/src/codegen.rs:974 -/usr/local/lib/libruby.so.4.0(0x754df79a124d) [0x754df79a124d] -/usr/local/lib/libruby.so.4.0(gen_getlocal_generic+0x86) [0x754df7996c36] yjit/src/codegen.rs:2471 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x754df799055f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x754df79b3071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x754df79b4eae) [0x754df79b4eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x754df79aa624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x754df79f842d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x754df79b239c] yjit/src/core.rs:3513 -[0x754dd30c3033] -ERROR: Child worker (187) crashed. Respawning worker. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5efaff078000-5efaff079000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5efaff079000-5efaff07a000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5efaff07a000-5efaff07b000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07b000-5efaff07c000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5efaff07c000-5efaff07d000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -754d8c400000-754d8f000000 rw-p 00000000 00:00 0 -754d90a00000-754d95000000 rw-p 00000000 00:00 0 -754d951f8000-754d95478000 rw-p 00000000 00:00 0 -754d95478000-754d96d7f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754d96d7f000-754d96fff000 rw-p 00000000 00:00 0 -754d96fff000-754d97000000 ---p 00000000 00:00 0 -754d97000000-754d97800000 rw-p 00000000 00:00 0 -754d97800000-754d97c00000 rw-p 00000000 00:00 0 -754d97cff000-754d97d00000 ---p 00000000 00:00 0 -754d97d00000-754d97e00000 rw-p 00000000 00:00 0 -754d97e00000-754d98200000 rw-p 00000000 00:00 0 -754d982ff000-754d98300000 ---p 00000000 00:00 0 -754d98300000-754d98400000 rw-p 00000000 00:00 0 -754d98400000-754d98800000 rw-p 00000000 00:00 0 -754d988ff000-754d98900000 ---p 00000000 00:00 0 -754d98900000-754d98a00000 rw-p 00000000 00:00 0 -754d98a00000-754d98e00000 rw-p 00000000 00:00 0 -754d98eff000-754d98f00000 ---p 00000000 00:00 0 -754d98f00000-754d99000000 rw-p 00000000 00:00 0 -754d99000000-754d99400000 rw-p 00000000 00:00 0 -754d994ff000-754d99500000 ---p 00000000 00:00 0 -754d99500000-754d99600000 rw-p 00000000 00:00 0 -754d99600000-754d99a00000 rw-p 00000000 00:00 0 -754d99aff000-754d99b00000 ---p 00000000 00:00 0 -754d99b00000-754d99c00000 rw-p 00000000 00:00 0 -754d99c00000-754d9a000000 rw-p 00000000 00:00 0 -754d9a0ff000-754d9a100000 ---p 00000000 00:00 0 -754d9a100000-754d9a200000 rw-p 00000000 00:00 0 -754d9a200000-754d9a600000 rw-p 00000000 00:00 0 -754d9a6ff000-754d9a700000 ---p 00000000 00:00 0 -754d9a700000-754d9a800000 rw-p 00000000 00:00 0 -754d9a800000-754d9ac00000 rw-p 00000000 00:00 0 -754d9acff000-754d9ad00000 ---p 00000000 00:00 0 -754d9ad00000-754d9ae00000 rw-p 00000000 00:00 0 -754d9ae00000-754d9b200000 rw-p 00000000 00:00 0 -754d9b2ff000-754d9b300000 ---p 00000000 00:00 0 -754d9b300000-754d9b400000 rw-p 00000000 00:00 0 -754d9b400000-754d9b800000 rw-p 00000000 00:00 0 -754d9b8ff000-754d9b900000 ---p 00000000 00:00 0 -754d9b900000-754d9ba00000 rw-p 00000000 00:00 0 -754d9ba00000-754d9be00000 rw-p 00000000 00:00 0 -754d9beff000-754d9bf00000 ---p 00000000 00:00 0 -754d9bf00000-754d9c000000 rw-p 00000000 00:00 0 -754d9c000000-754d9c400000 rw-p 00000000 00:00 0 -754d9c4ff000-754d9c500000 ---p 00000000 00:00 0 -754d9c500000-754d9c600000 rw-p 00000000 00:00 0 -754d9c600000-754d9ca00000 rw-p 00000000 00:00 0 -754d9caff000-754d9cb00000 ---p 00000000 00:00 0 -754d9cb00000-754d9cc00000 rw-p 00000000 00:00 0 -754d9cc00000-754d9d000000 rw-p 00000000 00:00 0 -754d9d0ff000-754d9d100000 ---p 00000000 00:00 0 -754d9d100000-754d9d200000 rw-p 00000000 00:00 0 -754d9d200000-754d9d600000 rw-p 00000000 00:00 0 -754d9d6ff000-754d9d700000 ---p 00000000 00:00 0 -754d9d700000-754d9d800000 rw-p 00000000 00:00 0 -754d9d800000-754d9dc00000 rw-p 00000000 00:00 0 -754d9dcff000-754d9dd00000 ---p 00000000 00:00 0 -754d9dd00000-754d9de00000 rw-p 00000000 00:00 0 -754d9de00000-754d9e200000 rw-p 00000000 00:00 0 -754d9e2ff000-754d9e300000 ---p 00000000 00:00 0 -754d9e300000-754d9e400000 rw-p 00000000 00:00 0 -754d9e400000-754d9e800000 rw-p 00000000 00:00 0 -754d9e8ff000-754d9e900000 ---p 00000000 00:00 0 -754d9e900000-754d9ea00000 rw-p 00000000 00:00 0 -754d9ea00000-754d9ee00000 rw-p 00000000 00:00 0 -754d9eeff000-754d9ef00000 ---p 00000000 00:00 0 -754d9ef00000-754d9f000000 rw-p 00000000 00:00 0 -754d9f000000-754d9f400000 rw-p 00000000 00:00 0 -754d9f4ff000-754d9f500000 ---p 00000000 00:00 0 -754d9f500000-754d9f600000 rw-p 00000000 00:00 0 -754d9f600000-754d9fa00000 rw-p 00000000 00:00 0 -754d9faff000-754d9fb00000 ---p 00000000 00:00 0 -754d9fb00000-754d9fc00000 rw-p 00000000 00:00 0 -754d9fc00000-754da0000000 rw-p 00000000 00:00 0 -754da00ff000-754da0100000 ---p 00000000 00:00 0 -754da0100000-754da0200000 rw-p 00000000 00:00 0 -754da0200000-754da0600000 rw-p 00000000 00:00 0 -754da06ff000-754da0700000 ---p 00000000 00:00 0 -754da0700000-754da0800000 rw-p 00000000 00:00 0 -754da0800000-754da0c00000 rw-p 00000000 00:00 0 -754da0cff000-754da0d00000 ---p 00000000 00:00 0 -754da0d00000-754da0e00000 rw-p 00000000 00:00 0 -754da0e00000-754da1200000 rw-p 00000000 00:00 0 -754da12ff000-754da1300000 ---p 00000000 00:00 0 -754da1300000-754da1400000 rw-p 00000000 00:00 0 -754da1400000-754da1800000 rw-p 00000000 00:00 0 -754da18ff000-754da1900000 ---p 00000000 00:00 0 -754da1900000-754da1a00000 rw-p 00000000 00:00 0 -754da1a00000-754da1e00000 rw-p 00000000 00:00 0 -754da1eff000-754da1f00000 ---p 00000000 00:00 0 -754da1f00000-754da2000000 rw-p 00000000 00:00 0 -754da2000000-754da2400000 rw-p 00000000 00:00 0 -754da24ff000-754da2500000 ---p 00000000 00:00 0 -754da2500000-754da2600000 rw-p 00000000 00:00 0 -754da2600000-754da2a00000 rw-p 00000000 00:00 0 -754da2aff000-754da2b00000 ---p 00000000 00:00 0 -754da2b00000-754da2c00000 rw-p 00000000 00:00 0 -754da2c00000-754da3000000 rw-p 00000000 00:00 0 -754da30ff000-754da3100000 ---p 00000000 00:00 0 -754da3100000-754da3200000 rw-p 00000000 00:00 0 -754da3200000-754da3600000 rw-p 00000000 00:00 0 -754da36ff000-754da3700000 ---p 00000000 00:00 0 -754da3700000-754da3800000 rw-p 00000000 00:00 0 -754da3800000-754da4000000 rw-p 00000000 00:00 0 -754da40fe000-754da40ff000 ---p 00000000 00:00 0 -754da40ff000-754da41ff000 rw-p 00000000 00:00 0 -754da41ff000-754da4200000 ---p 00000000 00:00 0 -754da4200000-754da4300000 rw-p 00000000 00:00 0 -754da4300000-754da4c00000 rw-p 00000000 00:00 0 -754da4cff000-754da4d00000 ---p 00000000 00:00 0 -754da4d00000-754da4e00000 rw-p 00000000 00:00 0 -754da4e00000-754da5200000 rw-p 00000000 00:00 0 -754da52ff000-754da5300000 ---p 00000000 00:00 0 -754da5300000-754da5400000 rw-p 00000000 00:00 0 -754da5400000-754da5800000 rw-p 00000000 00:00 0 -754da58ff000-754da5900000 ---p 00000000 00:00 0 -754da5900000-754da5a00000 rw-p 00000000 00:00 0 -754da5a00000-754da5e00000 rw-p 00000000 00:00 0 -754da5eff000-754da5f00000 ---p 00000000 00:00 0 -754da5f00000-754da6000000 rw-p 00000000 00:00 0 -754da6000000-754da6400000 rw-p 00000000 00:00 0 -754da64ff000-754da6500000 ---p 00000000 00:00 0 -754da6500000-754da6600000 rw-p 00000000 00:00 0 -754da6600000-754da6a00000 rw-p 00000000 00:00 0 -754da6aff000-754da6b00000 ---p 00000000 00:00 0 -754da6b00000-754da6c00000 rw-p 00000000 00:00 0 -754da6c00000-754da7000000 rw-p 00000000 00:00 0 -754da70ff000-754da7100000 ---p 00000000 00:00 0 -754da7100000-754da7200000 rw-p 00000000 00:00 0 -754da7200000-754da7600000 rw-p 00000000 00:00 0 -754da76ff000-754da7700000 ---p 00000000 00:00 0 -754da7700000-754da7800000 rw-p 00000000 00:00 0 -754da7800000-754da7c00000 rw-p 00000000 00:00 0 -754da7cff000-754da7d00000 ---p 00000000 00:00 0 -754da7d00000-754da7e00000 rw-p 00000000 00:00 0 -754da7e00000-754da8200000 rw-p 00000000 00:00 0 -754da82ff000-754da8300000 ---p 00000000 00:00 0 -754da8300000-754da8400000 rw-p 00000000 00:00 0 -754da8400000-754da8800000 rw-p 00000000 00:00 0 -754da88ff000-754da8900000 ---p 00000000 00:00 0 -754da8900000-754da8a00000 rw-p 00000000 00:00 0 -754da8a00000-754da8e00000 rw-p 00000000 00:00 0 -754da8eff000-754da8f00000 ---p 00000000 00:00 0 -754da8f00000-754da9000000 rw-p 00000000 00:00 0 -754da9000000-754da9400000 rw-p 00000000 00:00 0 -754da94ff000-754da9500000 ---p 00000000 00:00 0 -754da9500000-754da9600000 rw-p 00000000 00:00 0 -754da9600000-754da9a00000 rw-p 00000000 00:00 0 -754da9aff000-754da9b00000 ---p 00000000 00:00 0 -754da9b00000-754da9c00000 rw-p 00000000 00:00 0 -754da9c00000-754daa000000 rw-p 00000000 00:00 0 -754daa0ff000-754daa100000 ---p 00000000 00:00 0 -754daa100000-754daa200000 rw-p 00000000 00:00 0 -754daa200000-754daa600000 rw-p 00000000 00:00 0 -754daa6ff000-754daa700000 ---p 00000000 00:00 0 -754daa700000-754daa800000 rw-p 00000000 00:00 0 -754daa800000-754daac00000 rw-p 00000000 00:00 0 -754daacff000-754daad00000 ---p 00000000 00:00 0 -754daad00000-754daae00000 rw-p 00000000 00:00 0 -754daae00000-754dab200000 rw-p 00000000 00:00 0 -754dab2ff000-754dab300000 ---p 00000000 00:00 0 -754dab300000-754dab400000 rw-p 00000000 00:00 0 -754dab400000-754dab800000 rw-p 00000000 00:00 0 -754dab8ff000-754dab900000 ---p 00000000 00:00 0 -754dab900000-754daba00000 rw-p 00000000 00:00 0 -754daba00000-754dabe00000 rw-p 00000000 00:00 0 -754dabeff000-754dabf00000 ---p 00000000 00:00 0 -754dabf00000-754dac000000 rw-p 00000000 00:00 0 -754dac000000-754dac400000 rw-p 00000000 00:00 0 -754dac4ff000-754dac500000 ---p 00000000 00:00 0 -754dac500000-754dac600000 rw-p 00000000 00:00 0 -754dac600000-754daca00000 rw-p 00000000 00:00 0 -754dacaff000-754dacb00000 ---p 00000000 00:00 0 -754dacb00000-754dacc00000 rw-p 00000000 00:00 0 -754dacc00000-754dad000000 rw-p 00000000 00:00 0 -754dad0ff000-754dad100000 ---p 00000000 00:00 0 -754dad100000-754dad200000 rw-p 00000000 00:00 0 -754dad200000-754dad600000 rw-p 00000000 00:00 0 -754dad6ff000-754dad700000 ---p 00000000 00:00 0 -754dad700000-754dad800000 rw-p 00000000 00:00 0 -754dad800000-754dadc00000 rw-p 00000000 00:00 0 -754dadcff000-754dadd00000 ---p 00000000 00:00 0 -754dadd00000-754dade00000 rw-p 00000000 00:00 0 -754dade00000-754dae200000 rw-p 00000000 00:00 0 -754dae2ff000-754dae300000 ---p 00000000 00:00 0 -754dae300000-754dae400000 rw-p 00000000 00:00 0 -754dae400000-754dae800000 rw-p 00000000 00:00 0 -754dae8ff000-754dae900000 ---p 00000000 00:00 0 -754dae900000-754daea00000 rw-p 00000000 00:00 0 -754daea00000-754daee00000 rw-p 00000000 00:00 0 -754daeeff000-754daef00000 ---p 00000000 00:00 0 -754daef00000-754daf000000 rw-p 00000000 00:00 0 -754daf000000-754daf400000 rw-p 00000000 00:00 0 -754daf4ff000-754daf500000 ---p 00000000 00:00 0 -754daf500000-754daf600000 rw-p 00000000 00:00 0 -754daf600000-754dafa00000 rw-p 00000000 00:00 0 -754dafaff000-754dafb00000 ---p 00000000 00:00 0 -754dafb00000-754dafc00000 rw-p 00000000 00:00 0 -754dafc00000-754db0000000 rw-p 00000000 00:00 0 -754db00ff000-754db0100000 ---p 00000000 00:00 0 -754db0100000-754db0200000 rw-p 00000000 00:00 0 -754db0200000-754db0600000 rw-p 00000000 00:00 0 -754db06ff000-754db0700000 ---p 00000000 00:00 0 -754db0700000-754db0800000 rw-p 00000000 00:00 0 -754db0800000-754db0c00000 rw-p 00000000 00:00 0 -754db0cff000-754db0d00000 ---p 00000000 00:00 0 -754db0d00000-754db0e00000 rw-p 00000000 00:00 0 -754db0e00000-754db1200000 rw-p 00000000 00:00 0 -754db128a000-754db12c2000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -754db12c2000-754db12c5000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12c5000-754db12f4000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12f4000-754db12fc000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fc000-754db12fd000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fd000-754db12fe000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -754db12fe000-754db12ff000 rw-p 00000000 00:00 0 -754db12ff000-754db1300000 ---p 00000000 00:00 0 -754db1300000-754db1400000 rw-p 00000000 00:00 0 -754db1400000-754db1800000 rw-p 00000000 00:00 0 -754db1830000-754db18f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754db18ff000-754db1900000 ---p 00000000 00:00 0 -754db1900000-754db1a00000 rw-p 00000000 00:00 0 -754db1a00000-754db1b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b01000-754db1b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1b02000-754db1c02000 rw-p 00000000 00:00 0 -754db1c02000-754db1d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d02000-754db1d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1d03000-754db1e03000 rw-p 00000000 00:00 0 -754db1e03000-754db1f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f03000-754db1f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db1f04000-754db2004000 rw-p 00000000 00:00 0 -754db2004000-754db2104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2104000-754db2105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2105000-754db2205000 rw-p 00000000 00:00 0 -754db2205000-754db2305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2305000-754db2306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2306000-754db2406000 rw-p 00000000 00:00 0 -754db2406000-754db2506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2506000-754db2507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2507000-754db2607000 rw-p 00000000 00:00 0 -754db2607000-754db2707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2707000-754db2708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2708000-754db2808000 rw-p 00000000 00:00 0 -754db2808000-754db2908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2908000-754db2909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2909000-754db2a09000 rw-p 00000000 00:00 0 -754db2a09000-754db2b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b09000-754db2b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2b0a000-754db2c0a000 rw-p 00000000 00:00 0 -754db2c0a000-754db2d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0a000-754db2d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2d0b000-754db2e0b000 rw-p 00000000 00:00 0 -754db2e0b000-754db2f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0b000-754db2f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db2f0c000-754db300c000 rw-p 00000000 00:00 0 -754db300c000-754db310c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310c000-754db310d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db310d000-754db320d000 rw-p 00000000 00:00 0 -754db320d000-754db330d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330d000-754db330e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db330e000-754db340e000 rw-p 00000000 00:00 0 -754db340e000-754db350e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350e000-754db350f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db350f000-754db360f000 rw-p 00000000 00:00 0 -754db360f000-754db370f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db370f000-754db3710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3710000-754db3810000 rw-p 00000000 00:00 0 -754db3810000-754db3910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3910000-754db3911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3911000-754db3a11000 rw-p 00000000 00:00 0 -754db3a11000-754db3b11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b11000-754db3b12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3b12000-754db3c12000 rw-p 00000000 00:00 0 -754db3c12000-754db3d12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d12000-754db3d13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3d13000-754db3e13000 rw-p 00000000 00:00 0 -754db3e13000-754db3f13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f13000-754db3f14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db3f14000-754db4014000 rw-p 00000000 00:00 0 -754db4014000-754db4114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4114000-754db4115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4115000-754db4215000 rw-p 00000000 00:00 0 -754db4215000-754db4315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4315000-754db4316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4316000-754db4416000 rw-p 00000000 00:00 0 -754db4416000-754db4516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4516000-754db4517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4517000-754db4617000 rw-p 00000000 00:00 0 -754db4617000-754db4717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4717000-754db4718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4718000-754db4818000 rw-p 00000000 00:00 0 -754db4818000-754db4918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4918000-754db4919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4919000-754db4a19000 rw-p 00000000 00:00 0 -754db4a19000-754db4b19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b19000-754db4b1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4b1a000-754db4c1a000 rw-p 00000000 00:00 0 -754db4c1a000-754db4d1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1a000-754db4d1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4d1b000-754db4e1b000 rw-p 00000000 00:00 0 -754db4e1b000-754db4f1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1b000-754db4f1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db4f1c000-754db501c000 rw-p 00000000 00:00 0 -754db501c000-754db511c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511c000-754db511d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db511d000-754db521d000 rw-p 00000000 00:00 0 -754db521d000-754db531d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531d000-754db531e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db531e000-754db541e000 rw-p 00000000 00:00 0 -754db541e000-754db551e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551e000-754db551f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db551f000-754db561f000 rw-p 00000000 00:00 0 -754db561f000-754db571f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db571f000-754db5720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5720000-754db5820000 rw-p 00000000 00:00 0 -754db5820000-754db5920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5920000-754db5921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5921000-754db5a21000 rw-p 00000000 00:00 0 -754db5a21000-754db5b21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b21000-754db5b22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5b22000-754db5c22000 rw-p 00000000 00:00 0 -754db5c22000-754db5d22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d22000-754db5d23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5d23000-754db5e23000 rw-p 00000000 00:00 0 -754db5e23000-754db5f23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f23000-754db5f24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db5f24000-754db6024000 rw-p 00000000 00:00 0 -754db6024000-754db6124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6124000-754db6125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6125000-754db6225000 rw-p 00000000 00:00 0 -754db6225000-754db6325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6325000-754db6326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6326000-754db6426000 rw-p 00000000 00:00 0 -754db6426000-754db6526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6526000-754db6527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6527000-754db6627000 rw-p 00000000 00:00 0 -754db6627000-754db6727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6727000-754db6728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6728000-754db6828000 rw-p 00000000 00:00 0 -754db6828000-754db6928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6928000-754db6929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6929000-754db6a29000 rw-p 00000000 00:00 0 -754db6a29000-754db6b29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b29000-754db6b2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6b2a000-754db6c2a000 rw-p 00000000 00:00 0 -754db6c2a000-754db6d2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2a000-754db6d2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6d2b000-754db6e2b000 rw-p 00000000 00:00 0 -754db6e2b000-754db6f2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2b000-754db6f2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db6f2c000-754db702c000 rw-p 00000000 00:00 0 -754db702c000-754db712c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712c000-754db712d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db712d000-754db722d000 rw-p 00000000 00:00 0 -754db722d000-754db732d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732d000-754db732e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db732e000-754db742e000 rw-p 00000000 00:00 0 -754db742e000-754db752e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752e000-754db752f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db752f000-754db762f000 rw-p 00000000 00:00 0 -754db762f000-754db772f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db772f000-754db7730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7730000-754db7830000 rw-p 00000000 00:00 0 -754db7830000-754db7930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7930000-754db7931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7931000-754db7a31000 rw-p 00000000 00:00 0 -754db7a31000-754db7b31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b31000-754db7b32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7b32000-754db7c32000 rw-p 00000000 00:00 0 -754db7c32000-754db7d32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d32000-754db7d33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7d33000-754db7e33000 rw-p 00000000 00:00 0 -754db7e33000-754db7f33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f33000-754db7f34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db7f34000-754db8034000 rw-p 00000000 00:00 0 -754db8034000-754db8134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8134000-754db8135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8135000-754db8235000 rw-p 00000000 00:00 0 -754db8235000-754db8335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8335000-754db8336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8336000-754db8436000 rw-p 00000000 00:00 0 -754db8436000-754db8536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8536000-754db8537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8537000-754db8637000 rw-p 00000000 00:00 0 -754db8637000-754db8737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8737000-754db8738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8738000-754db8838000 rw-p 00000000 00:00 0 -754db8838000-754db8938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8938000-754db8939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8939000-754db8a39000 rw-p 00000000 00:00 0 -754db8a39000-754db8b39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b39000-754db8b3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8b3a000-754db8c3a000 rw-p 00000000 00:00 0 -754db8c3a000-754db8d3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3a000-754db8d3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8d3b000-754db8e3b000 rw-p 00000000 00:00 0 -754db8e3b000-754db8f3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3b000-754db8f3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db8f3c000-754db903c000 rw-p 00000000 00:00 0 -754db903c000-754db913c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913c000-754db913d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db913d000-754db923d000 rw-p 00000000 00:00 0 -754db923d000-754db933d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933d000-754db933e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db933e000-754db943e000 rw-p 00000000 00:00 0 -754db943e000-754db953e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953e000-754db953f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db953f000-754db963f000 rw-p 00000000 00:00 0 -754db963f000-754db973f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db973f000-754db9740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9740000-754db9840000 rw-p 00000000 00:00 0 -754db9840000-754db9940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9940000-754db9941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9941000-754db9a41000 rw-p 00000000 00:00 0 -754db9a41000-754db9b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b41000-754db9b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9b42000-754db9c42000 rw-p 00000000 00:00 0 -754db9c42000-754db9d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d42000-754db9d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9d43000-754db9e43000 rw-p 00000000 00:00 0 -754db9e43000-754db9f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f43000-754db9f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754db9f44000-754dba044000 rw-p 00000000 00:00 0 -754dba044000-754dba144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba144000-754dba145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba145000-754dba245000 rw-p 00000000 00:00 0 -754dba245000-754dba345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba345000-754dba346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba346000-754dba446000 rw-p 00000000 00:00 0 -754dba446000-754dba546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba546000-754dba547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba547000-754dba647000 rw-p 00000000 00:00 0 -754dba647000-754dba747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba747000-754dba748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba748000-754dba848000 rw-p 00000000 00:00 0 -754dba848000-754dba948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba948000-754dba949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dba949000-754dbaa49000 rw-p 00000000 00:00 0 -754dbaa49000-754dbab49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab49000-754dbab4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dbab4a000-754dbac4a000 rw-p 00000000 00:00 0 -754dbac4a000-754dd1a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -754dd1a10000-754dd1a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd1a28000-754dd1a2d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1a2d000-754dd1adc000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1adc000-754dd1af0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af0000-754dd1af1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af1000-754dd1af2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -754dd1af2000-754dd1be9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1be9000-754dd1f6c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd1f6c000-754dd20a3000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd20a3000-754dd2126000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2126000-754dd2129000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -754dd2129000-754dd212c000 rw-p 00000000 00:00 0 -754dd212c000-754dd214f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd214f000-754dd21f8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd21f8000-754dd222b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd222b000-754dd2236000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd2236000-754dd223a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -754dd223a000-754dd2249000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2249000-754dd22e7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd22e7000-754dd2326000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd2326000-754dd232b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232b000-754dd232f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -754dd232f000-754dd2330000 rw-p 00000000 00:00 0 -754dd2330000-754dd2340000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd234b000-754dd2352000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2352000-754dd2376000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2376000-754dd237e000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237e000-754dd237f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd237f000-754dd2380000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -754dd2380000-754dd2400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2400000-754dd2c00000 rw-p 00000000 00:00 0 -754dd2c10000-754dd2d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd2d20000-754dd30a0000 rw-p 00000000 00:00 0 -754dd30a0000-754dd30c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754dd30c1000-754dd3130000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3130000-754dd3141000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754dd3141000-754ddb0c1000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -754ddb0e0000-754ddb100000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb110000-754ddb120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb120000-754ddb230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754ddb23f000-754ddb53f000 rw-p 00000000 00:00 0 -754ddb53f000-754ddb540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb540000-754ddb5e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e1000-754ddb5e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb5e2000-754ddb683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb683000-754ddb684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb684000-754ddb725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb725000-754ddb726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb726000-754ddb7c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c7000-754ddb7c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb7c8000-754ddb869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb869000-754ddb86a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb86a000-754ddb90b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90b000-754ddb90c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb90c000-754ddb9ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ad000-754ddb9ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddb9ae000-754ddba4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba4f000-754ddba50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddba50000-754ddbaf1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf1000-754ddbaf2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbaf2000-754ddbb93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb93000-754ddbb94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbb94000-754ddbc35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc35000-754ddbc36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbc36000-754ddbcd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd7000-754ddbcd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbcd8000-754ddbd79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd79000-754ddbd7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbd7a000-754ddbe1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1b000-754ddbe1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbe1c000-754ddbebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebd000-754ddbebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbebe000-754ddbf5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf5f000-754ddbf60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddbf60000-754ddc001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc001000-754ddc002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc002000-754ddc0a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a3000-754ddc0a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc0a4000-754ddc145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc145000-754ddc146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc146000-754ddc1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e7000-754ddc1e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc1e8000-754ddc289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc289000-754ddc28a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc28a000-754ddc32b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32b000-754ddc32c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc32c000-754ddc3cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3cd000-754ddc3ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc3ce000-754ddc46f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc46f000-754ddc470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc470000-754ddc511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc511000-754ddc512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc512000-754ddc5b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b3000-754ddc5b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc5b4000-754ddc655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc655000-754ddc656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc656000-754ddc6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f7000-754ddc6f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc6f8000-754ddc799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc799000-754ddc79a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc79a000-754ddc83b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83b000-754ddc83c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc83c000-754ddc8dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8dd000-754ddc8de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc8de000-754ddc97f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -754ddc97f000-754ddc980000 ---p 00000000 00:00 0 -754ddc980000-754ddd180000 rw-p 00000000 00:00 0 -754ddd180000-754ddd400000 rw-p 00000000 00:00 0 -754ddd400000-754df5400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -754df5400000-754df6800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -754df6805000-754df6807000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6807000-754df680c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680c000-754df680e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680e000-754df680f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df680f000-754df6810000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -754df6810000-754df6820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6821000-754df6822000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6822000-754df6824000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6824000-754df6825000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6825000-754df6826000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6826000-754df6827000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -754df6827000-754df6829000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6829000-754df682c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682c000-754df682e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682e000-754df682f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df682f000-754df6830000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -754df6830000-754df6840000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df6840000-754df68c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df68c0000-754df68c1000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c1000-754df68c2000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c2000-754df68c3000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c3000-754df68c4000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c4000-754df68c5000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -754df68c5000-754df68c7000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68c7000-754df68cc000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cc000-754df68ce000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68ce000-754df68cf000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68cf000-754df68d0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -754df68d0000-754df69a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -754df69a0000-754df69a1000 rw-p 00000000 00:00 0 -754df69a1000-754df69a2000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a2000-754df69a3000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a3000-754df69a4000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a4000-754df69a5000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a5000-754df69a6000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -754df69a6000-754df6a00000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -754df6a00000-754df6e00000 rw-p 00000000 00:00 0 -754df6e02000-754df6e03000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e03000-754df6e04000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e04000-754df6e05000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e05000-754df6e06000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e06000-754df6e07000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -754df6e07000-754df6e08000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e08000-754df6e09000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e09000-754df6e0a000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0a000-754df6e0b000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0b000-754df6e0c000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -754df6e0c000-754df6e13000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -754df6e13000-754df6e1a000 rw-p 00000000 00:00 0 -754df6e1a000-754df6e1e000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e1e000-754df6e41000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e41000-754df6e45000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e45000-754df6e46000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e46000-754df6e47000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -754df6e47000-754df6ee4000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df6ee4000-754df700d000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df700d000-754df709b000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df709b000-754df70a6000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a6000-754df70a9000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -754df70a9000-754df70ad000 rw-p 00000000 00:00 0 -754df70ad000-754df70d5000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df70d5000-754df7238000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7238000-754df728e000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df728e000-754df7292000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7292000-754df7294000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -754df7294000-754df72a1000 rw-p 00000000 00:00 0 -754df72a1000-754df72b2000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df72b2000-754df732f000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df732f000-754df738f000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df738f000-754df7390000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7390000-754df7391000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -754df7391000-754df7393000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df7393000-754df73a9000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73a9000-754df73c3000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c3000-754df73c4000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c4000-754df73c5000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -754df73c5000-754df73cf000 rw-p 00000000 00:00 0 -754df73cf000-754df73db000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df73db000-754df7440000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7440000-754df7457000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7457000-754df7458000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7458000-754df7459000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -754df7459000-754df745c000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df745c000-754df7470000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7470000-754df7477000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7477000-754df7478000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7478000-754df7479000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -754df7479000-754df74df000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df74df000-754df7ab3000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7ab3000-754df7cc2000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cc2000-754df7cef000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cef000-754df7cf5000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -754df7cf5000-754df7d0a000 rw-p 00000000 00:00 0 -754df7d0a000-754df7d13000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7d13000-754df7dba000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dba000-754df7dd2000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd2000-754df7dd8000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd8000-754df7dd9000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -754df7dd9000-754df7e39000 rw-p 00000000 00:00 0 -754df7e39000-754df7e3a000 rw-p 00000000 00:00 0 -754df7e3a000-754df7e3c000 rw-p 00000000 00:00 0 -754df7e3c000-754df7e40000 r--p 00000000 00:00 0 [vvar] -754df7e40000-754df7e42000 r--p 00000000 00:00 0 [vvar_vclock] -754df7e42000-754df7e44000 r-xp 00000000 00:00 0 [vdso] -754df7e44000-754df7e45000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e45000-754df7e6d000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e6d000-754df7e78000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e78000-754df7e7a000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7a000-754df7e7b000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -754df7e7b000-754df7e7c000 rw-p 00000000 00:00 0 -754e371a0000-754e386a0000 rw-p 00000000 00:00 0 -754e771a0000-754e779a0000 rw-p 00000000 00:00 0 -755eb79a0000-755eb79a5000 rw-p 00000000 00:00 0 -7ffdb27e7000-7ffdb2808000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76: [BUG] Aborted at 0x0000000000000253 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1332 is running. -INFO: 1336 is running. -ERROR: Child worker (302) crashed. Respawning worker. -INFO: 1340 is running. -INFO: 1343 is running. -ERROR: Child worker (632) crashed. Respawning worker. -INFO: 1348 is running. -ERROR: Child worker (750) crashed. Respawning worker. -INFO: 1352 is running. -INFO: 1356 is running. -INFO: 1360 is running. -ERROR: Child worker (488) crashed. Respawning worker. -ERROR: Child worker (109) crashed. Respawning worker. -INFO: 1364 is running. -INFO: 1368 is running. -INFO: 1372 is running. -INFO: 1376 is running. -ERROR: Child worker (595) crashed. Respawning worker. -INFO: 1380 is running. -INFO: 1384 is running. -INFO: 1388 is running. -INFO: 1392 is running. -INFO: 1396 is running. -INFO: 1400 is running. -INFO: 1403 is running. -INFO: 1408 is running. -INFO: 1411 is running. -INFO: 1416 is running. -INFO: 1420 is running. -INFO: 1424 is running. -INFO: 1428 is running. -INFO: 1432 is running. -INFO: 1436 is running. -INFO: 1440 is running. -INFO: 1444 is running. -INFO: 1447 is running. -INFO: 1451 is running. -INFO: 1456 is running. -INFO: 1460 is running. -INFO: 1464 is running. -INFO: 1468 is running. -INFO: 1472 is running. -INFO: 1475 is running. -INFO: 1479 is running. -INFO: 1484 is running. -INFO: 1488 is running. -INFO: 1492 is running. -INFO: 1496 is running. -INFO: 1500 is running. -INFO: 1504 is running. -INFO: 1508 is running. -INFO: 1512 is running. -INFO: 1516 is running. -INFO: 1520 is running. -INFO: 1524 is running. -INFO: 1528 is running. -INFO: 1532 is running. -INFO: 1536 is running. -INFO: 1539 is running. -INFO: 1544 is running. -INFO: 1548 is running. -INFO: 1552 is running. -INFO: 1556 is running. -INFO: 1560 is running. -INFO: 1564 is running. -INFO: 1568 is running. -INFO: 1572 is running. -INFO: 1576 is running. -INFO: 1580 is running. -INFO: 1584 is running. -INFO: 1588 is running. -INFO: 1592 is running. -INFO: 1596 is running. -INFO: 1600 is running. -INFO: 1606 is running. -INFO: 1611 is running. -INFO: 1616 is running. -INFO: 1621 is running. -INFO: 1626 is running. -INFO: 1631 is running. -INFO: 1636 is running. -INFO: 1641 is running. -INFO: 1646 is running. +INFO: 629 is running. +INFO: 633 is running. +INFO: 639 is running. diff --git a/site/static/logs/limited-conn/4096/rack-iodine.log b/site/static/logs/limited-conn/4096/rack-iodine.log index c4050393..227deed7 100644 --- a/site/static/logs/limited-conn/4096/rack-iodine.log +++ b/site/static/logs/limited-conn/4096/rack-iodine.log @@ -2,13 +2,13 @@ INFO: Listening on port 8080 INFO: Starting up Iodine: * Iodine 0.7.58 - * Ruby 4.0.4 + * Ruby 4.0.5 * facil.io 0.7.4 (epoll) - * 127 Workers X 4 Threads per worker. + * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. -INFO: Server is running 127 workers X 4 threads with facil.io 0.7.4 (epoll) +INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) * Linked to OpenSSL 3.5.6 7 Apr 2026 * Detected capacity: 131056 open file limit * Root pid: 1 @@ -20,62705 +20,124 @@ INFO: 18 is running. INFO: 22 is running. INFO: 26 is running. INFO: 30 is running. -INFO: 35 is running. -INFO: 40 is running. -INFO: 45 is running. -INFO: 50 is running. -INFO: 57 is running. -INFO: 63 is running. -INFO: 70 is running. -INFO: 77 is running. +INFO: 34 is running. +INFO: 39 is running. +INFO: 44 is running. +INFO: 48 is running. +INFO: 54 is running. +INFO: 59 is running. +INFO: 64 is running. +INFO: 69 is running. +INFO: 74 is running. +INFO: 79 is running. INFO: 84 is running. -INFO: 92 is running. -INFO: 103 is running. -INFO: 112 is running. -INFO: 122 is running. -INFO: 132 is running. -INFO: 141 is running. -INFO: 152 is running. +INFO: 90 is running. +INFO: 95 is running. +INFO: 100 is running. +INFO: 105 is running. +INFO: 110 is running. +INFO: 115 is running. +INFO: 120 is running. +INFO: 126 is running. +INFO: 131 is running. +INFO: 136 is running. +INFO: 140 is running. +INFO: 145 is running. +INFO: 150 is running. +INFO: 155 is running. INFO: 161 is running. -INFO: 170 is running. -INFO: 178 is running. -INFO: 187 is running. -INFO: 197 is running. +INFO: 166 is running. +INFO: 171 is running. +INFO: 177 is running. +INFO: 181 is running. +INFO: 186 is running. +INFO: 191 is running. +INFO: 196 is running. +INFO: 201 is running. +INFO: 206 is running. INFO: 212 is running. -INFO: 220 is running. -INFO: 229 is running. -INFO: 241 is running. +INFO: 217 is running. +INFO: 222 is running. +INFO: 227 is running. +INFO: 232 is running. +INFO: 237 is running. +INFO: 242 is running. INFO: 247 is running. -INFO: 258 is running. -INFO: 266 is running. -INFO: 278 is running. -INFO: 284 is running. -INFO: 294 is running. +INFO: 252 is running. +INFO: 257 is running. +INFO: 262 is running. +INFO: 267 is running. +INFO: 272 is running. +INFO: 277 is running. +INFO: 282 is running. +INFO: 287 is running. +INFO: 292 is running. +INFO: 300 is running. INFO: 304 is running. -INFO: 315 is running. +INFO: 308 is running. +INFO: 313 is running. +INFO: 318 is running. INFO: 323 is running. -INFO: 330 is running. -INFO: 340 is running. -INFO: 349 is running. -INFO: 358 is running. -INFO: 368 is running. -INFO: 378 is running. -INFO: 387 is running. -INFO: 397 is running. -INFO: 407 is running. -INFO: 416 is running. -INFO: 426 is running. +INFO: 327 is running. +INFO: 332 is running. +INFO: 337 is running. +INFO: 342 is running. +INFO: 347 is running. +INFO: 352 is running. +INFO: 357 is running. +INFO: 362 is running. +INFO: 367 is running. +INFO: 372 is running. +INFO: 377 is running. +INFO: 382 is running. +INFO: 388 is running. +INFO: 393 is running. +INFO: 398 is running. +INFO: 403 is running. +INFO: 408 is running. +INFO: 413 is running. +INFO: 418 is running. +INFO: 423 is running. +INFO: 428 is running. +INFO: 433 is running. INFO: 438 is running. -INFO: 445 is running. -INFO: 455 is running. -INFO: 464 is running. -INFO: 474 is running. -INFO: 484 is running. -INFO: 507 is running. +INFO: 443 is running. +INFO: 448 is running. +INFO: 453 is running. +INFO: 458 is running. +INFO: 463 is running. +INFO: 468 is running. +INFO: 473 is running. +INFO: 478 is running. +INFO: 483 is running. +INFO: 488 is running. +INFO: 493 is running. +INFO: 498 is running. +INFO: 503 is running. +INFO: 508 is running. INFO: 513 is running. -INFO: 521 is running. +INFO: 518 is running. +INFO: 523 is running. INFO: 528 is running. -INFO: 536 is running. +INFO: 533 is running. +INFO: 538 is running. INFO: 543 is running. -INFO: 552 is running. -INFO: 560 is running. -INFO: 566 is running. -INFO: 574 is running. -INFO: 584 is running. -INFO: 594 is running. -INFO: 602 is running. -INFO: 612 is running. -INFO: 622 is running. -INFO: 631 is running. -INFO: 640 is running. -INFO: 650 is running. -INFO: 659 is running. -INFO: 668 is running. -INFO: 677 is running. -INFO: 686 is running. -INFO: 696 is running. -INFO: 705 is running. -INFO: 714 is running. -INFO: 724 is running. -INFO: 733 is running. -INFO: 742 is running. -INFO: 752 is running. -INFO: 761 is running. -INFO: 770 is running. -INFO: 779 is running. -INFO: 788 is running. -INFO: 797 is running. -INFO: 806 is running. -INFO: 815 is running. -INFO: 824 is running. -INFO: 833 is running. -INFO: 842 is running. -INFO: 851 is running. -INFO: 860 is running. -INFO: 869 is running. -INFO: 879 is running. -INFO: 888 is running. -INFO: 897 is running. -INFO: 905 is running. -INFO: 914 is running. -INFO: 922 is running. -INFO: 932 is running. -INFO: 941 is running. -INFO: 949 is running. -INFO: 961 is running. -INFO: 972 is running. -INFO: 981 is running. -INFO: 990 is running. -INFO: 999 is running. -INFO: 1007 is running. -INFO: 1014 is running. -INFO: 1020 is running. -:37: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 yjit.c:200: e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000738400079639 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000e70949942041 RSP: 0x00007383eae630f0 - RAX: 0x00007383ff7032c0 RBX: 0x00007383ff66afe8 RCX: 0x0000000000000000 - RDX: 0x0000000000000001 RDI: 0x00007383ff66afe8 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0x00007383dd6055e0 - R11: 0x0000000000000004 R12: 0x00007383ff66af20 R13: 0x0000e70949942041 - R14: 0x00007383ff66afe8 R15: 0x00007383ff703010 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Assertion Failed: rb_iseq_get_yjit_payload:IMEMO_TYPE_P(iseq, imemo_iseq) -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -Total ractor count: 1 -[BUG] Aborted at 0x0000000000000341 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400079639 RBP: 0x00007383bb187360 RSP: 0x00007383ea8602e0 -ruby: YJIT has panicked. More info to follow... - -thread '' (996) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -:37: [BUG] RAX: 0x0000738400004000 RBX: 0x00007383ea660140 RCX: 0x00007383ea75fee8 - RDX: 0x00007383ea660140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383ea75feb0 R9: 0x00007383fe8ef148 R10: 0x0000000000000014 - R11: 0x000073840a215f00 R12: 0x00007383bbc1b7d0 R13: 0x00007383ea75feb0 - R14: 0x00007383bb187370 R15: 0x00007383ea75fee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -Segmentation fault at 0x000073840007971f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- /usr/local/lib/ruby/4.0.0/uri/common.rb:464: [BUG] Segmentation fault at 0x0000738400077000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :match? -c:0012 p:0006 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:464 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in 'match?' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400077000 RBP: 0x00007383ff7133c8 RSP: 0x00007383ec66ed70 - RAX: 0x00007383ec46f260 RBX: 0x00007383ec46f258 RCX: 0x0000738423cbb630 - RDX: 0x0000000000000000 RDI: 0x00007383ff66a2f0 RSI: 0x00007383ff669e68 - R8: 0x00007383ff7133a0 R9: 0x00007383ff7133a0 R10: 0x0000738423cdb1b0 - R11: 0x00007383ff6fb750 R12: 0x00007383b561b2d0 R13: 0x00007383ec56ed60 - R14: 0x0000000055550083 R15: 0x0000738423cbe628 EFL: 0x0000000000010216 - --- C level backtrace information ------------------------------------------- -DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007971f RBP: 0x00007383bf987360 RSP: 0x00007383e8c522e0 - RAX: 0x0000738400004000 RBX: 0x00007383e8a52140 RCX: 0x00007383e8b51ee8 - RDX: 0x00007383e8a52140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x00007383e8b51eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x000073840a215f00 R12: 0x00007383c041b2d0 R13: 0x00007383e8b51eb0 - R14: 0x00007383bf987370 R15: 0x00007383e8b51ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1027 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0004 s:0049 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384246d9981 RBP: 0x00007383ff6fa850 RSP: 0x00007383ec66eef8 - RAX: 0x0000000000000010 RBX: 0x0000009b00100001 RCX: 0x0000000000000000 - RDX: 0x0000000000000001 RDI: 0x000000000000d121 RSI: 0x000000000000009b - R8: 0x0000000000000000 R9: 0x000000000000009b R10: 0x00007383ec66ef28 - R11: 0x00007383ff6fb818 R12: 0x000000000000009b R13: 0x000000000000009b - R14: 0x00007383ec66ef28 R15: 0x00007383ff6fa868 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x000073840007971f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007971f RBP: 0x00007383b8787360 RSP: 0x00007383eb6672e0 - RAX: 0x0000738400004000 RBX: 0x00007383eb467140 RCX: 0x00007383eb566ee8 - RDX: 0x00007383eb467140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x00007383eb566eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x000073840a215f00 R12: 0x00007383b921b7d0 R13: 0x00007383eb566eb0 - R14: 0x00007383b8787370 R15: 0x00007383eb566ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -/app/app.rb:13: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:37: [BUG] Segmentation fault at 0x00007384000795ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000795ed RBP: 0x00007383dd1e1360 RSP: 0x00007383ec46e240 - RAX: 0x0000738400004000 RBX: 0x00007383ec26e140 RCX: 0x00007383ec36dee8 - RDX: 0x00007383ec26e140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383ec36deb0 R9: 0x00007383fe8ef1e8 R10: 0x0000738423c2df60 - R11: 0x000073840a215f00 R12: 0x00007383b5c1b2d0 R13: 0x00007383ec36deb0 - R14: 0x00007383dd1e1370 R15: 0x00007383ec36dee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (842) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/app.rb:13: [BUG] Segmentation fault at 0x000073840007cc00 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0010 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007cc00 RBP: 0x0000000000000001 RSP: 0x00007383ea45e460 - RAX: 0x00007383ff6d8390 RBX: 0x00007383ea25e058 RCX: 0x0000000000100000 - RDX: 0x0000000000000014 RDI: 0x00007383ff6d8390 RSI: 0x00007383ff702690 - R8: 0x00007383bc225500 R9: 0x00007383bc20b200 R10: 0x00007383ff680be0 - R11: 0x0000000000000006 R12: 0x00007383bc21b550 R13: 0x00007383ea35df90 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:102: [BUG] Segmentation fault at 0x000073840007d0e1 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0018 e:000017 l:y b:0001 METHOD/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Aborted at 0x000000000000032f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007d0e1 RBP: 0x0000000000000001 RSP: 0x00007383eca713c0 - RAX: 0x00007383ff70a9d0 RBX: 0x00007383ec871090 RCX: 0x00007383ec871088 - RDX: 0x0000000000000000 RDI: 0x00007383fe8c0c80 RSI: 0x00007383ff70a9d0 - R8: 0x00007383de3a3400 R9: 0x0000000000000004 R10: 0x00007383ff680be0 - R11: 0x00007383ff702820 R12: 0x00007383b4a1b2d0 R13: 0x00007383ec970f58 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -INFO: 1036 is running. -INFO: 1049 is running. -INFO: 1062 is running. -ruby: YJIT has panicked. More info to follow... -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x000000000000001c -thread '' (266) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -stack backtrace: --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076c12 RBP: 0x00007383ff7135d0 RSP: 0x00007383e3023d70 - RAX: 0x0000738400076bff RBX: 0x00007383d1c1b2d0 RCX: 0x0000000000000001 - RDX: 0x00007383ff2bfd80 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00000000113da771 R9: 0x0000000000000001 R10: 0x0000000000000001 - R11: 0x0000000000000000 R12: 0x0000000000000014 R13: 0x0000000000000014 - R14: 0x0000000055550083 R15: 0x0000738423cbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x000073840007cb43 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0008 s:0014 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007cb43 RBP: 0x0000000000000001 RSP: 0x00007383e78483c0 - RAX: 0x00007383ff667938 RBX: 0x00007383e7648070 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x00007383ff667938 RSI: 0x00007383ff1c33bf - R8: 0x00007383c4024000 R9: 0x00007383c400b040 R10: 0x00007383ff680be0 - R11: 0x0000000000000006 R12: 0x00007383c401b2d0 R13: 0x00007383e7747f90 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x00000000003131bd -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:---- METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x000000000000000b RSP: 0x00007383eb064320 - RAX: 0x0000000000313165 RBX: 0x00007383ff67c360 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007383ff67c360 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0x00007383b98202c0 - R11: 0x0000000000000004 R12: 0x00007383ff67c1f8 R13: 0x000000000000000b - R14: 0x00007383ff67c360 R15: 0x00007383ff75b1c0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84: [BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0009 p:---- s:0061 e:000060 l:y b:---- CFUNC :[]= -c:0008 p:0060 s:0055 :37: [BUG] Segmentation fault at 0x0000738400079685 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400079685 RBP: 0x00007383dd7baee0 RSP: 0x00007383eb2652e0 - RAX: 0x0000738400004000 RBX: 0x00007383eb065140 RCX: 0x00007383eb164ee8 - RDX: 0x00007383eb065140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383eb164eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x000073840a215f00 R12: 0x00007383b8c1b050 R13: 0x00007383eb164eb0 - R14: 0x00007383dd7baef0 R15: 0x00007383eb164ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000738400076bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076bce RBP: 0x00007383c7787360 RSP: 0x00007383e643e258 - RAX: 0x0000738400076bce RBX: 0x00007383e633dee8 RCX: 0x00007383e633dee8 - RDX: 0x00007383e623e140 RDI: 0x00007383c821b550 RSI: 0x00007383e633deb0 - R8: 0x00007383e633deb0 R9: 0x00007383fe8ef1e8 R10: 0x0000738423c2df60 - R11: 0x0000000000000005 R12: 0x00007383c821b550 R13: 0x0000000000000024 - R14: 0x00007383c7787370 R15: 0x00007383e633dee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:464: [BUG] Segmentation fault at 0x0000738400077000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :match? -c:0012 p:0006 s:0075 e:000074 l:y b:0001 METHODSEGV received in SEGV handler - /usr/local/lib/ruby/4.0.0/uri/common.rb:464 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431ABRT received in SEGV handler - -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in 'match?' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400077000 RBP: 0x00007383ff713468 RSP: 0x00007383e442dd70 - RAX: 0x00007383e422e260 RBX: 0x00007383e422e258 RCX: 0x0000738423cbb630 - RDX: 0x0000000000000000 RDI: 0x00007383ff66a250 RSI: 0x00007383ff669dc8 - R8: 0x00007383ff713440 R9: 0x00007383ff713440 R10: 0x0000738423cdb1b0 - R11: 0x00007383ff6fb6b0 R12: 0x00007383cdc1b2d0 R13: 0x00007383e432dd60 - R14: 0x0000000055550083 R15: 0x0000738423cbe628 EFL: 0x0000000000010216 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (914) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... -:37: [BUG] Segmentation fault at 0x0000738400076bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076bce RBP: 0x00007383b2d87360 RSP: 0x00007383ed275258 - RAX: 0x0000738400076bce RBX: 0x00007383ed174ee8 RCX: 0x00007383ed174ee8 - RDX: 0x00007383ed075140 RDI: 0x00007383b381b550 RSI: 0x00007383ed174eb0 - R8: 0x00007383ed174eb0 R9: 0x00007383fe8eef68 R10: 0x0000738423c2df60 - R11: 0x0000000000000005 R12: 0x00007383b381b550 R13: 0x0000000000000024 - R14: 0x00007383b2d87370 R15: 0x00007383ed174ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000738400076bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076bce RBP: 0x00007383dd1e1360 RSP: 0x00007383ec46e258 - RAX: 0x0000738400076bce RBX: 0x00007383ec36dee8 RCX: 0x00007383ec36dee8 - RDX: 0x00007383ec26e140 RDI: 0x00007383b681b7d0 RSI: 0x00007383ec36deb0 - R8: 0x00007383ec36deb0 R9: 0x00007383fe8ef008 R10: 0x0000738423c2df60 - R11: 0x0000000000000005 R12: 0x00007383b681b7d0 R13: 0x0000000000000024 - R14: 0x00007383dd1e1370 R15: 0x00007383ec36dee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000000000000002 RSP: 0x00007383ebc6a200 - RAX: 0x0000000000000000 RBX: 0x00007383ff67dcb0 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007383ff67dcb0 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0x00007383dd005000 - R11: 0x0000000000000004 R12: 0x00007383ff67d9e0 R13: 0x0000000000000002 - R14: 0x00007383ff67dcb0 R15: 0x00007383ff75bb70 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (824) crashed. Respawning worker. -:37: [BUG] Segmentation fault at 0x00007384000795ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000795ed RBP: 0x00007383dd7bb0c0 RSP: 0x00007383e462f2e0 - RAX: 0x0000738400004000 RBX: 0x00007383e442f140 RCX: 0x00007383e452eee8 - RDX: 0x00007383e442f140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383e452eeb0 R9: 0x00007383fe8ef008 R10: 0x0000738423c2df60 - R11: 0x000073840a215f00 R12: 0x00007383ce21b7d0 R13: 0x00007383e452eeb0 - R14: 0x00007383dd7bb0d0 R15: 0x00007383e452eee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -INFO: 1085 is running. -SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 ERROR: Iodine caught an unprotected exception - FrozenError: can't modify frozen String: "a=13&b=42" -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'String#split' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Array#each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -SEGV received in SEGV handler -c:0005 p:0008 SEGV received in SEGV handler -s:0032 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 ABRT received in SEGV handler -p:0006 s:0026 e:000025 l:y b:0001 ABRT received in ABRT handler -METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x00000000003131bd -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1089 is running. -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x000073840007a000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007a000 RBP: 0x00007383ff66ed00 RSP: 0x00007383e7646cf0 - RAX: 0x00007383ff66ec10 RBX: 0x00007383e7447258 RCX: 0x0000000000000061 - RDX: 0x0000000000000002 RDI: 0x00007383ff66ec28 RSI: 0x00007383ff66ec10 - R8: 0x00007383ff66ebe8 R9: 0x0000738423869080 R10: 0x0000738424d77ac0 - R11: 0x0000000000057608 R12: 0x00007383c521b7d0 R13: 0x00007383e7546d60 - R14: 0x0000000055550083 R15: 0x0000738423cbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x000073840007a6be -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007a6be RBP: 0x0000000000000001 RSP: 0x00007383e8850478 - RAX: 0x000073840007a6be RBX: 0x0000000000000000 RCX: 0x0000738424749128 - RDX: 0x0000000000000000 RDI: 0x00007383c161b550 RSI: 0x00007383e874ff90 - R8: 0x00007383e874ff90 R9: 0x00007383ff6807d0 R10: 0x00007383ff680be0 - R11: 0x0000000000000006 R12: 0x00007383c161b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (815) crashed. Respawning worker. -ERROR: Child worker (833) crashed. Respawning worker. -INFO: 1093 is running. -:37: [BUG] Segmentation fault at 0x000073840007971f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007971f RBP: 0x00007383b2187540 RSP: 0x00007383ed2752e0 - RAX: 0x0000738400004000 RBX: 0x00007383ed075140 RCX: 0x00007383ed174ee8 - RDX: 0x00007383ed075140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x00007383ed174eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x000073840a215f00 R12: 0x00007383b2c1b050 R13: 0x00007383ed174eb0 - R14: 0x00007383b2187550 R15: 0x00007383ed174ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000738400079802 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -:37: -[BUG] -- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -Segmentation fault at 0x00007384000795ed/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' --- Control frame information ----------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - -c:0006 -- Threading information --------------------------------------------------- -p:0000 Total ractor count: 1 -s:0040 Ruby thread count for this ractor: 5 -e:000039 -l:y -- Machine register context ------------------------------------------------ -b:0001 RIP: 0x0000738400079802METHOD RBP: 0x00007383ff713468 :37 RSP: 0x00007383e422ccf0 - - RAX: 0x0000738400004000c:0005 RBX: 0x00007383e402d1c0p:0010 RCX: 0x0000738424749128s:0031 - RDX: 0x0000000000000000e:000029 RDI: 0x00007383cee1b7d0l:y RSI: 0x00007383ff70a8e0b:0001 -METHOD R8: 0x00007383e402d179 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 R9: 0x0000000000000000 - R10: 0x00007383cee1b7d0c:0004 -p:0006 R11: 0x00007383ff6fb6b0s:0026 R12: 0x00007383cee1b7d0e:000025 R13: 0x00007383e412ce08l:y b:0001 -METHOD R14: 0x0000000055550083 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 R15: 0x0000738423cbe628 - EFL: 0x0000000000010206 - -c:0003 -- C level backtrace information ------------------------------------------- -p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000795ed RBP: 0x00007383ddde1540 RSP: 0x00007383e78482e0 - RAX: 0x0000738400004000 RBX: 0x00007383e7648140 RCX: 0x00007383e7747ee8 - RDX: 0x00007383e7648140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383e7747eb0 R9: 0x00007383fe8ef1e8 R10: 0x0000738423c2df60 - R11: 0x000073840a215f00 R12: 0x00007383c461b550 R13: 0x00007383e7747eb0 - R14: 0x00007383ddde1550 R15: 0x00007383e7747ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -[BUG] Segmentation fault at 0x0000000000000001 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384247535ea RBP: 0x00007383ff704ee0 RSP: 0x00007383e020dc10 - RAX: 0x0000000000000001 RBX: 0x00000000000020d1 RCX: 0x00000000ffffffff - RDX: 0x0000738423852000 RDI: 0x00007383ff707a00 RSI: 0x00007383ff714b88 - R8: 0x00007383ff714b88 R9: 0x000000000000009d R10: 0x0000000000000000 - R11: 0x00007383db7ff6c0 R12: 0x00007383e020dcb8 R13: 0x0000000000000001 - R14: 0x00007383da01b050 R15: 0x0000738423ccd3f8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000001000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0019 s:0049 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 [BUG] METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243object allocation during garbage collection phase -c:0004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -p:0019 s:0026 Crashed while printing bug report -e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 ABRT received in SEGV handler -p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384246d92f7 RBP: 0x0000000000000000 RSP: 0x00007383e7244e18 - RAX: 0x0000000000001000 RBX: 0x00007383ff614788 RCX: 0x00007383e7144e91 - RDX: 0x0000000000000100 RDI: 0x0000000000000000 RSI: 0x000000000000035a - R8: 0x000000000000e121 R9: 0x000000000000035a R10: 0x00007383e7244e40 - R11: 0x0000000000000002 R12: 0x00000000000035af R13: 0x0000000000000001 - R14: 0x00007383e7244e40 R15: 0x00007383ff614788 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (1036) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -:37: [BUG] Segmentation fault at 0x0000738400076bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076bce RBP: 0x00007383b1587540 RSP: 0x00007383eda791d8 - RAX: 0x0000738400076bce RBX: 0x00007383ed978ee8 RCX: 0x00007383ed978ee8 - RDX: 0x00007383ed879140 RDI: 0x00007383b201b550 RSI: 0x00007383ed978eb0 - R8: 0x00007383ed978eb0 R9: 0x00007383fe8ef0a8 R10: 0x0000738423c2df60 - R11: 0x0000000000000005 R12: 0x00007383b201b550 R13: 0x0000000000000024 - R14: 0x00007383b1587550 R15: 0x00007383ed978ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000738400076bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076bce RBP: 0x00007383ddde1360 RSP: 0x00007383e844e1d8 - RAX: 0x0000738400076bce RBX: 0x00007383e834dee8 RCX: 0x00007383e834dee8 - RDX: 0x00007383e824e140 RDI: 0x00007383c281b7d0 RSI: 0x00007383e834deb0 - R8: 0x00007383e834deb0 R9: 0x00007383fe8ef1e8 R10: 0x0000738423c2df60 - R11: 0x0000000000000005 R12: 0x00007383c281b7d0 R13: 0x0000000000000024 - R14: 0x00007383ddde1370 R15: 0x00007383e834dee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x000000000000007a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000000000000009 RSP: 0x00007383e2e22d70 - RAX: 0x0000000000000032 RBX: 0x00007383ff716078 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007383ff716078 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0x00007384239fec00 - R11: 0x00007383ff6fb700 R12: 0x00007383ff716000 R13: 0x0000000000000009 - R14: 0x00007383ff716078 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:464: [BUG] Segmentation fault at 0x0000738400079dec -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0006 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:464 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400079dec RBP: 0x00007383ff713468 RSP: 0x00007383ed676cf0 - RAX: 0x0000000000000000 RBX: 0x00007383ed477258 RCX: 0xfffffffffffff5b8 - RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007383ff713440 - R8: 0x00007383ff713459 R9: 0x00007383ed676ab8 R10: 0x0000000000000000 - R11: 0x00007383ed676ac0 R12: 0x00007383b321b7d0 R13: 0x00007383ed576d60 - R14: 0x0000000055550083 R15: 0x0000738423cbe628 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1099 is running. -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:81: [BUG] Segmentation fault at 0x0000000000000001 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0047 s:0058 e:000053 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:81 -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 SEGV received in SEGV handler -p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 ABRT received in SEGV handler -e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000000000000001 RSP: 0x00007383e804c0f0 - RAX: 0x0000000000000000 RBX: 0x00007383ff715768 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007383ff715768 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0x00007383c2220080 - R11: 0x0000000000000004 R12: 0x00007383ff715628 R13: 0x0000000000000001 - R14: 0x00007383ff715768 R15: 0x00007383ff704eb0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - /app/app.rb:20: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0110 s:0013 e:000010 l:y b:0001 METHOD /app/app.rb:20 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:20:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384246d92f7 RBP: 0x0000000000000000 RSP: 0x00007383e0c120e8 - RAX: 0x0000000000000000 RBX: 0x00007383ff614760 RCX: 0x0000738424c44f80 - RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x000000000000008c - R8: 0x000000000000e121 R9: 0x000000000000008c R10: 0x00007383e0c12110 - R11: 0x0000738424a4a160 R12: 0x000000000000008c R13: 0x0000000000000001 - R14: 0x00007383e0c12110 R15: 0x00007383ff614760 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7SEGV received in SEGV handler -: ABRT received in SEGV handler -yjit::asm::CodeBlock:::37: write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::test - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1387:17 -[BUG] Segmentation fault at 0x00007384000794ab -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000794ab RBP: 0x00007383dcfe0720 RSP: 0x00007383df004240 - RAX: 0x0000738400004000 RBX: 0x00007383dee04140 RCX: 0x00007383def03ee8 - RDX: 0x00007383dee04140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383def03eb0 R9: 0x00007383fe8d0658 R10: 0x0000738423c2df60 - R11: 0x000073840a215f00 R12: 0x00007383ddc1b2d0 R13: 0x00007383def03eb0 - R14: 0x00007383dcfe0730 R15: 0x00007383def03ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:705:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -:37: [BUG] Segmentation fault at 0x00007384000795ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000795ed RBP: 0x00007383dd7e1360 RSP: 0x00007383e30242e0 - RAX: 0x0000738400004000 RBX: 0x00007383e2e24140 RCX: 0x00007383e2f23ee8 - RDX: 0x00007383e2e24140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383e2f23eb0 R9: 0x00007383fe8ef008 R10: 0x0000738423c2df60 - R11: 0x000073840a215f00 R12: 0x00007383d161b050 R13: 0x00007383e2f23eb0 - R14: 0x00007383dd7e1370 R15: 0x00007383e2f23ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - 13: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 14: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 15: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 16: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 17: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 18: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 19: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 20: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 21: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 22: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 23: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 24: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 25: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0003 s:0058 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000738400076af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076af4 RBP: 0x00007383dd7e0360 RSP: 0x00007383e0a111d8 - RAX: 0x0000738400076af4 RBX: 0x00007383e0910ee8 RCX: 0x00007383e0910ee8 - RDX: 0x00007383e0811140 RDI: 0x00007383d881b050 RSI: 0x00007383e0910eb0 - R8: 0x00007383e0910eb0 R9: 0x00007383fe8ef008 R10: 0x0000738423c2df60 - R11: 0x0000000000000005 R12: 0x00007383d881b050 R13: 0x0000000000000024 - R14: 0x00007383dd7e0370 R15: 0x00007383e0910ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (240) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ERROR: Iodine caught an unprotected exception - TypeError: no implicit conversion of Iodine::Base::RackIO into String -No backtrace available. - -ERROR: - -ruby: YJIT has panicked. More info to follow... -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000014 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :force_encoding -c:0012 p:0040 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'force_encoding' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244fb48b RBP: 0x0000000000000001 RSP: 0x00007383eb666b70 - RAX: 0x0000000000000000 RBX: 0x00007383ff7147c8 RCX: 0x0000738424c043c0 - RDX: 0x0000738424c3ede0 RDI: 0x00000000ffffffff RSI: 0x0000000000000001 - R8: 0x0000000000000001 R9: 0x00007383eb467258 R10: 0x00007384239ffb40 - R11: 0x00000000077fcab0 R12: 0x00000000ffffffff R13: 0x000073842396f0a0 - R14: 0x000000000000a007 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -ruby: YJIT has panicked. More info to follow... - -thread '' (100) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 -stack backtrace: - -thread '' (897) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ERROR: Iodine caught an unprotected exception - 20: no implicit conversion of false into String -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in 'Regexp#match?' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in 'URI._decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'URI.decode_www_form_component' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'Rack::QueryParser#unescape' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'Array#map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Array#each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x000073840007c019 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007c019 RBP: 0x00007383ff713378 RSP: 0x00007383e2c21d70 - RAX: 0x00007383ff713260 RBX: 0x00007383e2a22258 RCX: 0x0000000000000061 - RDX: 0x0000000000000002 RDI: 0x0000738423cdb1b0 RSI: 0x00007383ff713260 - R8: 0x00007383ff7131e8 R9: 0x00007384238690808: R10: 0x0000738424d77ac0yjit -:: R11: 0x00000000000001c0backend R12: 0x00007383d34597d0:: R13: 0x00007383e2b21d60x86_64 -:: R14: 0x0000000055550083::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -[BUG] Segmentation fault at 0x0000000000000028 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:60: [BUG] Segmentation fault at 0x000073840007659a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:---- s:0022 e:000021 l:y b:---- CFUNC :require -c:0003 p:0033 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:60 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:60:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:60:in 'require' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007659a RBP: 0x00007383c701b7d0 RSP: 0x00007383e6c41bf0 - RAX: 0x0000000000000000 RBX: 0x00007383e6a42088 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000000000000004 RSI: 0x0000738424c3e9c0 - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000000000000031 R12: 0x00007383c701b7d0 R13: 0x00007383e6b41f58 - R14: 0x00007383ff306a80 R15: 0x00007383ff683278 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Segmentation fault at 0x000073840007c032 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 -:37: [BUG] Segmentation fault at 0x0000738400076bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076bce RBP: 0x00007383cff87360 RSP: 0x00007383e3225258 - RAX: 0x0000738400076bce RBX: 0x00007383e3124ee8 RCX: 0x00007383e3124ee8 - RDX: 0x00007383e3025140 RDI: 0x00007383d0a1b050 RSI: 0x00007383e3124eb0 - R8: 0x00007383e3124eb0 R9: 0x00007383fe8ef008 R10: 0x0000738423c2df60 - R11: 0x0000000000000005 R12: 0x00007383d0a1b050 R13: 0x0000000000000024 - R14: 0x00007383cff87370 R15: 0x00007383e3124ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000738400076af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076af4 RBP: 0x00007383ddde2360 RSP: 0x00007383e1c1a258 - RAX: 0x0000738400076af4 RBX: 0x00007383e1b19ee8 RCX: 0x00007383e1b19ee8 - RDX: 0x00007383e1a1a140 RDI: 0x00007383d641b7d0 RSI: 0x00007383e1b19eb0 - R8: 0x00007383e1b19eb0 R9: 0x00007383fe8ef008 R10: 0x0000738423c2df60 - R11: 0x0000000000000005 R12: 0x00007383d641b7d0 R13: 0x0000000000000024 - R14: 0x00007383ddde2370 R15: 0x00007383e1b19ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (610) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 - 16: yjit::codegen::gen_get_ivar - at /usr/src/ruby/yjit/src/codegen.rs:2934:5 - 17: yjit::codegen::gen_getinstancevariable - at /usr/src/ruby/yjit/src/codegen.rs:3011:5 -SEGV received in SEGV handler -ABRT received in SEGV handler - 18: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -ruby: YJIT has panicked. More info to follow... - 19: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 20: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 21: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 22: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 23: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 24: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 25: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 26: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 27: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 28: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 29: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 30: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:231: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (447) panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowed -stack backtrace: -ERROR: Child worker (278) crashed. Respawning worker. -ERROR: Child worker (742) crashed. Respawning worker. -INFO: 1112 is running. -INFO: 1108 is running. -ruby: YJIT has panicked. More info to follow... -:37: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 - -thread '' (1089) panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowed -c:0005 p:0010 s:0031 e:000029 l:y b:0001 stack backtrace: -METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384248f5c24 RBP: 0x0000738423c2df60 RSP: 0x00007383ee47df78 - RAX: 0x0002020001000002 RBX: 0x00007383de2022f0 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x00007383de209128 RSI: 0x00007383de2090ec - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000000000000000 R12: 0x0000738424c34d08 R13: 0x00007383ddc03050 - R14: 0x0000000000000000 R15: 0x0000000000000003 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (120) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000000000000002 RSP: 0x00007383ede7b050 - RAX: 0x0000000000000000 RBX: 0x00007383ff7135d0 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007383ff7135d0 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0x00007383de205040 - R11: 0x0000000000000004 R12: 0x00007383ff713418 R13: 0x0000000000000002 - R14: 0x00007383ff7135d0 R15: 0x00007383ff704780 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x0000738400076af4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' --- Control frame information ----------------------------------------------- - --- Threading information --------------------------------------------------- -c:0007 Total ractor count: 1 -p:0019 Ruby thread count for this ractor: 5 -s:0048 -e:000047 -- Machine register context ------------------------------------------------ -l:n RIP: 0x0000738400076af4 RBP: 0x00007383ddde2540b:---- RSP: 0x00007383e1215258BLOCK - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 RAX: 0x0000738400076af4 [FINISH] - RBX: 0x00007383e1114ee8 RCX: 0x00007383e1114ee8c:0006 -p:0027 RDX: 0x00007383e1015140s:0042 e:000041 RDI: 0x00007383d761b2d0l:y RSI: 0x00007383e1114eb0b:0001 METHOD - :228 R8: 0x00007383e1114eb0 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 R9: 0x00007383fe8ef008e:000025 R10: 0x0000738423c2df60l:y -b:0001 R11: 0x0000000000000005METHOD R12: 0x00007383d761b2d0 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 - R13: 0x0000000000000024c:0003 p:0017 -s:0018 R14: 0x00007383ddde2550e:000017 R15: 0x00007383e1114ee8l:y EFL: 0x0000000000010202b:0001 - -METHOD-- C level backtrace information ------------------------------------------- - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384248f5b9c RBP: 0x000000001b5f1f58 RSP: 0x00007383e5a38f50 - RAX: 0x0000738424c34db0 RBX: 0x00007383ddc0db60 RCX: 0x00007383e5a39184 - RDX: 0x6e69206472617567 RDI: 0x00007383ddc0db60 RSI: 0x0000000000000000 - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000000000000000 R12: 0x0000738424c34d08 R13: 0x00007383ca01b550 - R14: 0x0000000000000000 R15: 0x0000000000000000 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Child worker (57) crashed. Respawning worker. -ERROR: Child worker (879) crashed. Respawning worker. -ERROR: Child worker (368) crashed. Respawning worker. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Segmentation fault at 0x000073840007c0d6 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0000 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007c0d6 RBP: 0x00007383dade9318 RSP: 0x00007383e000c0e0 - RAX: 0x0000000000000000 RBX: 0x00007383dfe0c180 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x00007383db81b7d0 RSI: 0x0000000000000000 - R8: 0x00007383dae00000 R9: 0x00007383dfe0c119 R10: 0x00007383dff0be78 - R11: 0x00007383ff7f9d78 R12: 0x00007383db81b7d0 R13: 0x00007383dff0be78 - R14: 0x00007383dade9330 R15: 0x00007383dff0bee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007384000796cb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000796cb RBP: 0x00007383ddde1540 RSP: 0x00007383e5a392e0 - RAX: 0x0000738400004000 RBX: 0x00007383e5839140 RCX: 0x00007383e5938ee8 - RDX: 0x00007383e5839140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x00007383e5938eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x000073840a215f00 R12: 0x00007383c9a1b2d0 R13: 0x00007383e5938eb0 - R14: 0x00007383ddde1550 R15: 0x00007383e5938ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1118 is running. -:37: [BUG] Segmentation fault at 0x0000738400079589 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400079589 RBP: 0x00007383ddde2720 RSP: 0x00007383e000c2e0 - RAX: 0x0000738400004000 RBX: 0x00007383dfe0c140 RCX: 0x00007383dff0bee8 - RDX: 0x00007383dfe0c140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x00007383dff0beb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x000073840a215f00 R12: 0x00007383dac1b2d0 R13: 0x00007383dff0beb0 - R14: 0x00007383ddde2730 R15: 0x00007383dff0bee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:---- s:0019 e:000018 l:y b:---- CFUNC :== -c:0003 p:---- s:0016 e:000015 l:y b:---- CFUNC :include? -c:0002 p:0010 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in 'include?' -/app/app.rb:13:in '==' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384246d92f7 RBP: 0x00007383e8a51058 RSP: 0x00007383e8a50fd8 - RAX: 0x0000000000000010 RBX: 0x00007383ff614788 RCX: 0x0000000000000cd1 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000009d - R8: 0x000000000000e121 R9: 0x000000000000009d R10: 0x00007383e8a51000 - R11: 0x0000000000000000 R12: 0x000000000000009d R13: 0x00007383ff721dd8 - R14: 0x00007383e8a51000 R15: 0x00007383ff614788 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:113: [BUG] Segmentation fault at 0x00007384000761f2 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:0058 s:0033 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/bundled_gems.rb:113 -c:0003 p:0009 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:57 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:57:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:113:in 'warning?' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000761f2 RBP: 0x00007383c8e1b050 RSP: 0x00007383e5c39bf0 - RAX: 0x0000000000000004 RBX: 0x00007383e5a3a108 RCX: 0xf40812733db65cba - RDX: 0x0000000000000000 RDI: 0x0000738423cc1198 RSI: 0x00007383ff713198 - R8: 0xd6b2c2c83dd17666 R9: 0x0000000000000004 R10: 0xbf9326788a8674b2 - R11: 0x0000738424a45020 R12: 0x00007383c8e1b050 R13: 0x00007383e5b39f20 - R14: 0x00007383ff306a80 R15: 0x00007383ff683278 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007384000795ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000795ed RBP: 0x00007383ddde1360 RSP: 0x00007383ebe6b240 - RAX: 0x0000738400004000 RBX: 0x00007383ebc6b140 RCX: 0x00007383ebd6aee8 - RDX: 0x00007383ebc6b140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383ebd6aeb0 R9: 0x00007383fe8ef1e8 R10: 0x0000738423c2df60 - R11: 0x000073840a215f00 R12: 0x00007383b7a1b7d0 R13: 0x00007383ebd6aeb0 - R14: 0x00007383ddde1370 R15: 0x00007383ebd6aee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1125 is running. -/app/app.rb:13: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0008 s:0014 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384246d92f7 RBP: 0x0000000000000000 RSP: 0x00007383e201c208 - RAX: 0x0000000000000010 RBX: 0x00007383ff714de0 RCX: 0x0000000000000017 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x0000000000000091 - R8: 0x000000000000d121 R9: 0x0000000000000091 R10: 0x00007383e201c230 - R11: 0x0000000000000006 R12: 0x0000000000000091 R13: 0x0000000000000001 - R14: 0x00007383e201c230 R15: 0x00007383ff714de0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'map!' for an instance of Iodine::Base::RackIO -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Array#each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:---- s:0037 e:000036 l:y b:---- CFUNC :sub -c:0004 p:0012 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/bundled_gems.rb:98 -c:0003 p:0009 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:57 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:57:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98:in 'warning?' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98:in 'sub' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000020 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000000000000004 RSP: 0x00007383e4e32d70 - RAX: 0x0000000000000000 RBX: 0x00007383ff714f98 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007383ff714f98 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0x00007384239fec00 - R11: 0x00007383ff6faff8 R12: 0x00007383ff714f48 R13: 0x0000000000000004 - R14: 0x00007383ff714f98 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738424718a35 RBP: 0x0000738422405de8 RSP: 0x00007383df607760 - RAX: 0x0000000000000000 RBX: 0x0040025900000000 RCX: 0x0040025900010001 - RDX: 0x0000000000000000 RDI: 0x0000738424c44dc0 RSI: 0x0000738422400000 - R8: 0x0000000000000001 R9: 0x0000000000002a6b R10: 0x00007383df607700 - R11: 0x0000000000000000 R12: 0x00007383ff6fcb28 R13: 0x0000000000000001 - R14: 0x0000000000000000 R15: 0x00007383df607940 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000000000000001 RSP: 0x00007383ed878050 - RAX: 0x0000000000000000 RBX: 0x00007383ff715a10 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007383ff715a10 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0x00007383de2fc240 - R11: 0x0000000000000004 R12: 0x00007383ff715948 R13: 0x0000000000000001 - R14: 0x00007383ff715a10 R15: 0x00007383ff704f50 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (1133) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77: [BUG] Segmentation fault at 0x0000000000000200 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ABRT received in SEGV handler -/usr/local/lib/ruby/4.0.0/uri/common.rb:464: [BUG] Segmentation fault at 0x0000738400077000c:0009 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -p:---- s:0059 e:000058 -- Control frame information ----------------------------------------------- -l:y c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :match? -c:0012 p:0006 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:464 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in 'match?' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400077000 RBP: 0x00007383ff713058 RSP: 0x00007383e3827d70 - RAX: 0x00007383e3628260 RBX: 0x00007383e3628258 RCX: 0x0000738423cbb630 - RDX: 0x0000000000000000 RDI: 0x00007383ff66a278 RSI: 0x00007383ff669df0 - R8: 0x00007383ff713030 R9: 0x00007383ff713030 R10: 0x0000738423cdb1b0 - R11: 0x00007383ff6faf80 R12: 0x00007383d061b550 R13: 0x00007383e3727d60 - R14: 0x0000000055550083 R15: 0x0000738423cbe628 EFL: 0x0000000000010216 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x00007384000795ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y SEGV received in SEGV handler -b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 ABRT received in SEGV handler -l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000795ed RBP: 0x00007383dd1a4e40 RSP: 0x00007383e3a292e0 - RAX: 0x0000738400004000 RBX: 0x00007383e3829140 RCX: 0x00007383e3928ee8 - RDX: 0x00007383e3829140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383e3928eb0 R9: 0x00007383fe8ef1e8 R10: 0x0000738423c2df60 - R11: 0x000073840a215f00 R12: 0x00007383cf41b050 R13: 0x00007383e3928eb0 - R14: 0x00007383dd1a4e50 R15: 0x00007383e3928ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000738400077000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0079 e:000078 l:y b:---- CFUNC :b -c:0012 p:0030 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'b' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400077000 RBP: 0x00007383ff712e00 RSP: 0x00007383e0e12d70 - RAX: 0x00007383e0d12d28 RBX: 0x00007383e0c13258 RCX: 0x0000738423cd7600 - RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007383ff712d88 - R8: 0x00007383ff712da1 R9: 0x00007383e0e12b38 R10: 0x0000000000000000 - R11: 0x00007383e0e12b40 R12: 0x00007383d8e1b7d0 R13: 0x00007383e0d12d60 - R14: 0x0000000055550083 R15: 0x0000738423cbe628 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x000073840007a6be -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007a6be RBP: 0x0000000000000001 RSP: 0x00007383e864f478 - RAX: 0x000073840007a6be RBX: 0x0000000000000000 RCX: 0x0000738424749128 - RDX: 0x0000000000000000 RDI: 0x00007383c101b050 RSI: 0x00007383e854ef90 - R8: 0x00007383e854ef90 R9: 0x00007383ff6807d0 R10: 0x00007383ff680be0 - R11: 0x0000000000000006 R12: 0x00007383c101b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (1040) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ERROR: Child worker (35) crashed. Respawning worker. -ERROR: Child worker (349) crashed. Respawning worker. -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x00007384000794ab -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000794ab RBP: 0x00007383de3e1360 RSP: 0x00007383e1a192e0 - RAX: 0x0000738400004000 RBX: 0x00007383e1819140 RCX: 0x00007383e1918ee8 - RDX: 0x00007383e1819140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383e1918eb0 R9: 0x00007383fe8ef1e8 R10: 0x0000738423c2df60 - R11: 0x000073840a215f00 R12: 0x00007383d6a1b7d0 R13: 0x00007383e1918eb0 - R14: 0x00007383de3e1370 R15: 0x00007383e1918ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (622) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -:37: [BUG] Segmentation fault at 0x0000738400076bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076bce RBP: 0x00007383c2987360 RSP: 0x00007383e804c1d8 - RAX: 0x0000738400076bce RBX: 0x00007383e7f4bee8 RCX: 0x00007383e7f4bee8 - RDX: 0x00007383e7e4c140 RDI: 0x00007383c341b7d0 RSI: 0x00007383e7f4beb0 - R8: 0x00007383e7f4beb0 R9: 0x00007383fe8eef68 R10: 0x0000738423c2df60 - R11: 0x0000000000000005 R12: 0x00007383c341b7d0 R13: 0x0000000000000024 - R14: 0x00007383c2987370 R15: 0x00007383e7f4bee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (1015) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -INFO: 1137 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000488 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000000000000002 RSP: 0x00007383e201be90 - RAX: 0x0000000000000478 RBX: 0x00007383ff714e58 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007383ff714e58 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0x00007384239fec00 - R11: 0x00007383ff6faff8 R12: 0x00007383ff714e30 R13: 0x0000000000000002 - R14: 0x00007383ff714e58 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x000073840007971f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007971f RBP: 0x00007383de3e52c0 RSP: 0x00007383eb466240 - RAX: 0x0000738400004000 RBX: 0x00007383eb266140 RCX: 0x00007383eb365ee8 - RDX: 0x00007383eb266140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x00007383eb365eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x000073840a215f00 R12: 0x00007383b861b050 R13: 0x00007383eb365eb0 - R14: 0x00007383de3e52d0 R15: 0x00007383eb365ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (631) crashed. Respawning worker. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] Segmentation fault at 0x0000000000000028 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:---- s:0037 e:000036 l:y b:---- CFUNC :sub -c:0004 p:0012 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/bundled_gems.rb:98 -c:0003 p:0009 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:57 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:57:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98:in 'warning?' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98:in 'sub' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000738400077000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0079 e:000078 l:y b:---- CFUNC :b -c:0012 p:0030 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'b' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400077000 RBP: 0x00007383ff6fa508 RSP: 0x00007383df606d70 - RAX: 0x00007383df506d28 RBX: 0x00007383df407258 RCX: 0x0000738423cd7600 - RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x00007383ff6fa4e0 - R8: 0x00007383ff6fa4f9 R9: 0x00007383df606b38 R10: 0x0000000000000000 - R11: 0x00007383df606b40 R12: 0x00007383dd01b550 R13: 0x00007383df506d60 - R14: 0x0000000055550083 R15: 0x0000738423cbe628 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (714) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... - -thread '' (1151) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x000073840007a000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007a000 RBP: 0x00007383ff712f18 RSP: 0x00007383e2e22d70 - RAX: 0x00007383ff712e28 RBX: 0x00007383e2c23258 RCX: 0x0000000000000061 - RDX: 0x0000000000000002 RDI: 0x00007383ff712e40 RSI: 0x00007383ff712e28 - R8: 0x00007383ff712e00 R9: 0x0000738423869080 R10: 0x0000738424d77ac0 - R11: 0x00000000000000c0 R12: 0x00007383d281b550 R13: 0x00007383e2d22d60 - R14: 0x0000000055550083 R15: 0x0000738423cbe628 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -INFO: 1141 is running. -INFO: (1141) detected exit signal. - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -ruby: YJIT has panicked. More info to follow... -:37: [BUG] Segmentation fault at 0x0000738400076bce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 -thread '' (526) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197stack backtrace: - -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738400076bce RBP: 0x00007383dddb1e40 RSP: 0x00007383e5a392f8 - RAX: 0x0000738400076bce RBX: 0x00007383e5938ee8 RCX: 0x00007383e5938ee8 - RDX: 0x00007383e5839140 RDI: 0x00007383ca61b7d0 RSI: 0x00007383e5938eb0 - R8: 0x00007383e5938eb0 R9: 0x00007383fe8eee28 R10: 0x0000738423c2df60 - R11: 0x0000000000000005 R12: 0x00007383ca61b7d0 R13: 0x0000000000000024 - R14: 0x00007383dddb1e50 R15: 0x00007383e5938ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 -ERROR: Child worker (677) crashed. Respawning worker. -ERROR: Child worker (1020) crashed. Respawning worker. -ERROR: Child worker (103) crashed. Respawning worker. -ERROR: Child worker (761) crashed. Respawning worker. -ERROR: Child worker (860) crashed. Respawning worker. -ERROR: Child worker (640) crashed. Respawning worker. - 14: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 15: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2569:20 - 16: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 19: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -:37: [BUG] Segmentation fault at 0x00007384000795ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -SEGV received in SEGV handler -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -ABRT received in SEGV handler -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000795ed RBP: 0x00007383ddda3e40 RSP: 0x00007383e48302e0 - RAX: 0x0000738400004000 RBX: 0x00007383e4630140 RCX: 0x00007383e472fee8 - RDX: 0x00007383e4630140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x00007383e472feb0 R9: 0x00007383fe8ef008 R10: 0x0000738423c2df60 - R11: 0x000073840a215f00 R12: 0x00007383cd01b2d0 R13: 0x00007383e472feb0 - R14: 0x00007383ddda3e50 R15: 0x00007383e472fee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - 20: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 21: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 22: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 23: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 24: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 25: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 26: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 27: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 28: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (340) crashed. Respawning worker. -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384245caea9 RBP: 0x0000000000000000 RSP: 0x00007383e9a597a0 - RAX: 0x00007383ff724af0 RBX: 0x0000000000000000 RCX: 0x3131656e696c6573 - RDX: 0x0000000000008008 RDI: 0x00007383ff688318 RSI: 0x00007383ff688318 - R8: 0x0000738423ccfab8 R9: 0x0000738423869080 R10: 0xd2e91ac991351c7a - R11: 0x0000738424a45020 R12: 0x0000738423ccebb8 R13: 0x00007383ff1fe340 - R14: 0x000000000000000f R15: 0x00007384a4bfa2ed EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -INFO: 1159 is running. -INFO: 1150 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:102: [BUG] Segmentation fault at 0x000073840007d1ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0018 e:000017 l:y b:0001 METHOD -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007d1ed RBP: 0x0000000000000001 RSP: 0x00007383e3a29340 - RAX: 0x0000000000000000 RBX: 0x00007383e3829090 RCX: 0x00007383e3829088 - RDX: 0x0000000000000000 RDI: 0x00007383ff667a28 RSI: 0x00007383ff70a8e0 - R8: 0x0000000000000004 R9: 0x0000000000000004 R10: 0x00007383ff680be0 - R11: 0x00007383ff7025f0 R12: 0x00007383cfa1b2d0 R13: 0x00007383e3928f58 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (1036) crashed. Respawning worker. -ERROR: Child worker (92) crashed. Respawning worker. -INFO: 1162 is running. -ERROR: Child worker (1049) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x7384000795ed] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383b0a18000-7383b0c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b0c00000-7383b3800000 rw-p 00000000 00:00 0 -7383b3878000-7383b517f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b517f000-7383b53ff000 rw-p 00000000 00:00 0 -7383b53ff000-7383b5400000 ---p 00000000 00:00 0 -7383b5400000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -73INFO: 1169 is running. -83fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739ee4cf0000-739ee4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (112) crashed. Respawning worker. -ERROR: Child worker (30) crashed. Respawning worker. -INFO: 1174 is running. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::mov - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 9: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 13 : 17yjit: ::yjitcore::::coregen_entry_stub:: -branch_stub_hit at - at /usr/src/ruby/yjit/src/core.rs/usr/src/ruby/yjit/src/core.rs::34083513::9 -9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:223: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26�*�׃s -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:0005 s:0037 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:223 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:223:in 'each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_mutably_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_mutably_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_mutably_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:992:25 - 6: yjit::virtualmem::VirtualMemory::mapped_end_ptr - at /usr/src/ruby/yjit/src/virtualmem.rs:151:49 -ERROR: Child worker (323) crashed. Respawning worker. - 7: yjit::asm::CodeBlock::addrs_to_pages - at /usr/src/ruby/yjit/src/asm/mod.rs:437:38 - 14: yjit::codegen::gen_entry_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:1083:21 - 15: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1160:14 - 16: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 17: yjit::core::gen_entry_point -8 at : /usr/src/ruby/yjit/src/core.rs:yjit3225:::core20:: -add_block_version - at /usr/src/ruby/yjit/src/core.rs:2380:20 - 9: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3113:14 - 10: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 11: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 18: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 19: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 20: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 12: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 13: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 14: yjit::core::branch_stub_hit::{{closure}21}: - at rb_yjit_compile_iseq -/usr/src/ruby/yjit/src/core.rs at :/usr/src/ruby/yjit.c3514::13412 -: 41 -15: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 16: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 17: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 18: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 19: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 20: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:38: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowedash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0009 s:0041 e:000039 l:y b:0001 METHOD :38 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:38:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1179 is running. - 22: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 23: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 24: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 25: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 26: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 27: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 28: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 29: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 -INFO: (1141) cleanup complete. - 30: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 31: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 32: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 33: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 34: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 35: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 36: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - -thread '' (260) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -::write_byte/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 - at /usr/src/ruby/yjit/src/virtualmem.rs/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -:/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -176:/usr/local/lib/libruby.so.4.0(hash_table_index+0x19) [0x7384246d9981] /usr/src/ruby/id_table.c:143 -40/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 - -/usr/local/lib/libruby.so.4.0(rb_managed_id_table_lookup) /usr/src/ruby/id_table.c:409 -/usr/local/lib/libruby.so.4.0(vm_lookup_cc+0x68) [0x738424730438] /usr/src/ruby/vm_insnhelper.c:2222 -/usr/local/lib/libruby.so.4.0(vm_search_cc+0x44) [0x738424733ea4] /usr/src/ruby/vm_insnhelper.c:2271 - /usr/local/lib/libruby.so.4.0(vm_search_method_slowpath0+0x5) [0x738424742bfe] /usr/src/ruby/vm_insnhelper.c:2298 - /usr/local/lib/libruby.so.4.0(vm_search_method_fastpath) /usr/src/ruby/vm_insnhelper.c:2378 -7: /usr/local/lib/libruby.so.4.0(vm_sendish) /usr/src/ruby/vm_insnhelper.c:6122 -yjit/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -::/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x73842474924a] /usr/src/ruby/vm.c:2825 -asm::/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -CodeBlock[0x738400002231] -::write_byte - - at -- Other runtime information ----------------------------------------------- - -/usr/src/ruby/yjit/src/asm/mod.rs:460:51 -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -8 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -: yjit 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -:: 30 /usr/local/lib/ruby/4.0.0/monitor.rb -asm:: 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -x86_64 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -::write_rm 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - at 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -/usr/src/ruby/yjit/src/asm/x86_64/mod.rs 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -:432 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -: 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -12 - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -9 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -: 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -yjit 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb -::asm 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -:: 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -x86_64:: 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -write_rm_multi 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -10 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -: 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -yjit:: 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -asm 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -:: 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -x86_64:: 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -mov 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - at 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -/usr/src/ruby/yjit/src/asm/x86_64/mod.rs 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -:1058 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -: 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb -13 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -11 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -: 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -yjit 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -:: 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -backend:: 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -x86_64 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -:: 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -< 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -impl 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - yjit 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb -:: 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -backend 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -:: 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -ir 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -:: 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -Assembler 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb ->:: 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -x86_emit 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - at 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -/usr/src/ruby/yjit/src/backend/x86_64/mod.rs 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -:609 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -: 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -21 - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -12: 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb -yjit 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb -:: 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb -backend 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb -:: 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -x86_64 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -::< 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -impl 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -yjit 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -:: 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -backend 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -:: 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb -ir 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -:: 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -Assembler> 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -:: 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -compile_with_regs 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - - at 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -/usr/src/ruby/yjit/src/backend/x86_64/mod.rs 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -: 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -887: 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -30 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -13 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb: -yjit 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -:: 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -backend 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -::ir 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -:: 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -Assembler 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -:: 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -compile 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - at 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -/usr/src/ruby/yjit/src/backend/ir.rs 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -:1630 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -: 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -24 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -14 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -: 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -yjit 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -:: 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -codegen 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -:: 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -gen_outlined_exit 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - at 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -/usr/src/ruby/yjit/src/codegen.rs: 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb -921 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb -: 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb -9 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -15 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -: yjit 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -:: 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -backend 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -:: 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -ir:: 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -Assembler 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb -::get_side_exit 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - at /usr/src/ruby/yjit/src/backend/ir.rs 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -: 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -1172 220 /usr/local/lib/ruby/4.0.0/socket.rb -: 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -33 - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -16 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb -: 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb -yjit 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -::codegen 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -:: 236 /usr/local/lib/ruby/4.0.0/uri/file.rb -jit_ensure_block_entry_exit - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - at 238 /usr/local/lib/ruby/4.0.0/uri/http.rb -/usr/src/ruby/yjit/src/codegen.rs: 239 /usr/local/lib/ruby/4.0.0/uri/https.rb -973 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -: 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -30 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -17 252 /usr/local/lib/ruby/4.0.0/date.rb -: 253 /usr/local/lib/ruby/4.0.0/time.rb -yjit:: 254 /usr/local/lib/ruby/4.0.0/erb/version.rb -codegen 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -::JITState 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -:: 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb -assume_no_ep_escape 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - at 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -/usr/src/ruby/yjit/src/codegen.rs 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -:392 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -: 263 /usr/local/lib/ruby/4.0.0/erb.rb -12 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383afe18000-7383b0000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b0000000-7383b2c00000 rw-p 00000000 00:00 0 -7383b2c78000-7383b457f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b457f000-7383b47ff000 rw-p 00000000 00:00 0 -7383b47ff000-7383b4800000 ---p 00000000 00:00 0 -7383b4800000-7383b5000000 rw-p 00000000 00:00 0 -7383b5000000-7383b5400000 rw-p 00000000 00:00 0 -7383b54ff000-7383b5500000 ---p 00000000 00:00 0 -7383b5500000-7383b5600000 rw-p 00000000 00:00 0 -7383b5600000-7383b5a00000 rw-p 00000000 00:00 0 -7383b5aff000-7383b5b00000 ---p 00000000 00:00 0 -7383b5b00000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-738 19: yjit::codegen::gen_single_block - at 3c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 -/usr/src/ruby/yjit/src/codegen.rs--p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 0000000:0 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -13987383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca50000:22 -0-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw- p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -731783d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000- -7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 0000 23: 0000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 yjit0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92f::f000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9coree00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p::branch_stub_hit::{{closure}}::{{closure}} - 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 0 at 0:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -738/usr/src/ruby/yjit/src/core.rs3dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7:383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd0000003514:36 - 24: yjit::stats:: rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000with_compile_time000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 - -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00: at 00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb0300/usr/src/ruby/yjit/src/stats.rs:1062:15 -0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [ano 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -n:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0006 s:0063 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e99p:0078 59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7s:0011 383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p e:000010 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- -7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_s:0003 chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_e:000002 alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 l:y [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea96100/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -0-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 -- Threading information --------------------------------------------------- - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-Total ractor count: 1 -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb4670Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -00-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383ec971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec971000-7383ec972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec972000-7383eca72000 rw-p 00000000 00:00 0 -7383eca72000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [an/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: on:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memo[BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: ry] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 --[BUG] Aborted at 0x0000000000000084 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report --p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739f24cf0000-739f24cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_jcc_ptr - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:886:12 - 9: yjit::asm::x86_64::jnz_ptr - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:931:53 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:787:86 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::core::regenerate_branch - at /usr/src/ruby/yjit/src/core.rs:3457:9 - 14: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3660:13 - 15: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 16: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 17: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 18: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 19: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 20: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 21: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 22: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 23: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:226: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:0047 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:226 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:226:in 'each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - -thread '' (946) panicked at ./yjit/src/core.rs:4216:87: -called `Option::unwrap()` on a `None` value -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:145:5 - 3: core::option::unwrap_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/option.rs:2169:5 - 4: yjit::core::invalidate_block_version - 5: yjit::invariants::rb_yjit_invalidate_ep_is_bp::{{closure}} - at /usr/src/ruby/yjit/src/invariants.rs:591:21 - 6: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 7: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 8: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 9: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 10: rb_yjit_invalidate_ep_is_bp - at /usr/src/ruby/yjit/src/invariants.rs:583:5 -ERROR: Child worker (869) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -/app/app.rb:13: [BUG] Segmentation fault at 0x000073840007a6be -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- ERROR: Child worker (187) crashed. Respawning worker. -s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007a6be RBP: 0x0000000000000001 RSP: 0x00007383e7446358 - RAX: 0x000073840007a6be RBX: 0x0000000000000000 RCX: 0x0000738424749128 - RDX: 0x0000000000000000 RDI: 0x00007383c4c1b2d0 RSI: 0x00007383e7345f90 - R8: 0x00007383e7345f90 R9: 0x00007383ff6807d0 R10: 0x00007383ff680be0 - R11: 0x0000000000000006 R12: 0x00007383c4c1b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: vm_make_env_each - at /usr/src/ruby/vm.c:1129:9 - 12: vm_make_env_object - at /usr/src/ruby/vm.c:1182:20 - 13: rb_vm_make_proc_lambda - at /usr/src/ruby/vm.c:1623:9 - 14: rb_vm_make_proc - at /usr/src/ruby/vm_core.h:1952:12 - 15: rb_vm_bh_to_procval - at /usr/src/ruby/vm_insnhelper.c:552:20 - 16: rb_vm_bh_to_procval - at /usr/src/ruby/vm_insnhelper.c:543:1 - 17: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::invariants::assume_bop_not_redefined - at /usr/src/ruby/yjit/src/invariants.rs:105:12 - 18: yjit::codegen::gen_opt_aref - at /usr/src/ruby/yjit/src/codegen.rs:3852:13 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -INFO: 1184 is running. - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007971f] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - - * Ruby Box: disabled - * Loaded features: - -7: yjit 0 enumerator.so -:: 1 thread.rb -asm 2 fiber.so -:: 3 rational.so -CodeBlock:: 4 complex.so -write_byte 5 pathname.so - - 6 ruby2_keywords.rb - at /usr/src/ruby/yjit/src/asm/mod.rs 7 set.rb -: 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -460 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -:51 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -8: 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -yjit:: 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -asm 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -:: 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -x86_64::write_rm 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - at 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -/usr/src/ruby/yjit/src/asm/x86_64/mod.rs: 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -485: 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb -8 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb -9 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -: 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb -yjit:: 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -asm 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -::x86_64 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -:: 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -write_rm_multi - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -10: 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -yjit 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -:: 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb -asm 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb -:: 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -x86_64 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -::mov 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - at 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -/usr/src/ruby/yjit/src/asm/x86_64/mod.rs: 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -1058 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -:13 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -25 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -: 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb -yjit:: 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -core 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -:: 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -branch_stub_hit:: 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -{{ 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -closure} 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -} 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - - at 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -/usr/src/ruby/yjit/src/core.rs 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -: 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -3514 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -: 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -13 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 26 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb -: 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb -std 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -::panicking 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -:: 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -catch_unwind 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -:: 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -do_call 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - - at 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb -: 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -590 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -:40 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -27 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -: 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -std 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -::panicking 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -:: 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb -catch_unwind 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - at 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs 230 /app/app.rb -: 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -553 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb -:19 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb -28 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb -: std 238 /usr/local/lib/ruby/4.0.0/uri/http.rb -:: 239 /usr/local/lib/ruby/4.0.0/uri/https.rb -panic:: 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -catch_unwind 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - - at 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -: 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -359 245 /usr/local/lib/ruby/4.0.0/uri.rb -:14 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -29 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -: 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -yjit 252 /usr/local/lib/ruby/4.0.0/date.rb -:: 253 /usr/local/lib/ruby/4.0.0/time.rb -cruby:: 254 /usr/local/lib/ruby/4.0.0/erb/version.rb -with_vm_lock 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - at 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb -/usr/src/ruby/yjit/src/cruby.rs 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -: 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -693: 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -21 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 30 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -: 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb -yjit -::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -* Process memory map: - -/app/app.rb:19: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0084 s:0013 e:000010 l:y b:0001 METHOD /app/app.rb:1956a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 [FINISH] /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383bb218000-7383bb400000 r--s 00000000 00:56 2 -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383bb400000-7383be000000 rw-p 00000000 00:00 0 -7383be078000-7383bf97f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383bf97f000-7383bfbff000 rw-p 00000000 c:0001 00:00 0 -7383bfbff000-7383bfc00000 ---p 00000000 00:00 0 -7383bfc00000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -73p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -83c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000- -7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c210000-- Ruby level backtrace information ---------------------------------------- -0 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 0000/app/app.rb:19:in 'call' -0000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [ano 11: yjit::n:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memorbackend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -y] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [ano 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -n:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7397a4cf0000-7397a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 15: yjit::backend::ir :: Assembler ::8get_side_exit: -yjit at ::/usr/src/ruby/yjit/src/backend/ir.rsasm:::1172x86_64:::33write_rm - - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs 9:: 973yjit:::30asm -::x86_64::write_rm_multi - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392: 12 -10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058 : 1318 -: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2572:57 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400079639] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - - 11: yjit::backend::x86_64::5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b6c00000-7383b9800000 rw-p 00000000 00:00 0 -7383b9878000-7383bb17f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383bb17f000-7383bb3ff000 rw-p 00000000 ::00:00 0 -7383bb3ff000-7383bb400000 ---p 00000000 00:00 0 -7383bb400000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -73x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -83bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -738 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -3c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 22: yjit::core::rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 000000branch_stub_hit_body00 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 - -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb2000 at 00-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe0/usr/src/ruby/yjit/src/core.rs:3632:17 -0000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:0 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 0 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 --7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6b0000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk 25: yjit::core::branch_stub_hit::{{] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_allocclosure_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 }[anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 } [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 0000 - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-738263e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun: k] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allostdc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 ::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 : [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 000590:00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-734083e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 - 27: std::panicking:: 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 catch_unwindrw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f - at 4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rstack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Rub:553:19 - 28: std::y:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 panic [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:0::catch_unwind0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 - ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8 at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_29stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ru: by:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 yjit [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 -00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 0000 0000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-738 30: yjit::core::branch_stub_hit - at 3e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun/usr/src/ruby/yjit/src/core.rsk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_allo:c_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 3513 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 :9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_all:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -oc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.ABRT received in SEGV handler -7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739aa4cf0000-739aa4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - -thread '' (543) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 - 0: 16: yjit::codegen::jit_guard_known_klass - at /usr/src/ruby/yjit/src/codegen.rs:5051:9 -__rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 17: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 18: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0010 s:0065 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -5: c:0003 corep:0017 ::s:0018 cell::e:000017 RefCelll:y :: /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103borrow_mut - - at c:0002 p:0078 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rss:0011 :1090e:000010 :l:y 25b:0001 -METHOD /app/app.rb:18 [FINISH] - c:0001 6p:---- : yjits:0003 ::e:000002 virtualmeml:y ::b:---- VirtualMemoryDUMMY < [FINISH]A ->:: -write_byte --- Ruby level backtrace information ---------------------------------------- - at /app/app.rb:18:in 'call' -/usr/src/ruby/yjit/src/virtualmem.rs/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -:/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -176/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:40:228:in 'each' - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs :8698: :yjit5:: -asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs : 3781:: 8 -core:: panicking :: panic_fmt9 -: at yjit/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:::asm75:::x86_6414:: -push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232 : 17 -2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -:38: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:38: [BUG] Aborted at 0x000000000000021f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -ERROR: Child worker (378) crashed. Respawning worker. -ERROR: Child worker (445) crashed. Respawning worker. -WARNING: Child worker (1141) shutdown. Respawning worker. - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 -11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 16: yjit:: yjit ::12rb_yjit_iseq_gen_entry_point: ::yjit{::{backendclosure::}x86_64}:: -< at impl/usr/src/ruby/yjit/src/yjit.rs :yjit175:::backend49:: -ir::Assembler > ::17compile_with_regs: -yjit at ::/usr/src/ruby/yjit/src/backend/x86_64/mod.rsstats:::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -887 : 3018 -: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_mutably_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_mutably_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_mutably_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412: 41 - 5: core::cell::RefCell::borrow - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:992:25 - 6: yjit::virtualmem::VirtualMemory:: 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -mapped_end_ptr - at /usr/src/ruby/yjit/src/virtualmem.rs:151:49 - 7: yjit::asm::CodeBlock::addrs_to_pages - at /usr/src/ruby/yjit/src/asm/mod.rs:437:38 - 14: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 15: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 16: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 17: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -INFO: 1189 is running. - 8: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs 18: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 19: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -:1173:24 - 20: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 21: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 22: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 23: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 24: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 25: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 26: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/usr/local/lib/ruby/4.0.0/uri/common.rb:431: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0011 p:0013 s:0069 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: jit_exec - at /usr/src/ruby/vm.c:567:30 - 22: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 23: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: 9: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 10: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 -[BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0000 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21 11: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175: vm_exec_core - at /usr/src/ruby/insns.def:905:5 -: 49 - 12: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 13 24: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 25: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 26: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 27: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 -: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 14: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 28: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 29: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 30: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 31: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 32: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 33: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 34: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 15: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 16: jit_exec - at /usr/src/ruby/vm.c:567:30 - 17: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 18: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 19: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 20: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 21: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 22: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 23: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 24: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 25: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 26: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 27: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 28: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:151:49: -RefCell already mutably borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:38: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -ERROR: Child worker (178) crashed. Respawning worker. -ERROR: Child worker (594) crashed. Respawning worker. -/app/app.rb:15: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0017 e:000016 l:y b:---- CFUNC :=== -c:0002 p:0028 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:15 [FINISH]/app/app.rb:13: -[BUG] c:0001 p:---- s:0003 Segmentation fault at 0x0000000000000010e:000002 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -l:y b:---- DUMMY [FINISH]-- Control frame information ----------------------------------------------- - - --- Ruby level backtrace information ---------------------------------------- -c:0004 /app/app.rb:15:in 'call' -p:---- /app/app.rb:15:in '===' -s:0019 -e:000018 -- Threading information --------------------------------------------------- -l:y Total ractor count: 1 -b:---- Ruby thread count for this ractor: 5 - -CFUNC -- Machine register context ------------------------------------------------ - :== RIP: 0x00007384246d9981 - RBP: 0x00007383ee27d368c:0003 RSP: 0x00007383ee27d2e8p:---- -s:0016 RAX: 0x0000000000000010e:000015 RBX: 0x00007383ff6fa828l:y RCX: 0x0000000000000cd1b:---- -CFUNC RDX: 0x0000000000000001 :include? RDI: 0x000000000000d121 - RSI: 0x000000000000009dc:0002 -p:0010 R8: 0x0000000000000000s:0011 R9: 0x000000000000009de:000010 R10: 0x00007383ee27d310l:y -b:0001 R11: 0x00007383ff753c70METHOD R12: 0x000000000000009d /app/app.rb:13 R13: 0x00007383fe8d2688 [FINISH] - - R14: 0x00007383ee27d310c:0001 R15: 0x0000000000000000p:---- EFL: 0x0000000000010202s:0003 - -e:000002 -- C level backtrace information ------------------------------------------- -l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in 'include?' -/app/app.rb:13:in '==' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384246d92f7 RBP: 0x00007383e88500f8 RSP: 0x00007383e8850078 - RAX: 0x0000000000000010 RBX: 0x00007383ff614760 RCX: 0x0000000000000cd1 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000009d - R8: 0x000000000000e121 R9: 0x000000000000009d R10: 0x00007383e88500a0 - R11: 0x0000000000000000 R12: 0x000000000000009d R13: 0x00007383ff677fb8 - R14: 0x00007383e88500a0 R15: 0x00007383ff614760 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1194 is running. - 0: __rustc::rust_begin_unwind - at /app/app.rb:19: /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:[BUG] 698:5 -Segmentation fault at 0x00007384000804a2 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - 1: -- Control frame information ----------------------------------------------- -core::panicking::panic_fmtc:0002 -p:0086 at s:0013 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rse:000010 :l:y 75:b:0001 14METHOD - /app/app.rb:19 [FINISH] - c:0001 p:---- 2s:0003 : e:000002 corel:y ::cellb:---- ::panic_already_borrowedDUMMY :: [FINISH]do_panic -::runtime - - at -- Ruby level backtrace information ---------------------------------------- -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs/app/app.rb:19:in 'call' -: -173-- Threading information --------------------------------------------------- -:21Total ractor count: 1 - -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384000804a2 RBP: 0x0000000000000001 3 RSP: 0x00007383ee07c460: core -:: RAX: 0x00007383ff666ee8cell:: RBX: 0x00007383ede7c068panic_already_borrowed RCX: 0xef8432f96729ab7f:: -do_panic RDX: 0x0000000000000000 - RDI: 0x0000738423c36d90 at RSI: 0x00007383ff666ee8/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs: -2435 R8: 0x00007383fe8ec4e8:9 R9: 0x00007383fe8ec588 - R10: 0xbf9326788a8674b2 - R11: 0x00007383fe8ec588 R12: 0x00007383b141b7d04: R13: 0x00007383edf7bf90core -:: R14: 0x0000000000000001cell R15: 0x00007383ff6807d0::panic_already_borrowed EFL: 0x0000000000010206 - - - at -- C level backtrace information ------------------------------------------- -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -INFO: 1199 is running. - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 -/app/app.rb:13: [BUG] Segmentation fault at 0x000073840007a701 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007a701 RBP: 0x0000000000000001 RSP: 0x00007383e4c32478 - RAX: 0x000073840007a701 RBX: 0x0000000000000000 RCX: 0x0000738424749128 - RDX: 0x0000000000000000 RDI: 0x00007383cca1b550 RSI: 0x00007383e4b31f90 - R8: 0x00007383e4b31f90 R9: 0x00007383ff6807d0 R10: 0x00007383ff680be0 - R11: 0x0000000000000006 R12: 0x00007383cca1b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- - 14: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 15: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2468:20 - 16: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 19: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3250:17 - 20: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 21: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 22: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 23: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 24: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -/app/app.rb:13: [BUG] Segmentation fault at 0x000073840007a6be -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -ruby: YJIT has panicked. More info to follow... -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007a6be RBP: 0x0000000000000001 RSP: 0x00007383ee47e478 - RAX: 0x000073840007a6be RBX: 0x0000000000000000 RCX: 0x0000738424749128 - RDX: 0x0000000000000000 RDI: 0x00007383b021b2d0 RSI: 0x00007383ee37df90 - R8: 0x00007383ee37df90 R9: 0x00007383ff6807d0 R10: 0x00007383ff680be0 - R11: 0x0000000000000006 R12: 0x00007383b021b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- - -thread '' (464) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 25: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 26: jit_exec - at /usr/src/ruby/vm.c:567:30 - 27: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 28: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 29: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 30: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 31: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007d0e1] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383af218000-7383af400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383af400000-7383b2600000 rw-p 00000000 00:00 0 -7383b2678000-7383b3f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b3f7f000-7383b41ff000 rw-p 00000000 00:00 0 -7383b41ff000-7383b4200000 ---p 00000000 00:00 0 -7383b4200000-7383b4a00000 rw-p 00000000 00:00 0 -7383b4a00000-7383b4e00000 rw-p 00000000 00:00 0 -7383b4eff000-7383b4f00000 ---p 00000000 00:00 0 -7383b4f00000-7383b5000000 rw-p 00000000 00:00 0 -7383b5000000-7383b5400000 rw-p 00000000 00:00 0 -7383b54ff000-7383b5500000 ---p 00000000 00:00 0 -7383b5500000-7383b5600000 rw-p 00000000 00:00 0 -7383b5600000-7383b5a00000 rw-p 00000000 00:00 0 -7383b5aff000-7383b5b00000 ---p 00000000 00:00 0 -7383b5b00000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -738 32: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 -3baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7 33: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 -383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 34: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc 900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000 35: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 36: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 37: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 38: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. --7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e000/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - -thread '' (762) panicked at ./yjit/src/core.rs:3692:5: -branch stubs should never enlarge branches (start_addr: 0x738400076c07, old_size: 5, new_size: 8) --- Control frame information ----------------------------------------------- -00 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 000c:0009 p:0000 s:0056 e:000055 stack backtrace: -l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK 00000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d :22800000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw- -p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-c:0004 p:0019 7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e0000 s:0026 0 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 0000e:000025 0l:y : b:0001 __rustcMETHOD:: /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76rust_begin_unwind - -c:0003 at p:0017 s:0018 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rse:000017 :l:y 6980000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 b:0001 :0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cf5METHODf000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9 - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p -c:0002 p:0078 s:0011 e:000010 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 0l:y 10:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -738b:0001 : 3db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7METHODcore383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 /app/app.rb:18:: [FINISH]panicking:: -panic_fmtc:0001 -p:---- at s:0003 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rse:000002 :l:y 75b:---- :DUMMY 14 [FINISH] - rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000 -000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 - -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000-- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' - 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_th/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -read_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [an --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -on:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000 2: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3692:5 - 3: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 4: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 5: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 6: std::panicking::catch_unwind::do_call - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 at 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f:590:40 - 74c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s: tack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Rubstdy:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 :: [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:0panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e895100019 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8 -a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000 000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383 8: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 9: yjit::cruby::e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunkwith_vm_lock] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc -_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 at [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 /usr/src/ruby/yjit/src/cruby.rs:693:21 - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-738 3e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun k] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allo10: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:c_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 3513 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 : [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 000900000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-73 - 11: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -83ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea9:37: 62000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s[BUG] YJIT: panicked at ./yjit/src/core.rs:3692:5: -branch stubs should never enlarge branches (start_addr: 0x738400076c07, old_size: 5, new_size: 8) -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -tack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb:37: [BUG] Aborted at 0x00000000000002ca -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383ec971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec971000-7383ec972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec972000-7383eca72000 rw-p 00000000 00:00 0 -7383eca72000-7383ecb72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb72000-7383ecb73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb73000-7383ecc73000 rw-p 00000000 00:00 0 -7383ecc73000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/rub y/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-lin 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698ux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2:000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 5 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fi - 1: coreber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:7c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 0000000750 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 : [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocat14e_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2 - 000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fi ber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384082cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 0000000: core::cell::panic_already_borrowed::do_panic0 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 ::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocat -e_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 3: core:: [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:ficellber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409::1e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 0000000panic_already_borrowed::0 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435: [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocat9e_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512 -000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fi 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:ber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840996f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 0000000 -0 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00: 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739f64cf0000-739f64cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::CodeBlock::write_int - at /usr/src/ruby/yjit/src/asm/mod.rs:494:26 - 9: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:595:29 -ERROR: Child worker (842) crashed. Respawning worker. -ERROR: Child worker (528) crashed. Respawning worker. - 10: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 11: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007cc00] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383b7018000-7383b7200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b7200000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e78000-7383bb77f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383bb77f000-7383bb9ff000 rw-p 00000000 00:00 0 -7383bb9ff000-7383bba00000 ---p 00000000 00:00 0 -7383bba00000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739a64cf0000-739a64cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 12: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 13: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 14: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 15: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3250:17 - 16: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 17: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 18: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 19: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 20: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 21: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 22: jit_exec - at /usr/src/ruby/vm.c:567:30 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 24: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 25: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 26: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 27: rb_protect - at /usr/src/ruby/eval.c:1127:19 -INFO: 1203 is running. -ERROR: Child worker (650) crashed. Respawning worker. -INFO: 1209 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x7384244439db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x7384246bdbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x1a) [0x7384246be56a] /usr/src/ruby/string.c:9323 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9320 -[0x73840007b0b9] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383b1c18000-7383b1e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b1e00000-7383b4a00000 rw-p 00000000 00:00 0 -7383b4a78000-7383b637f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b637f000-7383b65ff000 rw-p 00000000 00:00 0 -7383b65ff000-7383b6600000 ---p 00000000 00:00 0 -7383b6600000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007cb43] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_t* Process memory map: - -hread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383bee18000-7383bf000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383bf000000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c78000-7383c357f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c357f000-7383c37ff000 rw-p 00000000 00:00 0 -7383c37ff000-7383c3800000 ---p 00000000 00:00 0 -7383c3800000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -73 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000083c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 0392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]0:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 0thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [0000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e111500anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 0 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 -p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-738000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta3ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fck_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:b000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 -local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86--p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e553_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -77000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st38423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -7ack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby38423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 :nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_6 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:004-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e60000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739524cf0000-739524cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -3d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 28: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739de4cf0000-739de4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400076bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383b1618000-7383b1800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b1800000-7383b4400000 rw-p 00000000 00:00 0 -7383b4478000-7383b5d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b5d7f000-7383b5fff000 rw-p 00000000 00:00 0 -7383b5fff000-7383b6000000 ---p 00000000 00:00 0 -7383b6000000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-SEGV received in SEGV handler -p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/loc[BUG] al/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_Segmentation fault at 0x0000738400313165ABRT received in SEGV handler - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 -- Control frame information ----------------------------------------------- - [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heac:0001 p:---- s:0003 e:000002 l:y p_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739e24cf0000-739e24cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 29: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2085:17 - 30: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 31: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 32: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 33: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 34: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 35: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 36: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 37: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 38: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 39: http1_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736:3 - 40: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 41: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 42: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 43: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 44: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 45: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 46: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 47: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 48: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 49: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 50: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] during_gc != 0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -INFO: 1212 is running. --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000040 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -ERROR: Child worker (266) crashed. Respawning worker. -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000000000000008 RSP: 0x00007383ee8800c0 - RAX: 0x0000000000000000/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 - RBX: 0x00007383ff66d798 RCX: 0x0000000000000000/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - - RDX: 0x0000000000000005/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 - RDI: 0x00007383ff66d798 RSI: 0x0000000000000001/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 - -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] - R8: 0x0000000000000000[0x738400077000] - R9: 0x0000738423869080 R10: 0x00007383ee77fe78 - --- Other runtime information ----------------------------------------------- - - R11: 0x00007383ff6fb8e0 R12: 0x00007383ff66d748 R13: 0x0000000000000008 - R14: 0x00007383ff66d798 R15: 0x0000000000000001* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - EFL: 0x0000000000010246 - - -* Ruby Box: disabled --- C level backtrace information ------------------------------------------- -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383b0418000-7383b0600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b0600000-7383b3200000 rw-p 00000000 00:00 0 -7383b3278000-7383b4b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b4b7f000-7383b4dff000 rw-p 00000000 00:00 0 -7383b4dff000-7383b4e00000 ---p 00000000 00:00 0 -7383b4e00000-7383b5600000 rw-p 00000000 00:00 0 -7383b5600000-7383b5a00000 rw-p 00000000 00:00 0 -7383b5aff000-7383b5b00000 ---p 00000000 00:00 0 -7383b5b00000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383ec971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec971000-7383ec972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec972000-7383eca72000 rw-p 00000000 00:00 0 -7383eca72000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739ee4cf0000-739ee4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400076bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c3018000-7383c3200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383c3200000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e78000-7383c777f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c777f000-7383c79ff000 rw-p 00000000 00:00 0 -7383c79ff000-7383c7a00000 ---p 00000000 00:00 0 -7383c7a00000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7392e4cf0000-7392e4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400077000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c8a18000-7383c8c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383c8c00000-7383cb800000 rw-p 00000000 00:00 0 -7383cb878000-7383cd17f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383cd17f000-7383cd3ff000 rw-p 00000000 00:00 0 -7383cd3ff000-7383cd400000 ---p 00000000 00:00 0 -7383cd400000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-73840007d000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007d000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738e64cf0000-738e64cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -:227: [BUG] Segmentation fault at 0x000073840007e000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0031 s:0042 e:000041 l:y b:0001 METHOD :227 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:227:in 'each' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x000073840007e000 RBP: 0x0000000000000001 RSP: 0x00007383dfe0b460 - RAX: 0x00007383dfd0af00 RBX: 0x00007383dfc0b150 RCX: 0x00007383dfc0b1f8 - RDX: 0x00007383ff7f9d50 RDI: 0x4000000000000001 RSI: 0x00007383ff71dcd8 - R8: 0x0000000000002001 R9: 0x0000000000000004 R10: 0x0000000000000001 - R11: 0x0000000000020990 R12: 0x00007383db21b2d0 R13: 0x00007383dfd0aeb0 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010216 - --- C level backtrace information ------------------------------------------- -INFO: 1219 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7384244285a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x73842454ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x73842455cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x7383ff1974ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7384246e6e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7383ff18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7383ff1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7383ff169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7383ff1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x7383ff178f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7383ff1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7383ff1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7383ff128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7383ff192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7384246e6a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7383ff192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7384246ea34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7384246eaf17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383bea00000-7383c1600000 rw-p 00000000 00:00 0 -7383c1678000-7383c2f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c2f7f000-7383c31ff000 rw-p 00000000 00:00 0 -7383c31ff000-7383c3200000 ---p 00000000 00:00 0 -7383c3200000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-[BUG] object allocation during garbage collection phase7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c510000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -0 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 Crashed while printing bug report -0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -738[BUG] Aborted at 0x00000000000000aa -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -3c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739564cf0000-739564cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000264 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x000000000000051c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0017 e:000016 l:y b:---- CFUNC :[] -c:0002 p:0008 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in '[]' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384246499f1 RBP: 0x0000000000000504 RSP: 0x00007383e4c32350 - RAX: 0x00000000ffffffff RBX: 0x00007383ff759ee0 RCX: 0x0000738423cbade8 - RDX: 0x0000000000000005 RDI: 0x00007383ff757bb0 RSI: 0x0000000000000504 - R8: 0x00007383ff759ee0 R9: 0x00007383ff6807d0 R10: 0x00007383ff680be0 - R11: 0x0000000000000000 R12: 0x00007383ff757bb0 R13: 0x00007383e4b31f90 - R14: 0x0000000000000001 R15: 0x00007383ff6807d0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (914) crashed. Respawning worker. -ERROR: Child worker (961) crashed. Respawning worker. -ERROR: Child worker (543) crashed. Respawning worker. -/app/app.rb:13: [BUG] Segmentation fault at 0x0000730054534f50 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:---- s:0019 e:000018 l:y b:---- CFUNC :== -c:0003 p:---- s:0016 e:000015 l:y b:---- CFUNC :include? -c:0002 p:0010 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in 'include?' -/app/app.rb:13:in '==' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384246aa095 RBP: 0x0000000000000004 RSP: 0x00007383e1e1b070 - RAX: 0x00007384246aa095 RBX: 0x0000730054534f50 RCX: 0x0000730054534f4d - RDX: 0x0000738424a48f20 RDI: 0x000073842396f000 RSI: 0x0000000000000004 - R8: 0x00007384082ed800 R9: 0x00000000000000cd R10: 0x00007383e1e1b070 - R11: 0x0000000000000000 R12: 0x000073842396f000 R13: 0x0000000000000001 - R14: 0x0000730054534f54 R15: 0x0000738423cd9720 EFL: 0x0000000000010207 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -/usr/local/lib/ruby/4.0.0/uri/common.rb:464: [BUG] Segmentation fault at 0x0000000000000194 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400076bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383ae018000-7383ae200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383ae200000-7383b1400000 rw-p 00000000 00:00 0 -7383b1478000-7383b2d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b2d7f000-7383b2fff000 rw-p 00000000 00:00 0 -7383b2fff000-7383b3000000 ---p 00000000 00:00 0 -7383b3000000-7383b3800000 rw-p 00000000 00:00 0 -7383b3800000-7383b3c00000 rw-p 00000000 00:00 0 -7383b3cff000-7383b3d00000 ---p 00000000 00:00 0 -7383b3d00000-7383b3e00000 rw-p 00000000 00:00 0 -7383b3e00000-7383b4200000 rw-p 00000000 00:00 0 -7383b42ff000-7383b4300000 ---p 00000000 00:00 0 -7383b4300000-7383b4400000 rw-p 00000000 00:00 0 -7383b4400000-7383b4800000 rw-p 00000000 00:00 0 -7383b48ff000-7383b4900000 ---p 00000000 00:00 0 -7383b4900000-7383b4a00000 rw-p 00000000 00:00 0 -7383b4a00000-7383b4e00000 rw-p 00000000 00:00 0 -7383b4eff000-7383b4f00000 ---p 00000000 00:00 0 -7383b4f00000-7383b5000000 rw-p 00000000 00:00 0 -7383b5000000-7383b5400000 rw-p 00000000 00:00 0 -7383b54ff000-7383b5500000 ---p 00000000 00:00 0 -7383b5500000-7383b5600000 rw-p 00000000 00:00 0 -7383b5600000-7383b5a00000 rw-p 00000000 00:00 0 -7383b5aff000-7383b5b00000 ---p 00000000 00:00 0 -7383b5b00000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383ec971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec971000-7383ec972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec972000-7383eca72000 rw-p 00000000 00:00 0 -7383eca72000-7383ecb72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb72000-7383ecb73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb73000-7383ecc73000 rw-p 00000000 00:00 0 -7383ecc73000-7383ecd73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd73000-7383ecd74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd74000-7383ece74000 rw-p 00000000 00:00 0 -7383ece74000-7383ecf74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf74000-7383ecf75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf75000-7383ed075000 rw-p 00000000 00:00 0 -7383ed075000-7383ed175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed175000-7383ed176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed176000-7383ed276000 rw-p 00000000 00:00 0 -7383ed276000-7383ed376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed376000-7383ed377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed377000-7383ed477000 rw-p 00000000 00:00 0 -7383ed477000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -73a064cf0000-73a064cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (455) crashed. Respawning worker. -ERROR: Child worker (1089) crashed. Respawning worker. -ERROR: Child worker (714) crashed. Respawning worker. -SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:84: [BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0009 p:---- s:0061 e:000060 l:y INFO: 1225 is running. -ERROR: Child worker (797) crashed. Respawning worker. -ERROR: Child worker (972) crashed. Respawning worker. -ERROR: Child worker (132) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x7384000794ab] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d7818000-7383d7a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d7a00000-7383da600000 rw-p 00000000 00:00 0 -7383da679000-7383dbf80000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383dbf80000-7383dc600000 rw-p 00000000 00:00 0 -7383dc6ff000-7383dc700000 ---p 00000000 00:00 0 -7383dc700000-7383dc800000 rw-p 00000000 00:00 0 -7383dc800000-7383dcc00000 rw-p 00000000 00:00 0 -7383dccff000-7383dcd00000 ---p 00000000 00:00 0 -7383dcd00000-7383dce00000 rw-p 00000000 00:00 0 -7383dce00000-7383dd200000 rw-p 00000000 00:00 0 -7383dd2fe000-7383dd2ff000 ---p 00000000 00:00 0 -7383dd2ff000-7383dd3ff000 rw-p 00000000 00:00 0 -7383dd3ff000-7383dd400000 ---p 00000000 00:00 0 -7383dd400000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe82b000-7383fe863000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe863000-7383fe866000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe866000-7383fe895000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe895000-7383fe89d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89d000-7383fe89e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89e000-7383fe89f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89f000-7383fe8a0000 rw-p 00000000 00:00 0 -7383fe8a0000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff680000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7384a4cf0000-7384a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400079802] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -INFO: 1228 is running. - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c9c18000-7383c9e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383c9e00000-7383cca00000 rw-p 00000000 00:00 0 -7383cca78000-7383ce37f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383ce37f000-7383ce5ff000 rw-p 00000000 00:00 0 -7383ce5ff000-7383ce600000 ---p 00000000 00:00 0 -7383ce600000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: -738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [BUG] Segmentation fault at 0x0000000000000012 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384247540cb RBP: 0x0000000000000000 RSP: 0x00007383e96568a0 - RAX: 0x00007383e9556e40 RBX: 0x0000000000000d31 RCX: 0x00007383ff632328 - RDX: 0x0000000000000330 RDI: 0x0000738423c97fa0 RSI: 0x00007383ff632328 - R8: 0x0000000000000002 R9: 0x0000738423cdc448 R10: 0x00007383e9656850 - R11: 0x00007383ff6326c0 R12: 0x00007383be01b050 R13: 0x0000000000000000 - R14: 0x0000000000000000 R15: 0x0000738423ccec58 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- - [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738da4cf0000-738da4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x7384244439db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x7384246bdbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x5) [0x7384246be678] /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x73842472b641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x738424742bb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x73842474924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x738400002231] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383cca18000-7383ccc00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383ccc00000-7383cf800000 rw-p 00000000 00:00 0 -7383cf978000-7383d127f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d127f000-7383d19ff000 rw-p 00000000 00:00 0 -7383d19ff000-7383d1a00000 ---p 00000000 00:00 0 -7383d1a00000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-73840007a000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007a000-73840007b000 rw-p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007b000-73840007c000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007c000-73840007d000 rw-p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007d000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738ba4cf0000-738ba4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:13: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:---- s:0019 e:000018 l:y b:---- CFUNC :== -c:0003 p:---- s:0016 e:000015 l:y b:---- CFUNC :include? -c:0002 p:0010 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in 'include?' -/app/app.rb:13:in '==' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384246d92f7 RBP: 0x00007383e221d0f8 RSP: 0x00007383e221d078 - RAX: 0x0000000000000010 RBX: 0x00007383ff614760 RCX: 0x0000000000000cd1 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000009d - R8: 0x000000000000e121 R9: 0x000000000000009d R10: 0x00007383e221d0a0 - R11: 0x0000000000000000 R12: 0x000000000000009d R13: 0x00007383ff726338 - R14: 0x00007383e221d0a0 R15: 0x00007383ff614760 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1233 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(callable_method_entry+0x22) [0x7384247535ea] /usr/src/ruby/vm_method.c:1952 -/usr/local/lib/libruby.so.4.0(rb_callable_method_entry) /usr/src/ruby/vm_method.c:1958 -/usr/local/lib/libruby.so.4.0(rb_search_method_entry) /usr/src/ruby/vm_eval.c:829 -/usr/local/lib/libruby.so.4.0(rb_check_funcall_default_kw) /usr/src/ruby/vm_eval.c:704 -/usr/local/lib/libruby.so.4.0(rb_check_funcall_kw) /usr/src/ruby/vm_eval.c:682 -/usr/local/lib/libruby.so.4.0(rb_get_detailed_message+0x2e) [0x738424519a9e] /usr/src/ruby/error.c:1607 -/usr/local/lib/libruby.so.4.0(rb_ec_error_print_detailed+0x286) [0x7384245266c6] /usr/src/ruby/eval_error.c:376 -/usr/local/lib/libruby.so.4.0(thread_start_func_2+0xc77) [0x7384246eae47] /usr/src/ruby/thread.c:738 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7384246eaf17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d4e18000-7383d5000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d5000000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c78000-7383d957f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d957f000-7383d97ff000 rw-p 00000000 00:00 0 -7383d97ff000-7383d9800000 ---p 00000000 00:00 0 -7383d9800000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7385e4cf0000-7385e4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400076bce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383cba00000-7383ce600000 rw-p 00000000 00:00 0 -7383ce678000-7383cff7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383cff7f000-7383d01ff000 rw-p 00000000 00:00 0 -7383d01ff000-7383d0200000 ---p 00000000 00:00 0 -7383d0200000-7383d0a00000 rw-p 00000000 00:00 0 -7383d0a00000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0e17000-7383d0fff000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738c64cf0000-738c64cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (806) crashed. Respawning worker. -ERROR: Child worker (40) crashed. Respawning worker. -ERROR: Child worker (949) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7384244285a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x73842454ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x73842455cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x7383ff1974ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7384246e6e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7383ff18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7383ff1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7383ff169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7383ff1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7383ff178442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7383ff1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7383ff1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7383ff128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7383ff192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7384246e6a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7383ff192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7384246ea34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7384246eaf17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c2c00000-7383c5800000 rw-p 00000000 00:00 0 -7383c5878000-7383c717f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c717f000-7383c73ff000 rw-p 00000000 00:00 0 -7383c73ff000-7383c7400000 ---p 00000000 00:00 0 -7383c7400000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -738/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -3cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007659a] - --- Other runtime information ----------------------------------------------- - - -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p * Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00 -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so -:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383 4 complex.so -d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-73 5 pathname.so -83d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 6 ruby2_keywords.rb -rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 000000 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -00 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff0 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -00-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d800 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -0000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 0 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -0000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00: 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-738 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -3daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 r 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -w-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 0000000 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -0 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd00000 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -0-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb -000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def0 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -5000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -73 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -83df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -ead_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [ano 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -n:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb --7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_ 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b1200 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -0-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw- 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e16180 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -00-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -73 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb -83e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb -ead_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [ano 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -n:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e25 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -20000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_th 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb -read_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [an 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -on:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 0000000 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e352800 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -0-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt -_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 --- 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d0 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb -00-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -k_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:n 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -t_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e50 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -35000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_th 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -read_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [an 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -on:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 0000000 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb -b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_t 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -hread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [a 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -non:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 000000 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - -7383e6841000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd0 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb -00 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 1 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -9711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gn 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -u/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff600 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb -0-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libss 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -l.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb ---p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f60 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -00 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb -/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000 238 /usr/local/lib/ruby/4.0.0/uri/http.rb --7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce00 239 /usr/local/lib/ruby/4.0.0/uri/https.rb -0 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:d 247 /usr/local/lib/ruby/4.0.0/delegate.rb -efault:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -8400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 r 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -w-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00: 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-7384 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -0849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 r 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -w-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00: 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Rub* Process memory map: - -y:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384056a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c1e18000-7383c2000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383c2000000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c78000-7383c657f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c657f000-7383c67ff000 rw-p 00000000 00:00 0 -7383c67ff000-7383c6800000 ---p 00000000 00:00 0 -7383c6800000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7390a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00083c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-00000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d0000 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_all0 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 0000ocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-738400000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 95b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 0000 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 0000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -0:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -73873840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_d3cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7efault_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/rub00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 y/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x8rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a06_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_0000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 r /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00w-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 0000000:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 0 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/lib7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca0000gcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f0-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 004e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:0 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -73840 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb0200024016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 0000:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-7380000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 3dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 k] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allo /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linuxc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64- 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Rublinux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000y:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:0 -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-730 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e18424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7392e4cf0000-7392e4c718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -by:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00: - -00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [BUG] [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 Aborted at 0x0000000000000209 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-73840007d000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007d000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7392e4cf0000-7392e4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7384244285a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x73842454ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(str_alloc_embed+0x3b) [0x7384246c0913] /usr/src/ruby/string.c:1021 -/usr/local/lib/libruby.so.4.0(str_duplicate) /usr/src/ruby/string.c:1986 -/usr/local/lib/libruby.so.4.0(rb_str_sub) /usr/src/ruby/string.c:6313 -[0x7384000733b6] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007a000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c0018000-7383c0200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383c0200000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e78000-7383c477f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c477f000-7383c49ff000 rw-p 00000000 00:00 0 -7383c49ff000-7383c4a00000 ---p 00000000 00:00 0 -7383c4a00000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p -00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - --7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 0 enumerator.so -chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 1 thread.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c00 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb -0-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb -_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw- 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a120 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -00-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e1 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -4000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -ead_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e19 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_th 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -read_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [an 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -on:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 0000000 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e2 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e292200 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -0-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 --- 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e35270 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -00-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -k_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:n 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb -t_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e44 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -2f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb -383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_th 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -read_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [an 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -on:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 0000000 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb -f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_t 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -hread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [a 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -non:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 000000 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb -5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw- 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -INFO: 1239 is running. -p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d0 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -00-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -k_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:n 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -t_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 -- 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rbck_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby: -nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 r 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e764 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -8000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 0 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -0000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/li 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb -b/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcryp 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb -to.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383fef 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -f9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -73 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -83ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 0 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb -00ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_e 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -xt.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383f 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -f610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 00 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb -02b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc100 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -00-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:he 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -ap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840008200 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -0-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-738 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -40849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 529307 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -7 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/r 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb -uby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -ory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 r 247 /usr/local/lib/ruby/4.0.0/delegate.rb -w-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb -ool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886900 254 /usr/local/lib/ruby/4.0.0/erb/version.rb -0-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00: 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -ory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 r 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -w-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 263 /usr/local/lib/ruby/4.0.0/erb.rb - [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb -ool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7900 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -0-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [a* Process memory map: - -non:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383cb000000-7383cdc00000 rw-p 00000000 00:00 0 -7383cf57f000-7383cf7ff000 rw-p 00000000 00:00 0 -7383cf7ff000-7383cf800000 ---p 00000000 00:00 0 -7383cf800000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d11 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x00000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7386_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.83d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/tran---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 000000s/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linu00 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 0x/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x0000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383dlinux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-7387383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:0423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 255720 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_al852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 loc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d0 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19700 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -738311011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threa/usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libzd_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-7384244000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -73820000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu3e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 /libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d800:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1715000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9008000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-0 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739464cf0000-739464cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 - - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-73840007d000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007d000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738ca4cf0000-738ca4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:98: [BUG] Aborted at 0x0000000000000130 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ruby: YJIT has panicked. More info to follow... - -thread '' (474) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 -stack backtrace: -ERROR: Child worker (612) crashed. Respawning worker. -ERROR: Child worker (602) crashed. Respawning worker. -ERROR: Child worker (770) crashed. Respawning worker. -ERROR: Child worker (788) crashed. Respawning worker. -ruby: YJIT has panicked. More info to follow... -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x1c) [0x7384246d92f7] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(lookup_method_table+0x1e) [0x73842473348a] /usr/src/ruby/vm_method.c:1262 -/usr/local/lib/libruby.so.4.0(search_method0) /usr/src/ruby/vm_method.c:1707 -/usr/local/lib/libruby.so.4.0(search_method) /usr/src/ruby/vm_method.c:1730 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative) /usr/src/ruby/vm_method.c:1922 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0x8) [0x738424733efa] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(rb_callable_method_entry) /usr/src/ruby/vm_method.c:1958 -/usr/local/lib/libruby.so.4.0(vm_populate_cc) /usr/src/ruby/vm_insnhelper.c:2154 -/usr/local/lib/libruby.so.4.0(vm_search_cc) /usr/src/ruby/vm_insnhelper.c:2284 -/usr/local/lib/libruby.so.4.0(vm_search_method_slowpath0+0x5) [0x7384247350aa] /usr/src/ruby/vm_insnhelper.c:2298 -/usr/local/lib/libruby.so.4.0(vm_search_method_fastpath) /usr/src/ruby/vm_insnhelper.c:2378 -/usr/local/lib/libruby.so.4.0(vm_sendish) /usr/src/ruby/vm_insnhelper.c:6122 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x54c) [0x738424742fdc] /usr/src/ruby/insns.def:856 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x73842474924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x738400002231] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c0618000-7383c0800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383c0800000-7383c3400000 rw-p 00000000 00:00 0 -7383c3478000-7383c4d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c4d7f000-7383c4fff000 rw-p 00000000 00:00 0 -7383c4fff000-7383c5000000 ---p 00000000 00:00 0 -7383c5000000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739424cf0000-739424cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1244 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x000000000000007a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:---- METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000000000000009 RSP: 0x00007383e040e320 - RAX: 0x0000000000000032 RBX: 0x00007383fe8d4fc8 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007383fe8d4fc8 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0x00007383d9a203a0 - R11: 0x0000000000000004 R12: 0x00007383fe8d4e38 R13: 0x0000000000000009 - R14: 0x00007383fe8d4fc8 R15: 0x00007383ff753d30 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (981) crashed. Respawning worker. -ERROR: Child worker (358) crashed. Respawning worker. -ERROR: Child worker (536) crashed. Respawning worker. -ERROR: Child worker (304) crashed. Respawning worker. -ERROR: Child worker (14) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007c019] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383ce218000-7383ce400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383ce400000-7383d1000000 rw-p 00000000 00:00 0 -7383d1078000-7383d297f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d297f000-7383d2bff000 rw-p 00000000 00:00 0 -7383d2bff000-7383d2c00000 ---p 00000000 00:00 0 -7383d2c00000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x73842492ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x738424965dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x738424965c5a] library/std/src/panicking.rs:707 - /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x73842495dbb986_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 ] library/std/src/sys/backtrace.rs:174 - /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-g/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x73842493ae8d] library/std/src/panicking.rs:698 -nu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff/usr/local/lib/libruby.so.4.0(shl+0x0) [0x73842443cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x73842443be23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x73842443bdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x738424918eaa) [0x738424918eaa] -119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/io/usr/local/lib/libruby.so.4.0(0x7384249155d5) [0x7384249155d5] -dine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -738/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x73842492e923] yjit/src/asm/x86_64/mod.rs:432 -3ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:def/usr/local/lib/libruby.so.4.0(test+0x114) [0x73842492b9d4] yjit/src/asm/x86_64/mod.rs:1387 -/usr/local/lib/libruby.so.4.0(0x73842490b18b) [0x73842490b18b] -/usr/local/lib/libruby.so.4.0(0x738424908ff3) [0x738424908ff3] -/usr/local/lib/libruby.so.4.0(0x738424902b87) [0x738424902b87] -/usr/local/lib/libruby.so.4.0(gen_single_block+0x180e) [0x7384248d180e] yjit/src/codegen.rs:1459 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x7384248f4071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x7384248f5eae) [0x7384248f5eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x7384248eb624] yjit/src/core.rs:3514 -ault:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_6/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/4-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/sockstats.rs:1062 -et.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff80/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x73842493942d] yjit/src/core.rs:3514 -0000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 /usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x7384248f339c] yjit/src/core.rs:3513 -0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [0x738400004033] - [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738ae4cf0000-738ae4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400076af4] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d1218000-7383d1400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d1400000-7383d4000000 rw-p 00000000 00:00 0 -7383d4078000-7383d597f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d597f000-7383d5bff000 rw-p 00000000 00:00 0 -7383d5bff000-7383d5c00000 ---p 00000000 00:00 0 -7383d5c00000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7388a4cf0000-7388a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -SEGV received in SEGV handler -ABRT received in SEGV handler -INFO: 1248 is running. -SEGV received in SEGV handler -ABRT received in SEGV handler - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383aa800000-7383ad400000 rw-p 00000000 00:00 0 -7383aee00000-7383b3a00000 rw-p 00000000 00:00 0 -7383b3bf8000-7383b3e78000 rw-p 00000000 00:00 0 -7383b3e78000-7383b577f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b577f000-7383b59ff000 rw-p 00000000 00:00 0 -7383b59ff000-7383b5a00000 ---p 00000000 00:00 0 -7383b5a00000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739ea4cf0000-739ea4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Aborted at 0x00000000000003ad -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x7384000795ed] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383b2818000-7383b2a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b2a00000-7383b5600000 rw-p 00000000 00:00 0 -7383b5678000-7383b6f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b6f7f000-7383b71ff000 rw-p 00000000 00:00 0 -7383b71ff000-7383b7200000 ---p 00000000 00:00 0 -7383b7200000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-73840007d000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007d000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739da4cf0000-739da4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x1c) [0x7384246d92f7] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(lookup_method_table+0x1e) [0x73842473348a] /usr/src/ruby/vm_method.c:1262 -/usr/local/lib/libruby.so.4.0(search_method0) /usr/src/ruby/vm_method.c:1707 -/usr/local/lib/libruby.so.4.0(search_method) /usr/src/ruby/vm_method.c:1730 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative) /usr/src/ruby/vm_method.c:1922 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0xa) [0x738424741d0d] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(vm_respond_to) /usr/src/ruby/vm_method.c:3352 -/usr/local/lib/libruby.so.4.0(rb_ec_obj_respond_to+0x20) [0x738424752780] /usr/src/ruby/vm_method.c:3410 -/usr/local/lib/libruby.so.4.0(rb_obj_respond_to) /usr/src/ruby/vm_method.c:3403 -/usr/local/lib/libruby.so.4.0(rb_str_equal+0x3d) [0x7384246c775d] /usr/src/ruby/string.c:4273 -/usr/local/lib/libruby.so.4.0(vm_call0_cfunc_with_frame+0x10f) [0x73842474e89f] /usr/src/ruby/vm_eval.c:164 -/usr/local/lib/libruby.so.4.0(vm_call0_cfunc) /usr/src/ruby/vm_eval.c:178 -/usr/local/lib/libruby.so.4.0(vm_call0_body) /usr/src/ruby/vm_eval.c:229 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x7384247541b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_equal+0x79) [0x7384245c7d89] /usr/src/ruby/object.c:183 -/usr/local/lib/libruby.so.4.0(rb_ary_includes+0x3b) [0x73842443daab] /usr/src/ruby/array.c:5509 -[0x73840007a7e2] - --- Other runtime information ----------------------------------------------- - -ERROR: Child worker (897) crashed. Respawning worker. -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - -ERROR: Child worker (622) crashed. Respawning worker. - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so -ERROR: Child worker (932) crashed. Respawning worker. - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383bb818000-7383bba00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383bba00000-7383be600000 rw-p 00000000 00:00 0 -7383be678000-7383bff7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383bff7f000-7383c01ff000 rw-p 00000000 00:00 0 -7383c01ff000-7383c0200000 ---p 00000000 00:00 0 -7383c0200000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6e0000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739764cf0000-739764cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1254 is running. -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000014 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :force_encoding -c:0012 p:0040 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'force_encoding' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244fb48b RBP: 0x0000000000000001 RSP: 0x00007383e7245200 - RAX: 0x0000000000000000 RBX: 0x00007383fe8a6308 RCX: 0x0000738424c043c0 - RDX: 0x0000738424c3ede0 RDI: 0x00000000ffffffff RSI: 0x0000000000000001 - R8: 0x0000000000000001 R9: 0x0000738423869080 R10: 0x0000738424d77ac0 - R11: 0x00007383fe8a6308 R12: 0x00000000ffffffff R13: 0x000073842396f0a0 - R14: 0x000000000000201a R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x7384000761f2] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c3c18000-7383c3e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383c3e00000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a78000-7383c837f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c837f000-7383c85ff000 rw-p 00000000 00:00 0 -7383c85ff000-7383c8600000 ---p 00000000 00:00 0 -7383c8600000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_ad/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400077000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb -[0x738400079dec] - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb --- Other runtime information ----------------------------------------------- - - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -* Ruby Box: disabled - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -* Loaded features: - - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 0 enumerator.so - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 1 thread.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 2 fiber.so - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 3 rational.so - 4 complex.so - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 5 pathname.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 6 ruby2_keywords.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 7 set.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 230 /app/app.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 252 /usr/local/lib/ruby/4.0.0/date.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -* Process memory map: - - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383cb418000-7383cb600000 r--s 00000000 00:56 2 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383cb600000-7383ce200000 rw-p 00000000 00:00 0 -7383ce278000-7383cfb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383cfb7f000-7383cfdff000 rw-p 00000000 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb -00:00 0 -7383cfdff000-7383cfe00000 ---p 00000000 00:00 0 -7383cfe00000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -73 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb -83d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000- 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb -7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d280000 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -0 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 0000 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb -0000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -dr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-73840805000 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 0000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 0 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -0:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -738 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -3d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d870000095000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-7384 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -0849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 r 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -w-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb -000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db1 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -00000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /us 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -r/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-73 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -83ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 .0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb -ERROR: Child worker (922) crashed. Respawning worker. -rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -738_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b03deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thre 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -00 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 ad_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fib 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -er_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 f1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df50 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -7000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -73 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b0 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -83df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 0000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000- [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fib7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_cer_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090hunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_a01000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 lloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -00 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb --7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fibchunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_ 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb -er_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -11000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e101500 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b00-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 0 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -00 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 0:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fib 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -738 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -3e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb -er_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby: 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -73 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -83e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -ead_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [ano /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/lo 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -n:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -cal/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:d [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000efault:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x8 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb -00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -6_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux 230 /app/app.rb -/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x8 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb -chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -6_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/ 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb --linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_a 245 /usr/local/lib/ruby/4.0.0/uri.rb - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b00llocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -0-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 529 247 /usr/local/lib/ruby/4.0.0/delegate.rb -3080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -/usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-lin-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 0 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -ux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7380005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/li 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -b/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 .so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-73* Process memory map: - -000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -783ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_re384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000serve_addr_space] -738400071000-73840007d000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007d000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/l408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 0ib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/0000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjema -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849clloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-7000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-73840838424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:4a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 000 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d860000000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r-:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383ada18000-7383adc00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383adc00000-7383b0e00000 rw-p 00000000 00:00 0 -7383b0e78000-7383b277f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b277f000-7383b29ff000 rw-p 00000000 00:00 0 -7383b29ff000-7383b2a00000 ---p 00000000 00:00 0 -7383b2a00000-7383b3200000 rw-p 00000000 00:00 0 -7383b3200000-7383b3600000 rw-p 00000000 00:00 0 -7383b36ff000-7383b3700000 ---p 00000000 00:00 0 -7383b3700000-7383b3800000 rw-p 00000000 00:00 0 -73-p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7391a4cf0000-7391a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 83b3800000-7383b3c00000 rw-p 00000000 00:00 0 -7383b3cff000-7383b3d00000 ---p 00000000 00:00 0 -7383b3d00000-7383b3e00000 rw-p 00000000 00:00 0 -7383b3e00000-7383b4200000 rw-p 00000000 00:00 0 -7383b42ff000-7383b4300000 ---p 00000000 00:00 0 -7383b4300000- /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/li7383b4400000 rw-p 00000000 00:00 0 -7383b4400000-7383b4800000 rw-p 00000000 00:00 0 -7383b48ff000-7383b4900000 ---p 00000000 00:00 0 -7383b4900000-7383b4a00000 rw-p 00000000 00:00 0 -7383b4a00000-7383b4e00000 rw-p 00000000 00:00 0 -7383b4eff000-7383b4f00000 ---p 00000000 00:00 0 -7383b4f00000-7383b5000000 rw-p 00000000 00:00 0 -7383b5000000-7383b5400000 rw-p 00000000 00:00 0 -7383b54ff000-7383b5500000 ---p 00000000 00:00 0 -7383b5500000-7383b5600000 rw-p 00000000 00:00 0 -7383b5600000-7383b5a00000 rw-p 0000b/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]0000 00:00 0 -7383b5aff000-7383b5b00000 ---p 00000000 00:00 0 -7383b5b00000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 - - -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_0000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 0840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 0:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 0000000000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon: -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccffRuby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd8 -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c340allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [an0000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-738on:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 3c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c870000 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_0-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-738364-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/ecbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rwnc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 0000000064-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/ 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -74.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/rub383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00y/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 000000000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x860000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r- 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 0-p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -70:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -73838424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-7384243980003d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 197 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd00011011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /us000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddcr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 000000000066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -7384240 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [ad1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 0000non:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 0000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7384 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000024d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424d00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000fb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738c64cf0000-738c64cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:n - -t_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383ec971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec971000-7383ec972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec972000-7383eca72000 rw-p 00000000 00:00 0 -7383eca72000-7383ecb72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb72000-7383ecb73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb73000-7383ecc73000 rw-p 00000000 00:00 0 -7383ecc73000-7383ecd73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd73000-7383ecd74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd74000-7383ece74000 rw-p 00000000 00:00 0 -7383ece74000-7383ecf74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf74000-7383ecf75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf75000-7383ed075000 rw-p 00000000 00:00 0 -7383ed075000-7383ed175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed175000-7383ed176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed176000-7383ed276000 rw-p 00000000 00:00 0 -7383ed276000-7383ed376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed376000-7383ed377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed377000-7383ed477000 rw-p 00000000 00:00 0 -7383ed477000-7383ed577000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed577000-7383ed578000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed578000-7383ed678000 rw-p 00000000 00:00 0 -7383ed678000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [a/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -non:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 r/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -w-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007a6be] - --- Other runtime information ----------------------------------------------- - -ool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [a -non:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so -ory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 r 4 complex.so -w-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 5 pathname.so - [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p 6 ruby2_keywords.rb -ool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b00 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -0-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00: 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [a 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -non:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb -ory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 r 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -w-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -ool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b00 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -0-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00: 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [a 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -non:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -ory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 r 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -w-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -ool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b00 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -0-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00: 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 0 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -0001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 52 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -93161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/ 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/ 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 / 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/lo 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -cal/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 197 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -11009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/l 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb -ib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libs 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -tdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -73 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -8423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-l 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -inux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-738424 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -1d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x8 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -6_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so. 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-7384 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -24399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 0 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -0:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/li 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -bz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 006 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -3a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/lo 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -cal/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-l 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -inux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86- 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -b000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -0 -73a0a4cf0000-73a0a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - - - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383bc418000-7383bc600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383bc600000-7383bf200000 rw-p 00000000 00:00 0 -7383bf278000-7383c0b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c0b7f000-7383c0dff000 rw-p 00000000 00:00 0 -7383c0dff000-7383c0e00000 ---p 00000000 00:00 0 -7383c0e00000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7396e4cf0000-7396e4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1258 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400077000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -ruby: YJIT has panicked. More info to follow... - -* Ruby Box: disabled - -thread '' (494) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -stack backtrace: -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d3c18000-7383d3e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d3e00000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a78000-7383d837f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d837f000-7383d85ff000 rw-p 00000000 00:00 0 -7383d85ff000-7383d8600000 ---p 00000000 00:00 0 -7383d8600000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7386a4cf0000-7386a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (1099) crashed. Respawning worker. -ERROR: Child worker (905) crashed. Respawning worker. -ERROR: Child worker (241) crashed. Respawning worker. -ERROR: Child worker (45) crashed. Respawning worker. -ERROR: Child worker (686) crashed. Respawning worker. -ERROR: Child worker (294) crashed. Respawning worker. -ERROR: Child worker (141) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -[0x738400076af4] -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 - -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 --- Other runtime information ----------------------------------------------- - -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7384244285a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x73842454ea90] gc/default/default.c:2518 - -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -* Ruby Box: disabled -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -* Loaded features: - -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x73842455cce2] /usr/src/ruby/hash.c:1441 - 0 enumerator.so -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 - 1 thread.rb -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 - 2 fiber.so -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x7383ff1974ac] /app/vendor/bundle/rub 3 rational.so -y/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 - 4 complex.so -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/ 5 pathname.so -4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 - 6 ruby2_keywords.rb -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7384246e6e59] /usr/src/ruby/thread.c:2090 - 7 set.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7383ff18e756] /app/vendor/bun 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -dle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7383ff1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7383ff169a5a] /app/vendor/bu 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb -ndle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7383ff1778ad] ./http1_parser.h:9 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -24 - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7383ff178442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0. 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7383ff1355cc] /app/vendor/bundle/ru 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb -by/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/io 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb -dine-0.7.58/ext/iodine/fio.c:568 - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/i 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -odine-0.7.58/ext/iodine/fio.c:2714 - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7383ff1286fc] /app/vendor/b 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -undle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7383ff128a55] /app/vendor/bun 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -dle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7383ff192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7384246e6a9e] /usr/src/ruby/thread.c:1628 - 30 /usr/local/lib/ruby/4.0.0/monitor.rb -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7383ff192f64] /app/vendor/ 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7384246ea34b] /usr/src/ruby/thread.c:651 - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7384246eaf17] /usr/src/ruby/thread_pthread.c:2229 - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb --- Other runtime information ----------------------------------------------- - - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb -* Ruby Box: disabled - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -* Loaded features: - - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 0 enumerator.so - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 1 thread.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 2 fiber.so - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 3 rational.so - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 4 complex.so - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 5 pathname.so - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 6 ruby2_keywords.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 7 set.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 230 /app/app.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -* Process memory map: - - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d2418000-7383d2600000 r--s 00000000 00:56 2 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d2600000-7383d5200000 rw-p 00000000 00:00 0 -7383d5278000-7383d6b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d6b7f000-7383d6dff000 rw-p 00000000 220 /usr/local/lib/ruby/4.0.0/socket.rb -00:00 0 -7383d6dff000-7383d6e00000 ---p 00000000 00:00 0 -7383d6e00000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -73 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -83d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000- 230 /app/app.rb -7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d930000 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -0 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db10 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -0000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383db 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -d00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 0 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -0:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -738 252 /usr/local/lib/ruby/4.0.0/date.rb -3ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 253 /usr/local/lib/ruby/4.0.0/time.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded0 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -4000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -ead_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [ano 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -n:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000* Process memory map: - --7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383cea00000-7383d1600000 rw-p 00000000 00:00 0 -7383d1678000-7383d2f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d2f7f000-7383d31ff000 rw-p 00000000 00:00 0 -7383d31ff000-7383d3200000 ---p 00000000 00:00 0 -7383d3200000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 0 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b40000:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -738 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff3d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/li383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000b/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_me000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383ddamory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allo---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5c_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 000/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7364-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.83df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:000.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 -gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df5e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea00008000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_tack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Rub64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/librubyy:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 .so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7387e4cf0000-7387e4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:0/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -0 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000[0x7384000796cb] - rw-p 00000000 00:00 0 -7383e2a22000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - -r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] - 0 enumerator.so -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c000 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb -0 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/lib 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb -crypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/i 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -odine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000- 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -08060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-7384084 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -80000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-l 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -inux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-7384085 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -31000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-73840853400 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb -0 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb --p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb -ory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 r 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -w-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -ool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b00 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -0-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00: 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [a 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb -non:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -ool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00: 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [a 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -non:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -ory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb -ool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b00 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -0-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00: 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -ory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 r 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -w-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -ool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b00 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -0-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00: 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 0 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb -0001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 52 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -93161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/ 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 / 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/lo 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -cal/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/l 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -ib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -73 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -8423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-l 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -inux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-738424 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb -1d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so. 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 0 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -0:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/li 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -bz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 006 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -3a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/lo 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -cal/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738 220 /usr/local/lib/ruby/4.0.0/socket.rb -424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -b000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 230 /app/app.rb -0 -738aa4cf0000-738aa4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - - - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -[BUG] 247 /usr/local/lib/ruby/4.0.0/delegate.rb -Aborted at 0x00000000000000dc 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -Crashed while printing bug report - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383be618000-7383be800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383be800000-7383c3000000 rw-p 00000000 00:00 0 -7383c30f9000-7383c4a00000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c4a00000-7383c7600000 rw-p 00000000 00:00 0 -7383c7678000-7383c8f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c8f7f000-7383c91ff000 rw-p 00000000 00:00 0 -7383c91ff000-7383c9200000 ---p 00000000 00:00 0 -7383c9200000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x7384244439db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x7384246bdbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x5) [0x7384246be678] /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x73842472b641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x738424742bb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x73842474924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x738400002231] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 -- 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -ck_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby: 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 r 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e121 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -6000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 0000000 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -0 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_t 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -hread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [a 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -non:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 000000 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_ 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [ 247 /usr/local/lib/ruby/4.0.0/delegate.rb -anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb --p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -ck_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby: 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 000000* Process memory map: - -00 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c6618000-7383c6800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383c6800000-7383c9400000 rw-p 00000000 00:00 0 -7383c9478000-7383cad7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383cad7f000-7383cafff000 rw-p 00000000 00:00 0 -7383cafff000-7383cb000000 ---p 00000000 00:00 0 -7383cb000000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -73] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_683cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf304-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 250000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cf572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 f00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/rub 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p y/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-7384000e6000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-7384000e9000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -7384000e9000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_bo00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-73dy_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /83d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc20.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -7384080000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 r538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e00w-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded00 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 004000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_meack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 mory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad0---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 00-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [ rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e0anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_me40f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000mory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_allocrw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 _thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00[anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 k] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 000 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7300-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 0083e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [ 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e23anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_me1f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_smory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 tack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Rubrw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 y:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_ [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Rupool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.soby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_allo -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423cc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-73 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 8423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c100 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 00 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 0000 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_0000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:5664-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 :56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff61000 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 0-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- - /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56c:0001 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 0000p:---- 0000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 0s:0003 e:000002 0:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 019711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-0008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libc /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-7384rypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 0 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ru637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d850by:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -700 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739164cf0000-739164cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -38408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/INFO: 1263 is running. -enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738fe4cf0000-738fe4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x1c) [0x7384246d92f7] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(lookup_method_table+0x1e) [0x73842473348a] /usr/src/ruby/vm_method.c:1262 -/usr/local/lib/libruby.so.4.0(search_method0) /usr/src/ruby/vm_method.c:1707 -/usr/local/lib/libruby.so.4.0(search_method) /usr/src/ruby/vm_method.c:1730 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative) /usr/src/ruby/vm_method.c:1922 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0x8) [0x738424733efa] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(rb_callable_method_entry) /usr/src/ruby/vm_method.c:1958 -/usr/local/lib/libruby.so.4.0(vm_populate_cc) /usr/src/ruby/vm_insnhelper.c:2154 -/usr/local/lib/libruby.so.4.0(vm_search_cc) /usr/src/ruby/vm_insnhelper.c:2284 -/usr/local/lib/libruby.so.4.0(rb_vm_search_method_slowpath+0xd) [0x7384247485db] /usr/src/ruby/vm_insnhelper.c:2298 -/usr/local/lib/libruby.so.4.0(vm_search_method_slowpath0) /usr/src/ruby/vm_insnhelper.c:2317 -/usr/local/lib/libruby.so.4.0(vm_search_method_fastpath) /usr/src/ruby/vm_insnhelper.c:2378 -/usr/local/lib/libruby.so.4.0(vm_search_method) /usr/src/ruby/vm_insnhelper.c:2388 -/usr/local/lib/libruby.so.4.0(vm_method_cfunc_is) /usr/src/ruby/vm_insnhelper.c:2458 -/usr/local/lib/libruby.so.4.0(opt_equality) /usr/src/ruby/vm_insnhelper.c:2551 -/usr/local/lib/libruby.so.4.0(opt_equality) /usr/src/ruby/vm_insnhelper.c:2544 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:1385 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x73842474924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x7384247541b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x738424525813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x7383ff18e865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x1ee) [0x7384246e6ede] /usr/src/ruby/thread.c:2085 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x12) [0x7383ff18ebe2] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x7383ff197d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7384246e6e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7383ff18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7383ff1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7383ff169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7383ff1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7383ff178442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7383ff1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7383ff1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7383ff128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7383ff192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7384246e6a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7383ff192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7384246ea34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7384246eaf17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d4218000-7383d4400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d4400000-7383d7000000 rw-p 00000000 00:00 0 -7383d7078000-7383d897f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d897f000-7383d8bff000 rw-p 00000000 00:00 0 -7383d8bff000-7383d8c00000 ---p 00000000 00:00 0 -7383d8c00000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -7ERROR: Child worker (1007) crashed. Respawning worker. -38423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 ERROR: Child worker (170) crashed. Respawning worker. -r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738664cf0000-738664cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007971f] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383b3418000-7383b3600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b3600000-7383b6200000 rw-p 00000000 00:00 0 -7383b6278000-7383b7b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b7b7f000-7383b7dff000 rw-p 00000000 00:00 0 -7383b7dff000-7383b7e00000 ---p 00000000 00:00 0 -7383b7e00000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739ce4cf0000-739ce4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1269 is running. -ERROR: Child worker (438) crashed. Respawning worker. -ERROR: Child worker (63) crashed. Respawning worker. -ERROR: Child worker (668) crashed. Respawning worker. -ERROR: Child worker (566) crashed. Respawning worker. -ERROR: Child worker (521) crashed. Respawning worker. -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0081 e:000080 l:y b:---- CFUNC :gsub -c:0012 p:0036 s:0075 /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -e:000074 l:y /usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -b:0001 METHOD/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 - /usr/local/lib/ruby/4.0.0/uri/common.rb:465/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 - -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -c:0011 [0x73840007a000] -p:0013 -s:0068 -- Other runtime information ----------------------------------------------- - -e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -c:0010 * Ruby Box: disabled -p:0012 * Loaded features: - -s:0062 e:000061 0 enumerator.so -l:y 1 thread.rb -b:0001 METHOD 2 fiber.so - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 3 rational.so - - 4 complex.so -c:0009 5 pathname.so -p:0005 s:0056 6 ruby2_keywords.rb -e:000055 7 set.rb -l:n 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -b:---- 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -BLOCK 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - [FINISH] 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -c:0008 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -p:---- 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -s:0052 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -e:000051 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -l:y 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb -b:---- 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb -CFUNC :map! 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -c:0007 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb -p:0019 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -s:0048 e:000047 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -l:n 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -b:---- BLOCK 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -c:0006 30 /usr/local/lib/ruby/4.0.0/monitor.rb -p:0027 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -s:0042 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -e:000041 l:y 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb -b:0001 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb -METHOD 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - :228 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -c:0005 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -p:0166 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -s:0036 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -e:000035 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb -l:y 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb -b:0001 METHOD 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -c:0004 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -p:0019 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -s:0026 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -e:000025 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -l:y 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -b:0001 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb -METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -c:0003 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -p:0017 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -s:0018 e:000017 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb -l:y b:0001 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb -METHOD 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -c:0002 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -p:---- s:0003 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -e:000002 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -l:y 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb -b:---- 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -DUMMY [FINISH] 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb --- Ruby level backtrace information ---------------------------------------- - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -/app/app.rb:18:in 'call' - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb -:228:in 'each' - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'gsub' - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - --- Threading information --------------------------------------------------- - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -Total ractor count: 1 - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -Ruby thread count for this ractor: 5 - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb --- Machine register context ------------------------------------------------ - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - RIP: 0x00007384246a9f10 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - RBP: 0x00007383ffc67400 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - RSP: 0x00007383e9857d10 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - RAX: 0x8080808080808080 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - RBX: 0x736f686c61003331 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - RCX: 0x736fdbf060c6a72a - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - RDX: 0x8080808080808080 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - RDI: 0x000073842396f000 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - RSI: 0x00007383ffc67400 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - R8: 0x00007383e9858120 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - R9: 0x00007383e98581f0 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - R10: 0x0000000000000000 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - - R11: 0x00007383e9858040 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - R12: 0x000073842396f000 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - R13: 0x00007383ffc67270 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - R14: 0x736fdbf060c6a731 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - R15: 0x00007383e9858110 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - EFL: 0x0000000000010293 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - - - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb --- C level backtrace information ------------------------------------------- - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383cd618000-7383cd800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383cd800000-7383d0400000 rw-p 00000000 00:00 0 -7383d0478000-7383d1d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d1d7f000-7383d1fff000 rw-p 00000000 00:00 0 -7383d1fff000-7383d2000000 ---p 00000000 00:00 0 -7383d2000000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738b64cf0000-738b64cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1273 is running. -ERROR: Child worker (659) crashed. Respawning worker. -ERROR: Child worker (220) crashed. Respawning worker. -ERROR: Child worker (229) crashed. Respawning worker. -ERROR: Child worker (464) crashed. Respawning worker. -ERROR: Child worker (1108) crashed. Respawning worker. -ERROR: Child worker (77) crashed. Respawning worker. -INFO: 1279 is running. -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (888) crashed. Respawning worker. -ERROR: Child worker (84) crashed. Respawning worker. -ERROR: Child worker (247) crashed. Respawning worker. -ERROR: Child worker (696) crashed. Respawning worker. -ERROR: Child worker (122) crashed. Respawning worker. -ERROR: Child worker (513) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x7384244439db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x7384246bdbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x1a) [0x7384246be56a] /usr/src/ruby/string.c:9323 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9320 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x73842472b641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x738424742bb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x73842474924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x7384247541b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x738424525813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x7383ff18e865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x7383ff18ebc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x7383ff197d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x7384246e6e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x7383ff18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7383ff1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7383ff169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7383ff1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7383ff178442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7383ff1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7383ff1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7383ff128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7383ff192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7384246e6a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7383ff192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7384246ea34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7384246eaf17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -INFO: 1284 is running. - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383ace18000-7383ad000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383ad000000-7383b0200000 rw-p 00000000 00:00 0 -7383b0278000-7383b1b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b1b7f000-7383b1dff000 rw-p 00000000 00:00 0 -7383b1dff000-7383b1e00000 ---p 00000000 00:00 0 -7383b1e00000-7383b2600000 rw-p 00000000 00:00 0 -7383b2600000-7383b2a00000 rw-p 00000000 00:00 0 -7383b2aff000-7383b2b00000 ---p 00000000 00:00 0 -7383b2b00000-7383b2c00000 rw-p 00000000 00:00 0 -7383b2c00000-7383b3000000 rw-p 00000000 00:00 0 -7383b30ff000-7383b3100000 ---p 00000000 00:00 0 -7383b3100000-7383b3200000 rw-p 00000000 00:00 0 -7383b3200000-7383b3600000 rw-p 00000000 00:00 0 -7383b36ff000-7383b3700000 ---p 00000000 00:00 0 -7383b3700000-7383b3800000 rw-p 00000000 00:00 0 -7383b3800000-7383b3c00000 rw-p 00000000 00:00 0 -7383b3cff000-7383b3d00000 ---p 00000000 00:00 0 -7383b3d00000-7383b3e00000 rw-p 00000000 00:00 0 -7383b3e00000-7383b4200000 rw-p 00000000 00:00 0 -7383b42ff000-7383b4300000 ---p 00000000 00:00 0 -7383b4300000-7383b4400000 rw-p 00000000 00:00 0 -7383b4400000-7383b4800000 rw-p 00000000 00:00 0 -7383b48ff000-7383b4900000 ---p 00000000 00:00 0 -7383b4900000-7383b4a00000 rw-p 00000000 00:00 0 -7383b4a00000-7383b4e00000 rw-p 00000000 00:00 0 -7383b4eff000-7383b4f00000 ---p 00000000 00:00 0 -7383b4f00000-7383b5000000 rw-p 00000000 00:00 0 -7383b5000000-7383b5400000 rw-p 00000000 00:00 0 -7383b54ff000-7383b5500000 ---p 00000000 00:00 0 -7383b5500000-7383b5600000 rw-p 00000000 00:00 0 -7383b5600000-7383b5a00000 rw-p 00000000 00:00 0 -7383b5aff000-7383b5b00000 ---p 00000000 00:00 0 -7383b5b00000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383ec971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec971000-7383ec972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec972000-7383eca72000 rw-p 00000000 00:00 0 -7383eca72000-7383ecb72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb72000-7383ecb73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb73000-7383ecc73000 rw-p 00000000 00:00 0 -7383ecc73000-7383ecd73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd73000-7383ecd74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd74000-7383ece74000 rw-p 00000000 00:00 0 -7383ece74000-7383ecf74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf74000-7383ecf75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf75000-7383ed075000 rw-p 00000000 00:00 0 -7383ed075000-7383ed175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed175000-7383ed176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed176000-7383ed276000 rw-p 00000000 00:00 0 -7383ed276000-7383ed376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed376000-7383ed377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed377000-7383ed477000 rw-p 00000000 00:00 0 -7383ed477000-7383ed577000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed577000-7383ed578000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed578000-7383ed678000 rw-p 00000000 00:00 0 -7383ed678000-7383ed778000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed778000-7383ed779000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed779000-7383ed879000 rw-p 00000000 00:00 0 -7383ed879000-7383ed979000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed979000-7383ed97a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed97a000-7383eda7a000 rw-p 00000000 00:00 0 -7383eda7a000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -73a124cf0000-73a124cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -SEGV received in SEGV handler -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0081 e:000080 l:y b:---- CFUNC :gsub -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'gsub' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000738424150b95 RBP: 0x0000000000000004 RSP: 0x00007383e9054118 - RAX: 0x0000738423ccec70 RBX: 0x0000738423ccec58 RCX: 0x0000000000000000 - RDX: 0x0000000000000004 RDI: 0x0000738423ccec70 RSI: 0x0000000000000004 - R8: 0x0000738423ccec58 R9: 0x0000738423869080 R10: 0x0000738424d77ac0 - R11: 0x000000000014b570 R12: 0x000073842396f000 R13: 0x0000000000000004 - R14: 0x0000000000000001 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ABRT received in SEGV handler -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007d1ed] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -ERROR: Child worker (258) crashed. Respawning worker. - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -ERROR: Child worker (416) crashed. Respawning worker. - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383ca818000-7383caa00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383caa00000-7383cd600000 rw-p 00000000 00:00 0 -7383cd678000-7383cef7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383cef7f000-7383cf1ff000 rw-p 00000000 00:00 0 -7383cf1ff000-7383cf200000 ---p 00000000 00:00 0 -7383cf200000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 INFO: 1289 is running. - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738d24cf0000-738d24cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (330) crashed. Respawning worker. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1294 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x738400077000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d7818000-7383d7a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d7a00000-7383da600000 rw-p 00000000 00:00 0 -7383da679000-7383dbf80000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383dbf80000-7383dc600000 rw-p 00000000 00:00 0 -7383dc6fe000-7383dc6ff000 ---p 00000000 00:00 0 -7383dc6ff000-7383dc7ff000 rw-p 00000000 00:00 0 -7383dc7ff000-7383dc800000 ---p 00000000 00:00 0 -7383dc800000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe82b000-7383fe863000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe863000-7383fe866000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe866000-7383fe895000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe895000-7383fe89d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89d000-7383fe89e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89e000-7383fe89f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89f000-7383fe8a0000 rw-p 00000000 00:00 0 -7383fe8a0000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff680000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-73840007d000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007d000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7384a4cf0000-7384a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x7384244285a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x73842454ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x73842455cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x7383ff1974ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x7383ff1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x7383ff169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x7383ff1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x7383ff178442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x7383ff1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x7383ff1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x7383ff128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x7383ff192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x7384246e6a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x7383ff192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x7384246ea34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x7384246eaf17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383cf600000-7383d2200000 rw-p 00000000 00:00 0 -7383d2278000-7383d3b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d3b7f000-7383d3dff000 rw-p 00000000 00:00 0 -7383d3dff000-7383d3e00000 ---p 00000000 00:00 0 -7383d3e00000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6d0000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec# terminated with exception (report_on_exception is true): -03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7389e4cf0000-7389e4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000000c5 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (426) crashed. Respawning worker. -ERROR: Child worker (18) crashed. Respawning worker. -ERROR: Child worker (724) crashed. Respawning worker. -INFO: 1299 is running. -ERROR: Child worker (1062) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -INFO: 1304 is running. - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 9: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26�'?ăs -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0002 s:0049 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (284) crashed. Respawning worker. - -thread '' (506) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_send - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:/app/app.rb:13: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:---- s:0019 e:000018 l:y b:---- CFUNC :== -c:0003 p:---- s:0016 e:000015 l:y b:---- CFUNC :include? -c:0002 p:0010 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in 'include?' -/app/app.rb:13:in '==' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384246d92f7 RBP: 0x00007383eae63058 RSP: 0x00007383eae62fd8 - RAX: 0x0000000000000010 RBX: 0x00007383ff614850 RCX: 0x0000000000000cd1 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000009d - R8: 0x000000000000e121 R9: 0x000000000000009d R10: 0x00007383eae63000 - R11: 0x0000000000000000 R12: 0x000000000000009d R13: 0x00007383ff614620 - R14: 0x00007383eae63000 R15: 0x00007383ff614850 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 9: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 10: yjit::core::/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] /usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 -YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26�$/ăs/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x73842492ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), OutpCrashed while printing bug report -ut=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x738424965dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x738424965c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x73842495dbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x73842493ae8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x73842443cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x73842443be93] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x73842443be3a] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_mutably_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x738424918f57) [0x738424918f57] -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: /usr/local/lib/libruby.so.4.0(0x738424915bf3) [0x738424915bf3] -[BUG] /usr/local/lib/libruby.so.4.0(lt+0x0) [0x7384248f46e6] yjit/src/core.rs:2380 -Aborted at 0x00000000000001da -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -/usr/local/lib/libruby.so.4.0(spec_next) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/iter/range.rs:765 -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(next) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/iter/range.rs:850 -/usr/local/lib/libruby.so.4.0(add_block_version) yjit/src/core.rs:2380 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0xa2) [0x7384248f40b7] yjit/src/core.rs:3113 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x7384248f5eae) [0x7384248f5eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x7384248eb624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x73842493942d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x7384248f339c] yjit/src/core.rs:3513 -[0x738400004033] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007a6be] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383bfa18000-7383bfc00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383bfc00000-7383c2800000 rw-p 00000000 00:00 0 -7383c2878000-7383c417f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c417f000-7383c43ff000 rw-p 00000000 00:00 0 -7383c43ff000-7383c4400000 ---p 00000000 00:00 0 -7383c4400000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 - [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 000-- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -00000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-73* Process memory map: - -83e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_all56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c0000000-7383c3000000 rw-p 00000000 00:00 0 -7383c4a00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca078000-7383cb97f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383cb97f000-7383cbbff000 rw-p 00000000 00:00 0 -7383cbbff000-7383cbc00000 ---p 00000000 00:00 0 -7383cbc00000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda0000oc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe8850d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.s00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_tho.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/read_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383dflib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-pheap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df70900/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -70-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_ [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 --- [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_adp 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 dr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strs [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000INFO: 1308 is running. -can.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e124b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-73816000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-7384085383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_th35000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-73840853800read_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 0 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_alloca [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383ete_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098d2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_t0 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 hread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /u5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/libsr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib//ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 00 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 0cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iod++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libcine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 0.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 529316001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-73842427 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gn [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 u/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-73840849700000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 0000000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7394a4cf0000-7394a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -7000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738f64cf0000-738f64cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -:38: [BUG] Aborted at 0x000000000000018d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ruby: YJIT has panicked. More info to follow... - -thread '' (1124) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 -stack backtrace: -ERROR: Child worker (50) crashed. Respawning worker. -INFO: 1312 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -[0x73840007a701] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c7818000-7383c7a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383c7a00000-7383ca600000 rw-p 00000000 00:00 0 -7383ca678000-7383cbf7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383cbf7f000-7383cc1ff000 rw-p 00000000 00:00 0 -7383cc1ff000-7383cc200000 ---p 00000000 00:00 0 -7383cc200000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6e0000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738f24cf0000-738f24cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (197) crashed. Respawning worker. -ERROR: Child worker (941) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x19) [0x7384246d9981] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(rb_managed_id_table_lookup) /usr/src/ruby/id_table.c:409 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative+0x2ab) [0x7384247335db] /usr/src/ruby/vm_method.c:1900 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0xa) [0x738424741d0d] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(vm_respond_to) /usr/src/ruby/vm_method.c:3352 -/usr/local/lib/libruby.so.4.0(rb_ec_obj_respond_to+0x20) [0x738424752780] /usr/src/ruby/vm_method.c:3410 -/usr/local/lib/libruby.so.4.0(rb_obj_respond_to) /usr/src/ruby/vm_method.c:3403 -/usr/local/lib/libruby.so.4.0(rb_str_equal+0x3d) [0x7384246c775d] /usr/src/ruby/string.c:4273 -[0x73840007a906] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383ab618000-7383ab800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383ab800000-7383aea00000 rw-p 00000000 00:00 0 -7383aea78000-7383b037f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b037f000-7383b05ff000 rw-p 00000000 00:00 0 -7383b05ff000-7383b0600000 ---p 00000000 00:00 0 -7383b0600000-7383b0e00000 rw-p 00000000 00:00 0 -7383b0e00000-7383b1200000 rw-p 00000000 00:00 0 -7383b12ff000-7383b1300000 ---p 00000000 00:00 0 -7383b1300000-7383b1400000 rw-p 00000000 00:00 0 -7383b1400000-7383b1800000 rw-p 00000000 00:00 0 -7383b18ff000-7383b1900000 ---p 00000000 00:00 0 -7383b1900000-7383b1a00000 rw-p 00000000 00:00 0 -7383b1a00000-7383b1e00000 rw-p 00000000 00:00 0 -7383b1eff000-7383b1f00000 ---p 00000000 00:00 0 -7383b1f00000-7383b2000000 rw-p 00000000 00:00 0 -7383b2000000-7383b2400000 rw-p 00000000 00:00 0 -7383b24ff000-7383b2500000 ---p 00000000 00:00 0 -7383b2500000-7383b2600000 rw-p 00000000 00:00 0 -7383b2600000-7383b2a00000 rw-p 00000000 00:00 0 -7383b2aff000-7383b2b00000 ---p 00000000 00:00 0 -7383b2b00000-7383b2c00000 rw-p 00000000 00:00 0 -7383b2c00000-7383b3000000 rw-p 00000000 00:00 0 -7383b30ff000-7383b3100000 ---p 00000000 00:00 0 -7383b3100000-7383b3200000 rw-p 00000000 00:00 0 -7383b3200000-7383b3600000 rw-p 00000000 00:00 0 -7383b36ff000-7383b3700000 ---p 00000000 00:00 0 -7383b3700000-7383b3800000 rw-p 00000000 00:00 0 -7383b3800000-7383b3c00000 rw-p 00000000 00:00 0 -7383b3cff000-7383b3d00000 ---p 00000000 00:00 0 -7383b3d00000-7383b3e00000 rw-p 00000000 00:00 0 -7383b3e00000-7383b4200000 rw-p 00000000 00:00 0 -7383b42ff000-7383b4300000 ---p 00000000 00:00 0 -7383b4300000-7383b4400000 rw-p 00000000 00:00 0 -7383b4400000-7383b4800000 rw-p 00000000 00:00 0 -7383b48ff000-7383b4900000 ---p 00000000 00:00 0 -7383b4900000-7383b4a00000 rw-p 00000000 00:00 0 -7383b4a00000-7383b4e00000 rw-p 00000000 00:00 0 -7383b4eff000-7383b4f00000 ---p 00000000 00:00 0 -7383b4f00000-7383b5000000 rw-p 00000000 00:00 0 -7383b5000000-7383b5400000 rw-p 00000000 00:00 0 -7383b54ff000-7383b5500000 ---p 00000000 00:00 0 -7383b5500000-7383b5600000 rw-p 00000000 00:00 0 -7383b5600000-7383b5a00000 rw-p 00000000 00:00 0 -7383b5aff000-7383b5b00000 ---p 00000000 00:00 0 -7383b5b00000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de680000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e523INFO: 1318 is running. -6000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383ec971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec971000-7383ec972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec972000-7383eca72000 rw-p 00000000 00:00 0 -7383eca72000-7383ecb72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb72000-7383ecb73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb73000-7383ecc73000 rw-p 00000000 00:00 0 -7383ecc73000-7383ecd73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd73000-7383ecd74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd74000-7383ece74000 rw-p 00000000 00:00 0 -7383ece74000-7383ecf74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf74000-7383ecf75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf75000-7383ed075000 rw-p 00000000 00:00 0 -7383ed075000-7383ed175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed175000-7383ed176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed176000-7383ed276000 rw-p 00000000 00:00 0 -7383ed276000-7383ed376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed376000-7383ed377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed377000-7383ed477000 rw-p 00000000 00:00 0 -7383ed477000-7383ed577000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed577000-7383ed578000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed578000-7383ed678000 rw-p 00000000 00:00 0 -7383ed678000-7383ed778000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed778000-7383ed779000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed779000-7383ed879000 rw-p 00000000 00:00 0 -7383ed879000-7383ed979000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed979000-7383ed97a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed97a000-7383eda7a000 rw-p 00000000 00:00 0 -7383eda7a000-7383edb7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edb7a000-7383edb7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edb7b000-7383edc7b000 rw-p 00000000 00:00 0 -7383edc7b000-7383edd7b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edd7b000-7383edd7c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edd7c000-7383ede7c000 rw-p 00000000 00:00 0 -7383ede7c000-7383edf7c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edf7c000-7383edf7d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edf7d000-7383ee07d000 rw-p 00000000 00:00 0 -7383ee07d000-7383ee17d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee17d000-7383ee17e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee17e000-7383ee27e000 rw-p 00000000 00:00 0 -7383ee27e000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -73a2a4cf0000-73a2a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Child worker (574) crashed. Respawning worker. -INFO: 1324 is running. -ERROR: Child worker (212) crashed. Respawning worker. -INFO: 1328 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x73842492ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x738424965dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x738424965c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x73842495dbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x73842493ae8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x73842443cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x73842443be23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x73842443bdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x738424918eaa) [0x738424918eaa] -/usr/local/lib/libruby.so.4.0(0x7384249155d5) [0x7384249155d5] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x73842492e923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x73842492a98a] -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x73842492af0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(0x73842490b00a) [0x73842490b00a] -/usr/local/lib/libruby.so.4.0(0x738424908ff3) [0x738424908ff3] -/usr/local/lib/libruby.so.4.0(0x738424902b87) [0x738424902b87] -/usr/local/lib/libruby.so.4.0(0x7384248d3731) [0x7384248d3731] -/usr/local/lib/libruby.so.4.0(gen_outlined_exit) yjit/src/codegen.rs:921 -/usr/local/lib/libruby.so.4.0(0x7384248ff15a) [0x7384248ff15a] -/usr/local/lib/libruby.so.4.0(branch+0x0) [0x7384248e0110] yjit/src/codegen.rs:973 -/usr/local/lib/libruby.so.4.0(jit_ensure_block_entry_exit) yjit/src/codegen.rs:974 -/usr/local/lib/libruby.so.4.0(assume_bop_not_redefined+0x2b) [0x73842492253b] yjit/src/invariants.rs:105 -/usr/local/lib/libruby.so.4.0(gen_opt_aref+0x58f) [0x7384248b3c8f] yjit/src/codegen.rs:3852 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x7384248d155f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x7384248f4071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x7384248f5eae) [0x7384248f5eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x7384248eb624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x73842493942d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x7384248f339c] yjit/src/core.rs:3513 -[0x738400004033] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x73842492ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x738424965dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x738424965c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x73842495dbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x73842493ae8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x73842443cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x73842443be23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x73842443bdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x738424918eaa) [0x738424918eaa] -/usr/local/lib/libruby.so.4.0(0x7384249155d5) [0x7384249155d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x73842492b888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x73842490ab7c) [0x73842490ab7c] -/usr/local/lib/libruby.so.4.0(0x738424908ff3) [0x738424908ff3] -/usr/local/lib/libruby.so.4.0(0x738424902b87) [0x738424902b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x7384248d5b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x7384248f3d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x7384248eb777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x73842492fd1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x738424800211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(yjit_compile+0x77) [0x738424749457] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(jit_exec) /usr/src/ruby/vm.c:567 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2797 -[0x738400002231] -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: INFO: 1333 is running. -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383a4e00000-7383a7a00000 rw-p 00000000 00:00 0 -7383a9400000-7383ada00000 rw-p 00000000 00:00 0 -7383ada79000-7383adcf9000 rw-p 00000000 00:00 0 -7383adcf9000-7383af600000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383af600000-7383afc00000 rw-p 00000000 00:00 0 -7383afd7f000-7383affff000 rw-p 00000000 00:00 0 -7383affff000-7383b0000000 ---p 00000000 00:00 0 -7383b0000000-7383b0800000 rw-p 00000000 00:00 0 -7383b0800000-7383b0c00000 rw-p 00000000 00:00 0 -7383b0cff000-7383b0d00000 ---p 00000000 00:00 0 -7383b0d00000-7383b0e00000 rw-p 00000000 00:00 0 -7383b0e00000-7383b1200000 rw-p 00000000 00:00 0 -7383b12ff000-7383b1300000 ---p 00000000 00:00 0 -7383b1300000-7383b1400000 rw-p 00000000 00:00 0 -7383b1400000-7383b1800000 rw-p 00000000 00:00 0 -7383b18ff000-7383b1900000 ---p 00000000 00:00 0 -7383b1900000-7383b1a00000 rw-p 00000000 00:00 0 -7383b1a00000-7383b1e00000 rw-p 00000000 00:00 0 -7383b1eff000-7383b1f00000 ---p 00000000 00:00 0 -7383b1f00000-7383b2000000 rw-p 00000000 00:00 0 -7383b2000000-7383b2400000 rw-p 00000000 00:00 0 -7383b24ff000-7383b2500000 ---p 00000000 00:00 0 -7383b2500000-7383b2600000 rw-p 00000000 00:00 0 -7383b2600000-7383b2a00000 rw-p 00000000 00:00 0 -7383b2aff000-7383b2b00000 ---p 00000000 00:00 0 -7383b2b00000-7383b2c00000 rw-p 00000000 00:00 0 -7383b2c00000-7383b3000000 rw-p 00000000 00:00 0 -7383b30ff000-7383b3100000 ---p 00000000 00:00 0 -7383b3100000-7383b3200000 rw-p 00000000 00:00 0 -7383b3200000-7383b3600000 rw-p 00000000 00:00 0 -7383b36ff000-7383b3700000 ---p 00000000 00:00 0 -7383b3700000-7383b3800000 rw-p 00000000 00:00 0 -7383b3800000-7383b3c00000 rw-p 00000000 00:00 0 -7383b3cff000-7383b3d00000 ---p 00000000 00:00 0 -7383b3d00000-7383b3e00000 rw-p 00000000 00:00 0 -7383b3e00000-7383b4200000 rw-p 00000000 00:00 0 -7383b42ff000-7383b4300000 ---p 00000000 00:00 0 -7383b4300000-7383b4400000 rw-p 00000000 00:00 0 -7383b4400000-7383b4800000 rw-p 00000000 00:00 0 -7383b48ff000-7383b4900000 ---p 00000000 00:00 0 -7383b4900000-7383b4a00000 rw-p 00000000 00:00 0 -7383b4a00000-7383b4e00000 rw-p 00000000 00:00 0 -7383b4eff000-7383b4f00000 ---p 00000000 00:00 0 -7383b4f00000-7383b5000000 rw-p 00000000 00:00 0 -7383b5000000-7383b5400000 rw-p 00000000 00:00 0 -7383b54ff000-7383b5500000 ---p 00000000 00:00 0 -7383b5500000-7383b5600000 rw-p 00000000 00:00 0 -7383b5600000-7383b5a00000 rw-p 00000000 00:00 0 -7383b5aff000-7383b5b00000 ---p 00000000 00:00 0 -7383b5b00000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383ec971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec971000-7383ec972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec972000-7383eca72000 rw-p 00000000 00:00 0 -7383eca72000-7383ecb72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb72000-7383ecb73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb73000-7383ecc73000 rw-p 00000000 00:00 0 -7383ecc73000-7383ecd73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd73000-7383ecd74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd74000-7383ece74000 rw-p 00000000 00:00 0 -7383ece74000-7383ecf74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf74000-7383ecf75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf75000-7383ed075000 rw-p 00000000 00:00 0 -7383ed075000-7383ed175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed175000-7383ed176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed176000-7383ed276000 rw-p 00000000 00:00 0 -7383ed276000-7383ed376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed376000-7383ed377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed377000-7383ed477000 rw-p 00000000 00:00 0 -7383ed477000-7383ed577000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed577000-7383ed578000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed578000-7383ed678000 rw-p 00000000 00:00 0 -7383ed678000-7383ed778000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed778000-7383ed779000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed779000-7383ed879000 rw-p 00000000 00:00 0 -7383ed879000-7383ed979000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed979000-7383ed97a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed97a000-7383eda7a000 rw-p 00000000 00:00 0 -7383eda7a000-7383edb7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edb7a000-7383edb7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edb7b000-7383edc7b000 rw-p 00000000 00:00 0 -7383edc7b000-7383edd7b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edd7b000-7383edd7c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edd7c000-7383ede7c000 rw-p 00000000 00:00 0 -7383ede7c000-7383edf7c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edf7c000-7383edf7d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edf7d000-7383ee07d000 rw-p 00000000 00:00 0 -7383ee07d000-7383ee17d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee17d000-7383ee17e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee17e000-7383ee27e000 rw-p 00000000 00:00 0 -7383ee27e000-7383ee37e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee37e000-7383ee37f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee37f000-7383ee47f000 rw-p 00000000 00:00 0 -7383ee47f000-7383ee57f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee57f000-7383ee580000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee580000-7383ee680000 rw-p 00000000 00:00 0 -7383ee680000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -73a2a4cf0000-73a2a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:19: [BUG] Aborted at 0x0000000000000445 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (1085) crashed. Respawning worker. -ERROR: Child worker (1014) crashed. Respawning worker. -ERROR: Child worker (152) crashed. Respawning worker. -INFO: 1338 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x7384244439db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x7384246bdbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x5) [0x7384246be678] /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9264 -[0x73840007a26b] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383aa818000-7383aaa00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383aaa00000-7383ad600000 rw-p 00000000 00:00 0 -7383ad6f9000-7383af000000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383af000000-7383af600000 rw-p 00000000 00:00 0 -7383af77f000-7383af9ff000 rw-p 00000000 00:00 0 -7383af9ff000-7383afa00000 ---p 00000000 00:00 0 -7383afa00000-7383b0200000 rw-p 00000000 00:00 0 -7383b0200000-7383b0600000 rw-p 00000000 00:00 0 -7383b06ff000-7383b0700000 ---p 00000000 00:00 0 -7383b0700000-7383b0800000 rw-p 00000000 00:00 0 -7383b0800000-7383b0c00000 rw-p 00000000 00:00 0 -7383b0cff000-7383b0d00000 ---p 00000000 00:00 0 -7383b0d00000-7383b0e00000 rw-p 00000000 00:00 0 -7383b0e00000-7383b1200000 rw-p 00000000 00:00 0 -7383b12ff000-7383b1300000 ---p 00000000 00:00 0 -7383b1300000-7383b1400000 rw-p 00000000 00:00 0 -7383b1400000-7383b1800000 rw-p 00000000 00:00 0 -7383b18ff000-7383b1900000 ---p 00000000 00:00 0 -7383b1900000-7383b1a00000 rw-p 00000000 00:00 0 -7383b1a00000-7383b1e00000 rw-p 00000000 00:00 0 -7383b1eff000-7383b1f00000 ---p 00000000 00:00 0 -7383b1f00000-7383b2000000 rw-p 00000000 00:00 0 -7383b2000000-7383b2400000 rw-p 00000000 00:00 0 -7383b24ff000-7383b2500000 ---p 00000000 00:00 0 -7383b2500000-7383b2600000 rw-p 00000000 00:00 0 -7383b2600000-7383b2a00000 rw-p 00000000 00:00 0 -7383b2aff000-7383b2b00000 ---p 00000000 00:00 0 -7383b2b00000-7383b2c00000 rw-p 00000000 00:00 0 -7383b2c00000-7383b3000000 rw-p 00000000 00:00 0 -7383b30ff000-7383b3100000 ---p 00000000 00:00 0 -7383b3100000-7383b3200000 rw-p 00000000 00:00 0 -7383b3200000-7383b3600000 rw-p 00000000 00:00 0 -7383b36ff000-7383b3700000 ---p 00000000 00:00 0 -7383b3700000-7383b3800000 rw-p 00000000 00:00 0 -7383b3800000-7383b3c00000 rw-p 00000000 00:00 0 -7383b3cff000-7383b3d00000 ---p 00000000 00:00 0 -7383b3d00000-7383b3e00000 rw-p 00000000 00:00 0 -7383b3e00000-7383b4200000 rw-p 00000000 00:00 0 -7383b42ff000-7383b4300000 ---p 00000000 00:00 0 -7383b4300000-7383b4400000 rw-p 00000000 00:00 0 -7383b4400000-7383b4800000 rw-p 00000000 00:00 0 -7383b48ff000-7383b4900000 ---p 00000000 00:00 0 -7383b4900000-7383b4a00000 rw-p 00000000 00:00 0 -7383b4a00000-7383b4e00000 rw-p 00000000 00:00 0 -7383b4eff000-7383b4f00000 ---p 00000000 00:00 0 -7383b4f00000-7383b5000000 rw-p 00000000 00:00 0 -7383b5000000-7383b5400000 rw-p 00000000 00:00 0 -7383b54ff000-7383b5500000 ---p 00000000 00:00 0 -7383b5500000-7383b5600000 rw-p 00000000 00:00 0 -7383b5600000-7383b5a00000 rw-p 00000000 00:00 0 -7383b5aff000-7383b5b00000 ---p 00000000 00:00 0 -7383b5b00000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383ec971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec971000-7383ec972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec972000-7383eca72000 rw-p 00000000 00:00 0 -7383eca72000-7383ecb72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb72000-7383ecb73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb73000-7383ecc73000 rw-p 00000000 00:00 0 -7383ecc73000-7383ecd73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd73000-7383ecd74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd74000-7383ece74000 rw-p 00000000 00:00 0 -7383ece74000-7383ecf74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf74000-7383ecf75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf75000-7383ed075000 rw-p 00000000 00:00 0 -7383ed075000-7383ed175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed175000-7383ed176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed176000-7383ed276000 rw-p 00000000 00:00 0 -7383ed276000-7383ed376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed376000-7383ed377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed377000-7383ed477000 rw-p 00000000 00:00 0 -7383ed477000-7383ed577000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed577000-7383ed578000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed578000-7383ed678000 rw-p 00000000 00:00 0 -7383ed678000-7383ed778000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed778000-7383ed779000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed779000-7383ed879000 rw-p 00000000 00:00 0 -7383ed879000-7383ed979000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed979000-7383ed97a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed97a000-7383eda7a000 rw-p 00000000 00:00 0 -7383eda7a000-7383edb7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edb7a000-7383edb7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edb7b000-7383edc7b000 rw-p 00000000 00:00 0 -7383edc7b000-7383edd7b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edd7b000-7383edd7c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edd7c000-7383ede7c000 rw-p 00000000 00:00 0 -7383ede7c000-7383edf7c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edf7c000-7383edf7d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383edf7d000-7383ee07d000 rw-p 00000000 00:00 0 -7383ee07d000-7383ee17d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee17d000-7383ee17e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee17e000-7383ee27e000 rw-p 00000000 00:00 0 -7383ee27e000-7383ee37e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee37e000-7383ee37f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee37f000-7383ee47f000 rw-p 00000000 00:00 0 -7383ee47f000-7383ee57f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee57f000-7383ee580000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee580000-7383ee680000 rw-p 00000000 00:00 0 -7383ee680000-7383ee780000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee780000-7383ee781000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee781000-7383ee881000 rw-p 00000000 00:00 0 -7383ee881000-7383ee981000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee981000-7383ee982000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ee982000-7383eea82000 rw-p 00000000 00:00 0 -7383eea82000-7383eeb82000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eeb82000-7383eeb83000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eeb83000-7383eec83000 rw-p 00000000 00:00 0 -7383eec83000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-73840007d000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -73840007d000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(RREGEXP_SRC+0x0) [0x7384246499f1] /usr/src/ruby/re.c:2169 -/usr/local/lib/libruby.so.4.0(namev_to_backref_number) /usr/src/ruby/re.c:2169 -/usr/local/lib/libruby.so.4.0(match_aref+0x4a) [0x73842464f05a] /usr/src/ruby/re.c:2264 -[0x73840007ec74] -64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libst -dc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x-- Other runtime information ----------------------------------------------- - -86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so -384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 5 pathname.so - 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr 6 ruby2_keywords.rb -/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/ 7 set.rb -libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -24306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux- 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb -gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/li 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -bruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r- 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb --p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 255728 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -90 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /us 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -r/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/ 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb --gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x8 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -6-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -73a3a4cf0000-73a3a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - - - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -738398218000-738398400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738398400000-738399600000 rw-p 00000000 00:00 0 -7383996f9000-73839b000000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -73839b000000-7383cb200000 rw-p 00000000 00:00 0 -7383cb37f000-7383cb5ff000 rw-p 00000000 00:00 0 -7383cb5ff000-7383cb600000 ---p 00000000 00:00 0 -7383cb600000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738fa4cf0000-738fa4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(gc_enter+0x0) [0x7384244284ca] gc/default/default.c:6698 -/usr/local/lib/libruby.so.4.0(gc_enter) gc/default/default.c:6682 -/usr/local/lib/libruby.so.4.0(gc_rest) gc/default/default.c:6531 -/usr/local/lib/libruby.so.4.0(gc_enter) (null):0 -/usr/local/lib/libruby.so.4.0(heap_prepare+0x16) [0x73842454d816] gc/default/default.c:2260 -/usr/local/lib/libruby.so.4.0(heap_next_free_page) gc/default/default.c:2301 -/usr/local/lib/libruby.so.4.0(newobj_cache_miss) gc/default/default.c:2408 -/usr/local/lib/libruby.so.4.0(newobj_alloc+0x2a) [0x73842454ebba] gc/default/default.c:2432 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2511 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(str_alloc_heap+0x32) [0x7384246bda20] /usr/src/ruby/string.c:1033 -/usr/local/lib/libruby.so.4.0(str_subseq) /usr/src/ruby/string.c:3131 -/usr/local/lib/libruby.so.4.0(rb_str_subseq) /usr/src/ruby/string.c:3157 -/usr/local/lib/libruby.so.4.0(split_string+0xde) [0x7384246bdc5e] /usr/src/ruby/string.c:9067 -/usr/local/lib/libruby.so.4.0(split_string+0x10) [0x7384246be0af] /usr/src/ruby/string.c:9051 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9334 -[0x73840007af83] -INFO: 1343 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d7a00000-7383da600000 rw-p 00000000 00:00 0 -7383dbf80000-7383dc600000 rw-p 00000000 00:00 0 -7383dc6ff000-7383dc700000 ---p 00000000 00:00 0 -7383dc700000-7383dc800000 rw-p 00000000 00:00 0 -7383dc800000-7383dcc00000 rw-p 00000000 00:00 0 -7383dccff000-7383dcd00000 ---p 00000000 00:00 0 -7383dcd00000-7383dce00000 rw-p 00000000 00:00 0 -7383dce00000-7383dd200000 rw-p 00000000 00:00 0 -7383dd2ff000-7383dd300000 ---p 00000000 00:00 0 -7383dd300000-7383dd400000 rw-p 00000000 00:00 0 -7383dd400000-7383dd800000 rw-p 00000000 00:00 0 -7383dd8fe000-7383dd8ff000 ---p 00000000 00:00 0 -7383dd8ff000-7383dd9ff000 rw-p 00000000 00:00 0 -7383dd9ff000-7383dda00000 ---p 00000000 00:00 0 -7383dda00000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe82b000-7383fe863000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe863000-7383fe866000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe866000-7383fe895000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe895000-7383fe89d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89d000-7383fe89e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89e000-7383fe89f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89f000-7383fe8a0000 rw-p 00000000 00:00 0 -7383fe8a0000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff680000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7384a4cf0000-7384a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Aborted at 0x000000000000000a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000020 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384244439db RBP: 0x0000000000000004 RSP: 0x00007383df808280 - RAX: 0x0000000000000000 RBX: 0x00007383ff6799a8 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x00007383ff6799a8 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000738423869080 R10: 0xbf9326788a8674b2 - R11: 0x0000738424a45020 R12: 0x00007383ff679980 R13: 0x0000000000000004 - R14: 0x00007383ff6799a8 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (484) crashed. Respawning worker. -ERROR: Child worker (1112) crashed. Respawning worker. -INFO: 1348 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x738424427805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x73842492ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x738424965dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x738424965c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x73842495dbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x73842493ae8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x73842443cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x73842443be23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x73842443bdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x738424918eaa) [0x738424918eaa] -/usr/local/lib/libruby.so.4.0(0x7384249155d5) [0x7384249155d5] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x73842492e923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x73842492a98a] -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x73842492af0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(0x73842490b00a) [0x73842490b00a] -/usr/local/lib/libruby.so.4.0(0x738424908ff3) [0x738424908ff3] -/usr/local/lib/libruby.so.4.0(0x738424902b87) [0x738424902b87] -/usr/local/lib/libruby.so.4.0(gen_single_block+0x180e) [0x7384248d180e] yjit/src/codegen.rs:1459 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x7384248f4071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body+0x405) [0x7384248f5ef5] yjit/src/core.rs:3632 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x7384248eb624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x73842493942d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x7384248f339c] yjit/src/core.rs:3513 -[0x738400004033] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383a8400000-7383ab000000 rw-p 00000000 00:00 0 -7383aca00000-7383b1600000 rw-p 00000000 00:00 0 -7383b17f8000-7383b1a78000 rw-p 00000000 00:00 0 -7383b1a78000-7383b337f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b337f000-7383b35ff000 rw-p 00000000 00:00 0 -7383b35ff000-7383b3600000 ---p 00000000 00:00 0 -7383b3600000-7383b3e00000 rw-p 00000000 00:00 0 -7383b3e00000-7383b4200000 rw-p 00000000 00:00 0 -7383b42ff000-7383b4300000 ---p 00000000 00:00 0 -7383b4300000-7383b4400000 rw-p 00000000 00:00 0 -7383b4400000-7383b4800000 rw-p 00000000 00:00 0 -7383b48ff000-7383b4900000 ---p 00000000 00:00 0 -7383b4900000-7383b4a00000 rw-p 00000000 00:00 0 -7383b4a00000-7383b4e00000 rw-p 00000000 00:00 0 -7383b4eff000-7383b4f00000 ---p 00000000 00:00 0 -7383b4f00000-7383b5000000 rw-p 00000000 00:00 0 -7383b5000000-7383b5400000 rw-p 00000000 00:00 0 -7383b54ff000-7383b5500000 ---p 00000000 00:00 0 -7383b5500000-7383b5600000 rw-p 00000000 00:00 0 -7383b5600000-7383b5a00000 rw-p 00000000 00:00 0 -7383b5aff000-7383b5b00000 ---p 00000000 00:00 0 -7383b5b00000-7383b5c00000 rw-p 00000000 00:00 0 -7383b5c00000-7383b6000000 rw-p 00000000 00:00 0 -7383b60ff000-7383b6100000 ---p 00000000 00:00 0 -7383b6100000-7383b6200000 rw-p 00000000 00:00 0 -7383b6200000-7383b6600000 rw-p 00000000 00:00 0 -7383b66ff000-7383b6700000 ---p 00000000 00:00 0 -7383b6700000-7383b6800000 rw-p 00000000 00:00 0 -7383b6800000-7383b6c00000 rw-p 00000000 00:00 0 -7383b6cff000-7383b6d00000 ---p 00000000 00:00 0 -7383b6d00000-7383b6e00000 rw-p 00000000 00:00 0 -7383b6e00000-7383b7200000 rw-p 00000000 00:00 0 -7383b72ff000-7383b7300000 ---p 00000000 00:00 0 -7383b7300000-7383b7400000 rw-p 00000000 00:00 0 -7383b7400000-7383b7800000 rw-p 00000000 00:00 0 -7383b78ff000-7383b7900000 ---p 00000000 00:00 0 -7383b7900000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a00000-7383b7e00000 rw-p 00000000 00:00 0 -7383b7eff000-7383b7f00000 ---p 00000000 00:00 0 -7383b7f00000-7383b8000000 rw-p 00000000 00:00 0 -7383b8000000-7383b8400000 rw-p 00000000 00:00 0 -7383b84ff000-7383b8500000 ---p 00000000 00:00 0 -7383b8500000-7383b8600000 rw-p 00000000 00:00 0 -7383b8600000-7383b8a00000 rw-p 00000000 00:00 0 -7383b8aff000-7383b8b00000 ---p 00000000 00:00 0 -7383b8b00000-7383b8c00000 rw-p 00000000 00:00 0 -7383b8c00000-7383b9000000 rw-p 00000000 00:00 0 -7383b90ff000-7383b9100000 ---p 00000000 00:00 0 -7383b9100000-7383b9200000 rw-p 00000000 00:00 0 -7383b9200000-7383b9600000 rw-p 00000000 00:00 0 -7383b96ff000-7383b9700000 ---p 00000000 00:00 0 -7383b9700000-7383b9800000 rw-p 00000000 00:00 0 -7383b9800000-7383b9c00000 rw-p 00000000 00:00 0 -7383b9cff000-7383b9d00000 ---p 00000000 00:00 0 -7383b9d00000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383eb366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb366000-7383eb367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb367000-7383eb467000 rw-p 00000000 00:00 0 -7383eb467000-7383eb567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb567000-7383eb568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb568000-7383eb668000 rw-p 00000000 00:00 0 -7383eb668000-7383eb768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb768000-7383eb769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb769000-7383eb869000 rw-p 00000000 00:00 0 -7383eb869000-7383eb969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb969000-7383eb96a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb96a000-7383eba6a000 rw-p 00000000 00:00 0 -7383eba6a000-7383ebb6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6a000-7383ebb6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebb6b000-7383ebc6b000 rw-p 00000000 00:00 0 -7383ebc6b000-7383ebd6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6b000-7383ebd6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebd6c000-7383ebe6c000 rw-p 00000000 00:00 0 -7383ebe6c000-7383ebf6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6c000-7383ebf6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ebf6d000-7383ec06d000 rw-p 00000000 00:00 0 -7383ec06d000-7383ec16d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16d000-7383ec16e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec16e000-7383ec26e000 rw-p 00000000 00:00 0 -7383ec26e000-7383ec36e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36e000-7383ec36f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec36f000-7383ec46f000 rw-p 00000000 00:00 0 -7383ec46f000-7383ec56f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec56f000-7383ec570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec570000-7383ec670000 rw-p 00000000 00:00 0 -7383ec670000-7383ec770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec770000-7383ec771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec771000-7383ec871000 rw-p 00000000 00:00 0 -7383ec871000-7383ec971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec971000-7383ec972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ec972000-7383eca72000 rw-p 00000000 00:00 0 -7383eca72000-7383ecb72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb72000-7383ecb73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecb73000-7383ecc73000 rw-p 00000000 00:00 0 -7383ecc73000-7383ecd73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd73000-7383ecd74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecd74000-7383ece74000 rw-p 00000000 00:00 0 -7383ece74000-7383ecf74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf74000-7383ecf75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ecf75000-7383ed075000 rw-p 00000000 00:00 0 -7383ed075000-7383ed175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed175000-7383ed176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ed176000-7383ed276000 rw-p 00000000 00:00 0 -7383ed276000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -73a024cf0000-73a024cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/ruby/4.0.0/uri/common.rb:431: [BUG] Aborted at 0x00000000000003e7 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1353 is running. -ERROR: Child worker (1027) crashed. Respawning worker. -ERROR: Child worker (407) crashed. Respawning worker. -ERROR: Child worker (10) crashed. Respawning worker. -ERROR: Child worker (315) crashed. Respawning worker. -INFO: 1359 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(search_nonascii+0x29) [0x7384246aa095] /usr/src/ruby/string.c:787 -/usr/local/lib/libruby.so.4.0(coderange_scan) /usr/src/ruby/string.c:804 -/usr/local/lib/libruby.so.4.0(rbimpl_fl_unset_raw_raw+0x0) [0x7384246aa7d2] /usr/src/ruby/string.c:937 -/usr/local/lib/libruby.so.4.0(RB_FL_UNSET_RAW) ./include/ruby/internal/fl_type.h:663 -/usr/local/lib/libruby.so.4.0(RB_ENC_CODERANGE_SET) ./include/ruby/internal/encoding/coderange.h:131 -/usr/local/lib/libruby.so.4.0(rb_enc_str_coderange) /usr/src/ruby/string.c:953 -/usr/local/lib/libruby.so.4.0(rb_str_comparable+0x68) [0x7384246c73e8] /usr/src/ruby/string.c:4202 -/usr/local/lib/libruby.so.4.0(rb_str_eql_internal+0x1e) [0x738424736e44] ./internal/string.h:189 -/usr/local/lib/libruby.so.4.0(opt_equality_specialized) /usr/src/ruby/vm_insnhelper.c:2534 -/usr/local/lib/libruby.so.4.0(opt_equality_by_mid) /usr/src/ruby/vm_insnhelper.c:2580 -/usr/local/lib/libruby.so.4.0(rb_equal_opt) /usr/src/ruby/vm_insnhelper.c:2592 -/usr/local/lib/libruby.so.4.0(rb_equal+0x26) [0x7384245c7d36] /usr/src/ruby/object.c:181 -/usr/local/lib/libruby.so.4.0(vm_call0_cfunc_with_frame+0x10f) [0x73842474e89f] /usr/src/ruby/vm_eval.c:164 -/usr/local/lib/libruby.so.4.0(vm_call0_cfunc) /usr/src/ruby/vm_eval.c:178 -/usr/local/lib/libruby.so.4.0(vm_call0_body) /usr/src/ruby/vm_eval.c:229 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x7384247541b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_equal+0x79) [0x7384245c7d89] /usr/src/ruby/object.c:183 -/usr/local/lib/libruby.so.4.0(rb_ary_includes+0x3b) [0x73842443daab] /usr/src/ruby/array.c:5509 -[0x73840007a6ac] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d0c18000-7383d0e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d0e00000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a78000-7383d537f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d537f000-7383d55ff000 rw-p 00000000 00:00 0 -7383d55ff000-7383d5600000 ---p 00000000 00:00 0 -7383d5600000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de690000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7388e4cf0000-7388e4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1364 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(rb_method_call_status+0x0) [0x7384247540cb] /usr/src/ruby/vm_eval.c:1060 -/usr/local/lib/libruby.so.4.0(rb_funcallv_scope) /usr/src/ruby/vm_eval.c:1063 -/usr/local/lib/libruby.so.4.0(rb_funcallv) /usr/src/ruby/vm_eval.c:1080 -/usr/local/lib/libruby.so.4.0(RB_SPECIAL_CONST_P+0x0) [0x7384246b0ad0] /usr/src/ruby/string.c:1857 -/usr/local/lib/libruby.so.4.0(rbimpl_RB_TYPE_P_fastpath) ./include/ruby/internal/value_type.h:349 -/usr/local/lib/libruby.so.4.0(RB_TYPE_P) ./include/ruby/internal/value_type.h:379 -/usr/local/lib/libruby.so.4.0(rb_obj_as_string_result) /usr/src/ruby/string.c:1864 -/usr/local/lib/libruby.so.4.0(rb_obj_as_string) /usr/src/ruby/string.c:1858 -/usr/local/lib/libruby.so.4.0(ruby__sfvextra+0x6a) [0x738424692eea] /usr/src/ruby/sprintf.c:1124 -/usr/local/lib/libruby.so.4.0(BSD_vfprintf+0x2ace) [0x738424695e0e] /usr/src/ruby/vsnprintf.c:830 -/usr/local/lib/libruby.so.4.0(RB_FL_TEST_RAW+0x0) [0x7384246972e0] /usr/src/ruby/sprintf.c:1164 -/usr/local/lib/libruby.so.4.0(RSTRING_PTR) ./include/ruby/internal/core/rstring.h:383 -/usr/local/lib/libruby.so.4.0(ruby_vsprintf0) /usr/src/ruby/sprintf.c:1166 -/usr/local/lib/libruby.so.4.0(rb_enc_vsprintf+0x52) [0x738424697642] /usr/src/ruby/sprintf.c:1193 -/usr/local/lib/libruby.so.4.0(rb_sprintf+0x99) [0x7384246977d9] /usr/src/ruby/sprintf.c:1223 -/usr/local/lib/libruby.so.4.0(rb_error_frozen_object+0x5b) [0x73842451dd4b] /usr/src/ruby/error.c:4165 -/usr/local/lib/libruby.so.4.0(ary_ensure_room_for_push+0x100) [0x7384244435e0] ./include/ruby/internal/intern/error.h:256 -/usr/local/lib/libruby.so.4.0(rb_ary_push+0x30) [0x7384244439d0] /usr/src/ruby/array.c:1403 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x7384246bdbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x5) [0x7384246be678] /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9264 -[0x73840007a26b] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383b8e18000-7383b9000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b9000000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc78000-7383bd57f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383bd57f000-7383bd7ff000 rw-p 00000000 00:00 0 -7383bd7ff000-7383bd800000 ---p 00000000 00:00 0 -7383bd800000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383dda90000-7383ddaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de010000-7383de0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de610000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739924cf0000-739924cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (22) crashed. Respawning worker. -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x00007384245caea9 RBP: 0x0000000000000000 RSP: 0x00007383ee8807a0 - RAX: 0x0000738423cc0049 RBX: 0x0000000000000000 RCX: 0x312e302e302e3732 - RDX: 0x0000000000008008 RDI: 0x00007383ff6881d8 RSI: 0x00007383ff6881d8 - R8: 0x0000738423ccebb8 R9: 0x0000738423869080 R10: 0xd5ec2bd38e261f74 - R11: 0x0000738424a45020 R12: 0x0000738423ccec58 R13: 0x00007383ff1fe340 - R14: 0x00007383ff689920 R15: 0x00007383ee880940 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ABRT received in SEGV handler -INFO: 1368 is running. -ERROR: Child worker (474) crashed. Respawning worker. -INFO: 1373 is running. -ERROR: Child worker (397) crashed. Respawning worker. -INFO: 1379 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(rb_enc_mbminlen+0x0) [0x7384244fb48b] /usr/src/ruby/encoding.c:1082 -/usr/local/lib/libruby.so.4.0(rb_enc_associate_index) /usr/src/ruby/encoding.c:1082 -/usr/local/lib/libruby.so.4.0(RB_FL_TEST_RAW+0x0) [0x7384246b35de] /usr/src/ruby/string.c:11575 -/usr/local/lib/libruby.so.4.0(RB_ENC_CODERANGE) ./include/ruby/internal/encoding/coderange.h:97 -/usr/local/lib/libruby.so.4.0(rb_str_force_encoding) /usr/src/ruby/string.c:11579 -[0x73840007a0bb] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383c0c18000-7383c0e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383c0e00000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a78000-7383c537f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383c537f000-7383c55ff000 rw-p 00000000 00:00 0 -7383c55ff000-7383c5600000 ---p 00000000 00:00 0 -7383c5600000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6b0000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 /usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x7384244439db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x7384246bdbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x1a) [0x7384246be56a] /usr/src/ruby/string.c:9323 --7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9320 -000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 [0x73840007afac] - /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libs 2 fiber.so -sl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 3 rational.so -r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/io 4 complex.so -dine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/ 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff2000 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -00-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:he 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -ap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-73 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -83ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_al 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -locate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -73840818 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -0000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4. 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb --linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/str 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -scan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb --738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb -408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb --xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_ 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-73 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -8408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon: 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb -Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_ 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-73 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -8408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon: 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb -00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_ 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-73 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb -8409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon: 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb -Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb -00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_ 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb -allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-73 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -8409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon: 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-7 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -3840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c0400 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb0 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r- --p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:5 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -6 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /us 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -r/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /us 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -r/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 000270 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -00 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-li 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -nux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++. 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/ 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb -cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 000 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -8e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/lib 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -crypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384243 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -05000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gn 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -u/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -4398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r-- 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64- 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03 230 /app/app.rb -000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/ 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -7384 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -24d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:0 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb -0 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/l 253 /usr/local/lib/ruby/4.0.0/time.rb -d-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.s 254 /usr/local/lib/ruby/4.0.0/erb/version.rb -o.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 000 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -00000 00:00 0 -7393e4cf0000-7393e4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - - - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d4818000-7383d4a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d4a00000-7383d7600000 rw-p 00000000 00:00 0 -7383d7678000-7383d8f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383d8f7f000-7383d91ff000 rw-p 00000000 00:00 0 -7383d91ff000-7383d9200000 ---p 00000000 00:00 0 -7383d9200000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de650000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -738624cf0000-738624cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (552) crashed. Respawning worker. -INFO: 1383 is running. -SEGV received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000079 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1388 is running. -ERROR: Child worker (584) crashed. Respawning worker. -ERROR: Child worker (779) crashed. Respawning worker. -/app/app.rb:15: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1393 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(search_nonascii+0x38) [0x7384246a9f10] /usr/src/ruby/string.c:771 -/usr/local/lib/libruby.so.4.0(coderange_scan) /usr/src/ruby/string.c:804 -/usr/local/lib/libruby.so.4.0(rbimpl_fl_unset_raw_raw+0x0) [0x7384246aa7d2] /usr/src/ruby/string.c:937 -/usr/local/lib/libruby.so.4.0(RB_FL_UNSET_RAW) ./include/ruby/internal/fl_type.h:663 -/usr/local/lib/libruby.so.4.0(RB_ENC_CODERANGE_SET) ./include/ruby/internal/encoding/coderange.h:131 -/usr/local/lib/libruby.so.4.0(rb_enc_str_coderange) /usr/src/ruby/string.c:953 -/usr/local/lib/libruby.so.4.0(str_coderange+0x8) [0x73842464d5e0] /usr/src/ruby/re.c:1587 -/usr/local/lib/libruby.so.4.0(rb_reg_prepare_enc) /usr/src/ruby/re.c:1596 -/usr/local/lib/libruby.so.4.0(rb_reg_prepare_re) /usr/src/ruby/re.c:1638 -/usr/local/lib/libruby.so.4.0(rb_reg_onig_match+0x30) [0x73842464d7a0] /usr/src/ruby/re.c:1704 -/usr/local/lib/libruby.so.4.0(rb_reg_search_set_match+0x7b) [0x73842464d8eb] /usr/src/ruby/re.c:1805 -/usr/local/lib/libruby.so.4.0(str_gsub+0xb8) [0x7384246c5b18] /usr/src/ruby/string.c:6352 -[0x7384000771bf] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383b9a18000-7383b9c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b9c00000-7383bc800000 rw-p 00000000 00:00 0 -7383bc878000-7383be17f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383be17f000-7383be3ff000 rw-p 00000000 00:00 0 -7383be3ff000-7383be400000 ---p 00000000 00:00 0 -7383be400000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6b0000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]INFO: 1398 is running. - -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7398a4cf0000-7398a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (387) crashed. Respawning worker. -INFO: 1403 is running. -INFO: 1409 is running. -ERROR: Child worker (990) crashed. Respawning worker. -INFO: 1413 is running. -ERROR: Child worker (1093) crashed. Respawning worker. -INFO: 1418 is running. -INFO: 1423 is running. -ERROR: Child worker (999) crashed. Respawning worker. -INFO: 1428 is running. -ERROR: Child worker (161) crashed. Respawning worker. -INFO: 1434 is running. -INFO: 1439 is running. -ERROR: Child worker (752) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x1c) [0x7384246d92f7] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(lookup_method_table+0x1e) [0x73842473348a] /usr/src/ruby/vm_method.c:1262 -/usr/local/lib/libruby.so.4.0(search_method0) /usr/src/ruby/vm_method.c:1707 -/usr/local/lib/libruby.so.4.0(search_method) /usr/src/ruby/vm_method.c:1730 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative) /usr/src/ruby/vm_method.c:1922 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0xa) [0x738424741d0d] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(vm_respond_to) /usr/src/ruby/vm_method.c:3352 -/usr/local/lib/libruby.so.4.0(rb_ec_obj_respond_to+0x20) [0x738424752780] /usr/src/ruby/vm_method.c:3410 -/usr/local/lib/libruby.so.4.0(rb_obj_respond_to) /usr/src/ruby/vm_method.c:3403 -/usr/local/lib/libruby.so.4.0(rb_str_equal+0x3d) [0x7384246c775d] /usr/src/ruby/string.c:4273 -/usr/local/lib/libruby.so.4.0(vm_call0_cfunc_with_frame+0x10f) [0x73842474e89f] /usr/src/ruby/vm_eval.c:164 -/usr/local/lib/libruby.so.4.0(vm_call0_cfunc) /usr/src/ruby/vm_eval.c:178 -/usr/local/lib/libruby.so.4.0(vm_call0_body) /usr/src/ruby/vm_eval.c:229 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x7384247541b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_equal+0x79) [0x7384245c7d89] /usr/src/ruby/object.c:183 -/usr/local/lib/libruby.so.4.0(rb_ary_includes+0x3b) [0x73842443daab] /usr/src/ruby/array.c:5509 -[0x73840007a7e2] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383b4c18000-7383b4e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383b4e00000-7383b7a00000 rw-p 00000000 00:00 0 -7383b7a78000-7383b937f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383b937f000-7383b95ff000 rw-p 00000000 00:00 0 -7383b95ff000-7383b9600000 ---p 00000000 00:00 0 -7383b9600000-7383b9e00000 rw-p 00000000 00:00 0 -7383b9e00000-7383ba200000 rw-p 00000000 00:00 0 -7383ba2ff000-7383ba300000 ---p 00000000 00:00 0 -7383ba300000-7383ba400000 rw-p 00000000 00:00 0 -7383ba400000-7383ba800000 rw-p 00000000 00:00 0 -7383ba8ff000-7383ba900000 ---p 00000000 00:00 0 -7383ba900000-7383baa00000 rw-p 00000000 00:00 0 -7383baa00000-7383bae00000 rw-p 00000000 00:00 0 -7383baeff000-7383baf00000 ---p 00000000 00:00 0 -7383baf00000-7383bb000000 rw-p 00000000 00:00 0 -7383bb000000-7383bb400000 rw-p 00000000 00:00 0 -7383bb4ff000-7383bb500000 ---p 00000000 00:00 0 -7383bb500000-7383bb600000 rw-p 00000000 00:00 0 -7383bb600000-7383bba00000 rw-p 00000000 00:00 0 -7383bbaff000-7383bbb00000 ---p 00000000 00:00 0 -7383bbb00000-7383bbc00000 rw-p 00000000 00:00 0 -7383bbc00000-7383bc000000 rw-p 00000000 00:00 0 -7383bc0ff000-7383bc100000 ---p 00000000 00:00 0 -7383bc100000-7383bc200000 rw-p 00000000 00:00 0 -7383bc200000-7383bc600000 rw-p 00000000 00:00 0 -7383bc6ff000-7383bc700000 ---p 00000000 00:00 0 -7383bc700000-7383bc800000 rw-p 00000000 00:00 0 -7383bc800000-7383bcc00000 rw-p 00000000 00:00 0 -7383bccff000-7383bcd00000 ---p 00000000 00:00 0 -7383bcd00000-7383bce00000 rw-p 00000000 00:00 0 -7383bce00000-7383bd200000 rw-p 00000000 00:00 0 -7383bd2ff000-7383bd300000 ---p 00000000 00:00 0 -7383bd300000-7383bd400000 rw-p 00000000 00:00 0 -7383bd400000-7383bd800000 rw-p 00000000 00:00 0 -7383bd8ff000-7383bd900000 ---p 00000000 00:00 0 -7383bd900000-7383bda00000 rw-p 00000000 00:00 0 -7383bda00000-7383bde00000 rw-p 00000000 00:00 0 -7383bdeff000-7383bdf00000 ---p 00000000 00:00 0 -7383bdf00000-7383be000000 rw-p 00000000 00:00 0 -7383be000000-7383be400000 rw-p 00000000 00:00 0 -7383be4ff000-7383be500000 ---p 00000000 00:00 0 -7383be500000-7383be600000 rw-p 00000000 00:00 0 -7383be600000-7383bea00000 rw-p 00000000 00:00 0 -7383beaff000-7383beb00000 ---p 00000000 00:00 0 -7383beb00000-7383bec00000 rw-p 00000000 00:00 0 -7383bec00000-7383bf000000 rw-p 00000000 00:00 0 -7383bf0ff000-7383bf100000 ---p 00000000 00:00 0 -7383bf100000-7383bf200000 rw-p 00000000 00:00 0 -7383bf200000-7383bf600000 rw-p 00000000 00:00 0 -7383bf6ff000-7383bf700000 ---p 00000000 00:00 0 -7383bf700000-7383bf800000 rw-p 00000000 00:00 0 -7383bf800000-7383bfc00000 rw-p 00000000 00:00 0 -7383bfcff000-7383bfd00000 ---p 00000000 00:00 0 -7383bfd00000-7383bfe00000 rw-p 00000000 00:00 0 -7383bfe00000-7383c0200000 rw-p 00000000 00:00 0 -7383c02ff000-7383c0300000 ---p 00000000 00:00 0 -7383c0300000-7383c0400000 rw-p 00000000 00:00 0 -7383c0400000-7383c0800000 rw-p 00000000 00:00 0 -7383c08ff000-7383c0900000 ---p 00000000 00:00 0 -7383c0900000-7383c0a00000 rw-p 00000000 00:00 0 -7383c0a00000-7383c0e00000 rw-p 00000000 00:00 0 -7383c0eff000-7383c0f00000 ---p 00000000 00:00 0 -7383c0f00000-7383c1000000 rw-p 00000000 00:00 0 -7383c1000000-7383c1400000 rw-p 00000000 00:00 0 -7383c14ff000-7383c1500000 ---p 00000000 00:00 0 -7383c1500000-7383c1600000 rw-p 00000000 00:00 0 -7383c1600000-7383c1a00000 rw-p 00000000 00:00 0 -7383c1aff000-7383c1b00000 ---p 00000000 00:00 0 -7383c1b00000-7383c1c00000 rw-p 00000000 00:00 0 -7383c1c00000-7383c2000000 rw-p 00000000 00:00 0 -7383c20ff000-7383c2100000 ---p 00000000 00:00 0 -7383c2100000-7383c2200000 rw-p 00000000 00:00 0 -7383c2200000-7383c2600000 rw-p 00000000 00:00 0 -7383c26ff000-7383c2700000 ---p 00000000 00:00 0 -7383c2700000-7383c2800000 rw-p 00000000 00:00 0 -7383c2800000-7383c2c00000 rw-p 00000000 00:00 0 -7383c2cff000-7383c2d00000 ---p 00000000 00:00 0 -7383c2d00000-7383c2e00000 rw-p 00000000 00:00 0 -7383c2e00000-7383c3200000 rw-p 00000000 00:00 0 -7383c32ff000-7383c3300000 ---p 00000000 00:00 0 -7383c3300000-7383c3400000 rw-p 00000000 00:00 0 -7383c3400000-7383c3800000 rw-p 00000000 00:00 0 -7383c38ff000-7383c3900000 ---p 00000000 00:00 0 -7383c3900000-7383c3a00000 rw-p 00000000 00:00 0 -7383c3a00000-7383c3e00000 rw-p 00000000 00:00 0 -7383c3eff000-7383c3f00000 ---p 00000000 00:00 0 -7383c3f00000-7383c4000000 rw-p 00000000 00:00 0 -7383c4000000-7383c4400000 rw-p 00000000 00:00 0 -7383c44ff000-7383c4500000 ---p 00000000 00:00 0 -7383c4500000-7383c4600000 rw-p 00000000 00:00 0 -7383c4600000-7383c4a00000 rw-p 00000000 00:00 0 -7383c4aff000-7383c4b00000 ---p 00000000 00:00 0 -7383c4b00000-7383c4c00000 rw-p 00000000 00:00 0 -7383c4c00000-7383c5000000 rw-p 00000000 00:00 0 -7383c50ff000-7383c5100000 ---p 00000000 00:00 0 -7383c5100000-7383c5200000 rw-p 00000000 00:00 0 -7383c5200000-7383c5600000 rw-p 00000000 00:00 0 -7383c56ff000-7383c5700000 ---p 00000000 00:00 0 -7383c5700000-7383c5800000 rw-p 00000000 00:00 0 -7383c5800000-7383c5c00000 rw-p 00000000 00:00 0 -7383c5cff000-7383c5d00000 ---p 00000000 00:00 0 -7383c5d00000-7383c5e00000 rw-p 00000000 00:00 0 -7383c5e00000-7383c6200000 rw-p 00000000 00:00 0 -7383c62ff000-7383c6300000 ---p 00000000 00:00 0 -7383c6300000-7383c6400000 rw-p 00000000 00:00 0 -7383c6400000-7383c6800000 rw-p 00000000 00:00 0 -7383c68ff000-7383c6900000 ---p 00000000 00:00 0 -7383c6900000-7383c6a00000 rw-p 00000000 00:00 0 -7383c6a00000-7383c6e00000 rw-p 00000000 00:00 0 -7383c6eff000-7383c6f00000 ---p 00000000 00:00 0 -7383c6f00000-7383c7000000 rw-p 00000000 00:00 0 -7383c7000000-7383c7400000 rw-p 00000000 00:00 0 -7383c74ff000-7383c7500000 ---p 00000000 00:00 0 -7383c7500000-7383c7600000 rw-p 00000000 00:00 0 -7383c7600000-7383c7a00000 rw-p 00000000 00:00 0 -7383c7aff000-7383c7b00000 ---p 00000000 00:00 0 -7383c7b00000-7383c7c00000 rw-p 00000000 00:00 0 -7383c7c00000-7383c8000000 rw-p 00000000 00:00 0 -7383c80ff000-7383c8100000 ---p 00000000 00:00 0 -7383c8100000-7383c8200000 rw-p 00000000 00:00 0 -7383c8200000-7383c8600000 rw-p 00000000 00:00 0 -7383c86ff000-7383c8700000 ---p 00000000 00:00 0 -7383c8700000-7383c8800000 rw-p 00000000 00:00 0 -7383c8800000-7383c8c00000 rw-p 00000000 00:00 0 -7383c8cff000-7383c8d00000 ---p 00000000 00:00 0 -7383c8d00000-7383c8e00000 rw-p 00000000 00:00 0 -7383c8e00000-7383c9200000 rw-p 00000000 00:00 0 -7383c92ff000-7383c9300000 ---p 00000000 00:00 0 -7383c9300000-7383c9400000 rw-p 00000000 00:00 0 -7383c9400000-7383c9800000 rw-p 00000000 00:00 0 -7383c98ff000-7383c9900000 ---p 00000000 00:00 0 -7383c9900000-7383c9a00000 rw-p 00000000 00:00 0 -7383c9a00000-7383c9e00000 rw-p 00000000 00:00 0 -7383c9eff000-7383c9f00000 ---p 00000000 00:00 0 -7383c9f00000-7383ca000000 rw-p 00000000 00:00 0 -7383ca000000-7383ca400000 rw-p 00000000 00:00 0 -7383ca4ff000-7383ca500000 ---p 00000000 00:00 0 -7383ca500000-7383ca600000 rw-p 00000000 00:00 0 -7383ca600000-7383caa00000 rw-p 00000000 00:00 0 -7383caaff000-7383cab00000 ---p 00000000 00:00 0 -7383cab00000-7383cac00000 rw-p 00000000 00:00 0 -7383cac00000-7383cb000000 rw-p 00000000 00:00 0 -7383cb0ff000-7383cb100000 ---p 00000000 00:00 0 -7383cb100000-7383cb200000 rw-p 00000000 00:00 0 -7383cb200000-7383cb600000 rw-p 00000000 00:00 0 -7383cb6ff000-7383cb700000 ---p 00000000 00:00 0 -7383cb700000-7383cb800000 rw-p 00000000 00:00 0 -7383cb800000-7383cbc00000 rw-p 00000000 00:00 0 -7383cbcff000-7383cbd00000 ---p 00000000 00:00 0 -7383cbd00000-7383cbe00000 rw-p 00000000 00:00 0 -7383cbe00000-7383cc200000 rw-p 00000000 00:00 0 -7383cc2ff000-7383cc300000 ---p 00000000 00:00 0 -7383cc300000-7383cc400000 rw-p 00000000 00:00 0 -7383cc400000-7383cc800000 rw-p 00000000 00:00 0 -7383cc8ff000-7383cc900000 ---p 00000000 00:00 0 -7383cc900000-7383cca00000 rw-p 00000000 00:00 0 -7383cca00000-7383cce00000 rw-p 00000000 00:00 0 -7383cceff000-7383ccf00000 ---p 00000000 00:00 0 -7383ccf00000-7383cd000000 rw-p 00000000 00:00 0 -7383cd000000-7383cd400000 rw-p 00000000 00:00 0 -7383cd4ff000-7383cd500000 ---p 00000000 00:00 0 -7383cd500000-7383cd600000 rw-p 00000000 00:00 0 -7383cd600000-7383cda00000 rw-p 00000000 00:00 0 -7383cdaff000-7383cdb00000 ---p 00000000 00:00 0 -7383cdb00000-7383cdc00000 rw-p 00000000 00:00 0 -7383cdc00000-7383ce000000 rw-p 00000000 00:00 0 -7383ce0ff000-7383ce100000 ---p 00000000 00:00 0 -7383ce100000-7383ce200000 rw-p 00000000 00:00 0 -7383ce200000-7383ce600000 rw-p 00000000 00:00 0 -7383ce6ff000-7383ce700000 ---p 00000000 00:00 0 -7383ce700000-7383ce800000 rw-p 00000000 00:00 0 -7383ce800000-7383cec00000 rw-p 00000000 00:00 0 -7383cecff000-7383ced00000 ---p 00000000 00:00 0 -7383ced00000-7383cee00000 rw-p 00000000 00:00 0 -7383cee00000-7383cf200000 rw-p 00000000 00:00 0 -7383cf2ff000-7383cf300000 ---p 00000000 00:00 0 -7383cf300000-7383cf400000 rw-p 00000000 00:00 0 -7383cf400000-7383cf800000 rw-p 00000000 00:00 0 -7383cf8ff000-7383cf900000 ---p 00000000 00:00 0 -7383cf900000-7383cfa00000 rw-p 00000000 00:00 0 -7383cfa00000-7383cfe00000 rw-p 00000000 00:00 0 -7383cfeff000-7383cff00000 ---p 00000000 00:00 0 -7383cff00000-7383d0000000 rw-p 00000000 00:00 0 -7383d0000000-7383d0400000 rw-p 00000000 00:00 0 -7383d04ff000-7383d0500000 ---p 00000000 00:00 0 -7383d0500000-7383d0600000 rw-p 00000000 00:00 0 -7383d0600000-7383d0e00000 rw-p 00000000 00:00 0 -7383d0efe000-7383d0eff000 ---p 00000000 00:00 0 -7383d0eff000-7383d0fff000 rw-p 00000000 00:00 0 -7383d0fff000-7383d1000000 ---p 00000000 00:00 0 -7383d1000000-7383d1100000 rw-p 00000000 00:00 0 -7383d1100000-7383d1a00000 rw-p 00000000 00:00 0 -7383d1aff000-7383d1b00000 ---p 00000000 00:00 0 -7383d1b00000-7383d1c00000 rw-p 00000000 00:00 0 -7383d1c00000-7383d2000000 rw-p 00000000 00:00 0 -7383d20ff000-7383d2100000 ---p 00000000 00:00 0 -7383d2100000-7383d2200000 rw-p 00000000 00:00 0 -7383d2200000-7383d2600000 rw-p 00000000 00:00 0 -7383d26ff000-7383d2700000 ---p 00000000 00:00 0 -7383d2700000-7383d2800000 rw-p 00000000 00:00 0 -7383d2800000-7383d2c00000 rw-p 00000000 00:00 0 -7383d2cff000-7383d2d00000 ---p 00000000 00:00 0 -7383d2d00000-7383d2e00000 rw-p 00000000 00:00 0 -7383d2e00000-7383d3200000 rw-p 00000000 00:00 0 -7383d32ff000-7383d3300000 ---p 00000000 00:00 0 -7383d3300000-7383d3400000 rw-p 00000000 00:00 0 -7383d3400000-7383d3800000 rw-p 00000000 00:00 0 -7383d38ff000-7383d3900000 ---p 00000000 00:00 0 -7383d3900000-7383d3a00000 rw-p 00000000 00:00 0 -7383d3a00000-7383d3e00000 rw-p 00000000 00:00 0 -7383d3eff000-7383d3f00000 ---p 00000000 00:00 0 -7383d3f00000-7383d4000000 rw-p 00000000 00:00 0 -7383d4000000-7383d4400000 rw-p 00000000 00:00 0 -7383d44ff000-7383d4500000 ---p 00000000 00:00 0 -7383d4500000-7383d4600000 rw-p 00000000 00:00 0 -7383d4600000-7383d4a00000 rw-p 00000000 00:00 0 -7383d4aff000-7383d4b00000 ---p 00000000 00:00 0 -7383d4b00000-7383d4c00000 rw-p 00000000 00:00 0 -7383d4c00000-7383d5000000 rw-p 00000000 00:00 0 -7383d50ff000-7383d5100000 ---p 00000000 00:00 0 -7383d5100000-7383d5200000 rw-p 00000000 00:00 0 -7383d5200000-7383d5600000 rw-p 00000000 00:00 0 -7383d56ff000-7383d5700000 ---p 00000000 00:00 0 -7383d5700000-7383d5800000 rw-p 00000000 00:00 0 -7383d5800000-7383d5c00000 rw-p 00000000 00:00 0 -7383d5cff000-7383d5d00000 ---p 00000000 00:00 0 -7383d5d00000-7383d5e00000 rw-p 00000000 00:00 0 -7383d5e00000-7383d6200000 rw-p 00000000 00:00 0 -7383d62ff000-7383d6300000 ---p 00000000 00:00 0 -7383d6300000-7383d6400000 rw-p 00000000 00:00 0 -7383d6400000-7383d6800000 rw-p 00000000 00:00 0 -7383d68ff000-7383d6900000 ---p 00000000 00:00 0 -7383d6900000-7383d6a00000 rw-p 00000000 00:00 0 -7383d6a00000-7383d6e00000 rw-p 00000000 00:00 0 -7383d6eff000-7383d6f00000 ---p 00000000 00:00 0 -7383d6f00000-7383d7000000 rw-p 00000000 00:00 0 -7383d7000000-7383d7400000 rw-p 00000000 00:00 0 -7383d74ff000-7383d7500000 ---p 00000000 00:00 0 -7383d7500000-7383d7600000 rw-p 00000000 00:00 0 -7383d7600000-7383d7a00000 rw-p 00000000 00:00 0 -7383d7aff000-7383d7b00000 ---p 00000000 00:00 0 -7383d7b00000-7383d7c00000 rw-p 00000000 00:00 0 -7383d7c00000-7383d8000000 rw-p 00000000 00:00 0 -7383d80ff000-7383d8100000 ---p 00000000 00:00 0 -7383d8100000-7383d8200000 rw-p 00000000 00:00 0 -7383d8200000-7383d8600000 rw-p 00000000 00:00 0 -7383d86ff000-7383d8700000 ---p 00000000 00:00 0 -7383d8700000-7383d8800000 rw-p 00000000 00:00 0 -7383d8800000-7383d8c00000 rw-p 00000000 00:00 0 -7383d8cff000-7383d8d00000 ---p 00000000 00:00 0 -7383d8d00000-7383d8e00000 rw-p 00000000 00:00 0 -7383d8e00000-7383d9200000 rw-p 00000000 00:00 0 -7383d92ff000-7383d9300000 ---p 00000000 00:00 0 -7383d9300000-7383d9400000 rw-p 00000000 00:00 0 -7383d9400000-7383d9800000 rw-p 00000000 00:00 0 -7383d98ff000-7383d9900000 ---p 00000000 00:00 0 -7383d9900000-7383d9a00000 rw-p 00000000 00:00 0 -7383d9a00000-7383d9e00000 rw-p 00000000 00:00 0 -7383d9eff000-7383d9f00000 ---p 00000000 00:00 0 -7383d9f00000-7383da000000 rw-p 00000000 00:00 0 -7383da000000-7383da400000 rw-p 00000000 00:00 0 -7383da4ff000-7383da500000 ---p 00000000 00:00 0 -7383da500000-7383da600000 rw-p 00000000 00:00 0 -7383da600000-7383daa00000 rw-p 00000000 00:00 0 -7383daaff000-7383dab00000 ---p 00000000 00:00 0 -7383dab00000-7383dac00000 rw-p 00000000 00:00 0 -7383dac00000-7383db000000 rw-p 00000000 00:00 0 -7383db0ff000-7383db100000 ---p 00000000 00:00 0 -7383db100000-7383db200000 rw-p 00000000 00:00 0 -7383db200000-7383db600000 rw-p 00000000 00:00 0 -7383db6ff000-7383db700000 ---p 00000000 00:00 0 -7383db700000-7383db800000 rw-p 00000000 00:00 0 -7383db800000-7383dbc00000 rw-p 00000000 00:00 0 -7383dbcff000-7383dbd00000 ---p 00000000 00:00 0 -7383dbd00000-7383dbe00000 rw-p 00000000 00:00 0 -7383dbe00000-7383dc200000 rw-p 00000000 00:00 0 -7383dc2ff000-7383dc300000 ---p 00000000 00:00 0 -7383dc300000-7383dc400000 rw-p 00000000 00:00 0 -7383dc400000-7383dc800000 rw-p 00000000 00:00 0 -7383dc8ff000-7383dc900000 ---p 00000000 00:00 0 -7383dc900000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6e0000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383dfb0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0a000-7383dfb0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfb0b000-7383dfc0b000 rw-p 00000000 00:00 0 -7383dfc0b000-7383dfd0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0b000-7383dfd0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dfd0c000-7383dfe0c000 rw-p 00000000 00:00 0 -7383dfe0c000-7383dff0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0c000-7383dff0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383dff0d000-7383e000d000 rw-p 00000000 00:00 0 -7383e000d000-7383e010d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010d000-7383e010e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e010e000-7383e020e000 rw-p 00000000 00:00 0 -7383e020e000-7383e030e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030e000-7383e030f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e030f000-7383e040f000 rw-p 00000000 00:00 0 -7383e040f000-7383e050f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e050f000-7383e0510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0510000-7383e0610000 rw-p 00000000 00:00 0 -7383e0610000-7383e0710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0710000-7383e0711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0711000-7383e0811000 rw-p 00000000 00:00 0 -7383e0811000-7383e0911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0911000-7383e0912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0912000-7383e0a12000 rw-p 00000000 00:00 0 -7383e0a12000-7383e0b12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b12000-7383e0b13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0b13000-7383e0c13000 rw-p 00000000 00:00 0 -7383e0c13000-7383e0d13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d13000-7383e0d14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0d14000-7383e0e14000 rw-p 00000000 00:00 0 -7383e0e14000-7383e0f14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f14000-7383e0f15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e0f15000-7383e1015000 rw-p 00000000 00:00 0 -7383e1015000-7383e1115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1115000-7383e1116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1116000-7383e1216000 rw-p 00000000 00:00 0 -7383e1216000-7383e1316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1316000-7383e1317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1317000-7383e1417000 rw-p 00000000 00:00 0 -7383e1417000-7383e1517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1517000-7383e1518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1518000-7383e1618000 rw-p 00000000 00:00 0 -7383e1618000-7383e1718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1718000-7383e1719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1719000-7383e1819000 rw-p 00000000 00:00 0 -7383e1819000-7383e1919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1919000-7383e191a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e191a000-7383e1a1a000 rw-p 00000000 00:00 0 -7383e1a1a000-7383e1b1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1a000-7383e1b1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1b1b000-7383e1c1b000 rw-p 00000000 00:00 0 -7383e1c1b000-7383e1d1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1b000-7383e1d1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1d1c000-7383e1e1c000 rw-p 00000000 00:00 0 -7383e1e1c000-7383e1f1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1c000-7383e1f1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e1f1d000-7383e201d000 rw-p 00000000 00:00 0 -7383e201d000-7383e211d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211d000-7383e211e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e211e000-7383e221e000 rw-p 00000000 00:00 0 -7383e221e000-7383e231e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231e000-7383e231f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e231f000-7383e241f000 rw-p 00000000 00:00 0 -7383e241f000-7383e251f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e251f000-7383e2520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2520000-7383e2620000 rw-p 00000000 00:00 0 -7383e2620000-7383e2720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2720000-7383e2721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2721000-7383e2821000 rw-p 00000000 00:00 0 -7383e2821000-7383e2921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2921000-7383e2922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2922000-7383e2a22000 rw-p 00000000 00:00 0 -7383e2a22000-7383e2b22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b22000-7383e2b23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2b23000-7383e2c23000 rw-p 00000000 00:00 0 -7383e2c23000-7383e2d23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d23000-7383e2d24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2d24000-7383e2e24000 rw-p 00000000 00:00 0 -7383e2e24000-7383e2f24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f24000-7383e2f25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e2f25000-7383e3025000 rw-p 00000000 00:00 0 -7383e3025000-7383e3125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3125000-7383e3126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3126000-7383e3226000 rw-p 00000000 00:00 0 -7383e3226000-7383e3326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3326000-7383e3327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3327000-7383e3427000 rw-p 00000000 00:00 0 -7383e3427000-7383e3527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3527000-7383e3528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3528000-7383e3628000 rw-p 00000000 00:00 0 -7383e3628000-7383e3728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3728000-7383e3729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3729000-7383e3829000 rw-p 00000000 00:00 0 -7383e3829000-7383e3929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3929000-7383e392a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e392a000-7383e3a2a000 rw-p 00000000 00:00 0 -7383e3a2a000-7383e3b2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2a000-7383e3b2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3b2b000-7383e3c2b000 rw-p 00000000 00:00 0 -7383e3c2b000-7383e3d2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2b000-7383e3d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3d2c000-7383e3e2c000 rw-p 00000000 00:00 0 -7383e3e2c000-7383e3f2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2c000-7383e3f2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e3f2d000-7383e402d000 rw-p 00000000 00:00 0 -7383e402d000-7383e412d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412d000-7383e412e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e412e000-7383e422e000 rw-p 00000000 00:00 0 -7383e422e000-7383e432e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432e000-7383e432f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e432f000-7383e442f000 rw-p 00000000 00:00 0 -7383e442f000-7383e452f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e452f000-7383e4530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4530000-7383e4630000 rw-p 00000000 00:00 0 -7383e4630000-7383e4730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4730000-7383e4731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4731000-7383e4831000 rw-p 00000000 00:00 0 -7383e4831000-7383e4931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4931000-7383e4932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4932000-7383e4a32000 rw-p 00000000 00:00 0 -7383e4a32000-7383e4b32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b32000-7383e4b33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4b33000-7383e4c33000 rw-p 00000000 00:00 0 -7383e4c33000-7383e4d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d33000-7383e4d34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4d34000-7383e4e34000 rw-p 00000000 00:00 0 -7383e4e34000-7383e4f34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f34000-7383e4f35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e4f35000-7383e5035000 rw-p 00000000 00:00 0 -7383e5035000-7383e5135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5135000-7383e5136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5136000-7383e5236000 rw-p 00000000 00:00 0 -7383e5236000-7383e5336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5336000-7383e5337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5337000-7383e5437000 rw-p 00000000 00:00 0 -7383e5437000-7383e5537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5537000-7383e5538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5538000-7383e5638000 rw-p 00000000 00:00 0 -7383e5638000-7383e5738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5738000-7383e5739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5739000-7383e5839000 rw-p 00000000 00:00 0 -7383e5839000-7383e5939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5939000-7383e593a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e593a000-7383e5a3a000 rw-p 00000000 00:00 0 -7383e5a3a000-7383e5b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3a000-7383e5b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5b3b000-7383e5c3b000 rw-p 00000000 00:00 0 -7383e5c3b000-7383e5d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3b000-7383e5d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5d3c000-7383e5e3c000 rw-p 00000000 00:00 0 -7383e5e3c000-7383e5f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3c000-7383e5f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e5f3d000-7383e603d000 rw-p 00000000 00:00 0 -7383e603d000-7383e613d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613d000-7383e613e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e613e000-7383e623e000 rw-p 00000000 00:00 0 -7383e623e000-7383e633e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633e000-7383e633f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e633f000-7383e643f000 rw-p 00000000 00:00 0 -7383e643f000-7383e653f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e653f000-7383e6540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6540000-7383e6640000 rw-p 00000000 00:00 0 -7383e6640000-7383e6740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6740000-7383e6741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6741000-7383e6841000 rw-p 00000000 00:00 0 -7383e6841000-7383e6941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6941000-7383e6942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6942000-7383e6a42000 rw-p 00000000 00:00 0 -7383e6a42000-7383e6b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b42000-7383e6b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6b43000-7383e6c43000 rw-p 00000000 00:00 0 -7383e6c43000-7383e6d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d43000-7383e6d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6d44000-7383e6e44000 rw-p 00000000 00:00 0 -7383e6e44000-7383e6f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f44000-7383e6f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e6f45000-7383e7045000 rw-p 00000000 00:00 0 -7383e7045000-7383e7145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7145000-7383e7146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7146000-7383e7246000 rw-p 00000000 00:00 0 -7383e7246000-7383e7346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7346000-7383e7347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7347000-7383e7447000 rw-p 00000000 00:00 0 -7383e7447000-7383e7547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7547000-7383e7548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7548000-7383e7648000 rw-p 00000000 00:00 0 -7383e7648000-7383e7748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7748000-7383e7749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7749000-7383e7849000 rw-p 00000000 00:00 0 -7383e7849000-7383e7949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7949000-7383e794a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e794a000-7383e7a4a000 rw-p 00000000 00:00 0 -7383e7a4a000-7383e7b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4a000-7383e7b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7b4b000-7383e7c4b000 rw-p 00000000 00:00 0 -7383e7c4b000-7383e7d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4b000-7383e7d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7d4c000-7383e7e4c000 rw-p 00000000 00:00 0 -7383e7e4c000-7383e7f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4c000-7383e7f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e7f4d000-7383e804d000 rw-p 00000000 00:00 0 -7383e804d000-7383e814d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814d000-7383e814e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e814e000-7383e824e000 rw-p 00000000 00:00 0 -7383e824e000-7383e834e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834e000-7383e834f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e834f000-7383e844f000 rw-p 00000000 00:00 0 -7383e844f000-7383e854f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e854f000-7383e8550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8550000-7383e8650000 rw-p 00000000 00:00 0 -7383e8650000-7383e8750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8750000-7383e8751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8751000-7383e8851000 rw-p 00000000 00:00 0 -7383e8851000-7383e8951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8951000-7383e8952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8952000-7383e8a52000 rw-p 00000000 00:00 0 -7383e8a52000-7383e8b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b52000-7383e8b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8b53000-7383e8c53000 rw-p 00000000 00:00 0 -7383e8c53000-7383e8d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d53000-7383e8d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8d54000-7383e8e54000 rw-p 00000000 00:00 0 -7383e8e54000-7383e8f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f54000-7383e8f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e8f55000-7383e9055000 rw-p 00000000 00:00 0 -7383e9055000-7383e9155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9155000-7383e9156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9156000-7383e9256000 rw-p 00000000 00:00 0 -7383e9256000-7383e9356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9356000-7383e9357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9357000-7383e9457000 rw-p 00000000 00:00 0 -7383e9457000-7383e9557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9557000-7383e9558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9558000-7383e9658000 rw-p 00000000 00:00 0 -7383e9658000-7383e9758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9758000-7383e9759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9759000-7383e9859000 rw-p 00000000 00:00 0 -7383e9859000-7383e9959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9959000-7383e995a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e995a000-7383e9a5a000 rw-p 00000000 00:00 0 -7383e9a5a000-7383e9b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5a000-7383e9b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9b5b000-7383e9c5b000 rw-p 00000000 00:00 0 -7383e9c5b000-7383e9d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5b000-7383e9d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9d5c000-7383e9e5c000 rw-p 00000000 00:00 0 -7383e9e5c000-7383e9f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5c000-7383e9f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383e9f5d000-7383ea05d000 rw-p 00000000 00:00 0 -7383ea05d000-7383ea15d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15d000-7383ea15e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea15e000-7383ea25e000 rw-p 00000000 00:00 0 -7383ea25e000-7383ea35e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35e000-7383ea35f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea35f000-7383ea45f000 rw-p 00000000 00:00 0 -7383ea45f000-7383ea55f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea55f000-7383ea560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea560000-7383ea660000 rw-p 00000000 00:00 0 -7383ea660000-7383ea760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea760000-7383ea761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea761000-7383ea861000 rw-p 00000000 00:00 0 -7383ea861000-7383ea961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea961000-7383ea962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ea962000-7383eaa62000 rw-p 00000000 00:00 0 -7383eaa62000-7383eab62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab62000-7383eab63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eab63000-7383eac63000 rw-p 00000000 00:00 0 -7383eac63000-7383ead63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead63000-7383ead64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ead64000-7383eae64000 rw-p 00000000 00:00 0 -7383eae64000-7383eaf64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf64000-7383eaf65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eaf65000-7383eb065000 rw-p 00000000 00:00 0 -7383eb065000-7383eb165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb165000-7383eb166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383eb166000-7383eb266000 rw-p 00000000 00:00 0 -7383eb266000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe81b000-7383fe853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe853000-7383fe856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe856000-7383fe885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe885000-7383fe88d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88d000-7383fe88e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88e000-7383fe88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe88f000-7383fe890000 rw-p 00000000 00:00 0 -7383fe890000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff670000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -739be4cf0000-739be4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1443 is running. -INFO: 1448 is running. -ERROR: Child worker (1118) crashed. Respawning worker. -INFO: 1453 is running. -ERROR: Child worker (560) crashed. Respawning worker. -INFO: 1458 is running. -INFO: 1463 is running. -ERROR: Child worker (70) crashed. Respawning worker. -INFO: 1468 is running. -ERROR: Child worker (507) crashed. Respawning worker. -INFO: 1473 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x73842476328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x738424519506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x7384246912e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x73842402ddf0) [0x73842402ddf0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x7384244439db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x7384246bdbf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x5) [0x7384246be678] /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9264 -[0x73840007a135] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -56a57ea55000-56a57ea56000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -56a57ea56000-56a57ea57000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -56a57ea57000-56a57ea58000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea58000-56a57ea59000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -56a57ea59000-56a57ea5a000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -7383d7818000-7383d7a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7383d7a00000-7383da600000 rw-p 00000000 00:00 0 -7383da678000-7383dbf7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7383dbf7f000-7383dc1ff000 rw-p 00000000 00:00 0 -7383dc1ff000-7383dc200000 ---p 00000000 00:00 0 -7383dc200000-7383dca00000 rw-p 00000000 00:00 0 -7383dca00000-7383dce00000 rw-p 00000000 00:00 0 -7383dceff000-7383dcf00000 ---p 00000000 00:00 0 -7383dcf00000-7383dd000000 rw-p 00000000 00:00 0 -7383dd000000-7383dd400000 rw-p 00000000 00:00 0 -7383dd4ff000-7383dd500000 ---p 00000000 00:00 0 -7383dd500000-7383dd600000 rw-p 00000000 00:00 0 -7383dd600000-7383dda00000 rw-p 00000000 00:00 0 -7383ddaff000-7383ddb00000 ---p 00000000 00:00 0 -7383ddb00000-7383ddc00000 rw-p 00000000 00:00 0 -7383ddc00000-7383de000000 rw-p 00000000 00:00 0 -7383de0ff000-7383de100000 ---p 00000000 00:00 0 -7383de100000-7383de200000 rw-p 00000000 00:00 0 -7383de200000-7383de600000 rw-p 00000000 00:00 0 -7383de6e0000-7383de6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383de6ff000-7383de700000 ---p 00000000 00:00 0 -7383de700000-7383de800000 rw-p 00000000 00:00 0 -7383de800000-7383de901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de901000-7383de902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383de902000-7383dea02000 rw-p 00000000 00:00 0 -7383dea02000-7383deb02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb02000-7383deb03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383deb03000-7383dec03000 rw-p 00000000 00:00 0 -7383dec03000-7383ded03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded03000-7383ded04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383ded04000-7383dee04000 rw-p 00000000 00:00 0 -7383dee04000-7383def04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def04000-7383def05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383def05000-7383df005000 rw-p 00000000 00:00 0 -7383df005000-7383df105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df105000-7383df106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df106000-7383df206000 rw-p 00000000 00:00 0 -7383df206000-7383df306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df306000-7383df307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df307000-7383df407000 rw-p 00000000 00:00 0 -7383df407000-7383df507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df507000-7383df508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df508000-7383df608000 rw-p 00000000 00:00 0 -7383df608000-7383df708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df708000-7383df709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df709000-7383df809000 rw-p 00000000 00:00 0 -7383df809000-7383df909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df909000-7383df90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383df90a000-7383dfa0a000 rw-p 00000000 00:00 0 -7383dfa0a000-7383fe800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7383fe810000-7383fe820000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe82b000-7383fe863000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -7383fe863000-7383fe866000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe866000-7383fe895000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe895000-7383fe89d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89d000-7383fe89e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89e000-7383fe89f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -7383fe89f000-7383fe8a0000 rw-p 00000000 00:00 0 -7383fe8a0000-7383fe8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383fe8f8000-7383fe8fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe8fd000-7383fe9ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9ac000-7383fe9c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c0000-7383fe9c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c1000-7383fe9c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -7383fe9c2000-7383feab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feab9000-7383fee3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fee3c000-7383fef73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383fef73000-7383feff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff6000-7383feff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -7383feff9000-7383feffc000 rw-p 00000000 00:00 0 -7383feffc000-7383ff01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff01f000-7383ff0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0c8000-7383ff0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff0fb000-7383ff106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff106000-7383ff10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -7383ff10a000-7383ff119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff119000-7383ff1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1b7000-7383ff1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1f6000-7383ff1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1fb000-7383ff1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -7383ff1ff000-7383ff200000 rw-p 00000000 00:00 0 -7383ff200000-7383ff600000 rw-p 00000000 00:00 0 -7383ff610000-7383ff680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff680000-7383ff690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff69b000-7383ff6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6a2000-7383ff6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6c6000-7383ff6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6ce000-7383ff6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6cf000-7383ff6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -7383ff6d0000-7383ff800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ff800000-7383ffc00000 rw-p 00000000 00:00 0 -7383ffc10000-7383ffc70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7383ffc70000-7383ffff0000 rw-p 00000000 00:00 0 -7383ffff0000-738400000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738400002000-738400071000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400071000-738400082000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738400082000-738408002000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -738408020000-738408050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408060000-738408070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408070000-738408180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408180000-738408480000 rw-p 00000000 00:00 0 -738408480000-738408490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408495000-738408497000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -738408497000-73840849c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849c000-73840849e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849e000-73840849f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -73840849f000-7384084a0000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -7384084a0000-7384084b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7384084b0000-738408530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738408530000-738408531000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408531000-738408533000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408533000-738408534000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408534000-738408535000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408535000-738408536000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -738408536000-738408538000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -738408538000-73840853b000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853b000-73840853d000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853d000-73840853e000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853e000-73840853f000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -73840853f000-738408540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408540000-7384085e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e1000-7384085e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384085e2000-738408683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408683000-738408684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408684000-738408725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408725000-738408726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408726000-7384087c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c7000-7384087c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384087c8000-738408869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408869000-73840886a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840886a000-73840890b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890b000-73840890c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840890c000-7384089ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ad000-7384089ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384089ae000-738408a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a4f000-738408a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408a50000-738408af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af1000-738408af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408af2000-738408b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b93000-738408b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408b94000-738408c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c35000-738408c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408c36000-738408cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd7000-738408cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408cd8000-738408d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d79000-738408d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408d7a000-738408e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1b000-738408e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408e1c000-738408ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebd000-738408ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408ebe000-738408f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f5f000-738408f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738408f60000-738409001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409001000-738409002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409002000-7384090a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a3000-7384090a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384090a4000-738409145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409145000-738409146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409146000-7384091e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e7000-7384091e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384091e8000-738409289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409289000-73840928a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840928a000-73840932b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932b000-73840932c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840932c000-7384093cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093cd000-7384093ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384093ce000-73840946f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840946f000-738409470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409470000-738409511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409511000-738409512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409512000-7384095b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b3000-7384095b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384095b4000-738409655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409655000-738409656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409656000-7384096f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f7000-7384096f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384096f8000-738409799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -738409799000-73840979a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840979a000-73840983b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983b000-73840983c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840983c000-7384098dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098dd000-7384098de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7384098de000-73840997f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -73840997f000-738409980000 ---p 00000000 00:00 0 -738409980000-73840a180000 rw-p 00000000 00:00 0 -73840a180000-73840a400000 rw-p 00000000 00:00 0 -73840a400000-738422400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -738422400000-738423800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -738423800000-738423c00000 rw-p 00000000 00:00 0 -738423c00000-738423c01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c01000-738423c02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c02000-738423c03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c03000-738423c04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c04000-738423c05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -738423c05000-738423c07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c07000-738423c0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0c000-738423c0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0e000-738423c0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c0f000-738423c10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -738423c10000-738423c70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423c71000-738423c72000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c72000-738423c73000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c73000-738423c74000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c74000-738423c75000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c75000-738423c76000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -738423c76000-738423c77000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c77000-738423c78000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c78000-738423c79000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c79000-738423c7a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7a000-738423c7b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -738423c7b000-738423c7c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7c000-738423c7d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7d000-738423c7e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7e000-738423c7f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c7f000-738423c80000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -738423c80000-738423cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -738423cf0000-738423cf1000 rw-p 00000000 00:00 0 -738423cf3000-738423cfa000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -738423cfa000-738423d54000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -738423d54000-738423d5b000 rw-p 00000000 00:00 0 -738423d5b000-738423d5f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d5f000-738423d82000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d82000-738423d86000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d86000-738423d87000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d87000-738423d88000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -738423d88000-738423e25000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423e25000-738423f4e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423f4e000-738423fdc000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fdc000-738423fe7000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fe7000-738423fea000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -738423fea000-738423fee000 rw-p 00000000 00:00 0 -738423fee000-738424016000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424016000-738424179000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -738424179000-7384241cf000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241cf000-7384241d3000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d3000-7384241d5000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -7384241d5000-7384241e2000 rw-p 00000000 00:00 0 -7384241e2000-7384241f3000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384241f3000-738424270000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -738424270000-7384242d0000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d0000-7384242d1000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d1000-7384242d2000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -7384242d2000-7384242d4000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242d4000-7384242ea000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -7384242ea000-738424304000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424304000-738424305000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424305000-738424306000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -738424306000-738424310000 rw-p 00000000 00:00 0 -738424310000-73842431c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842431c000-738424381000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424381000-738424398000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424398000-738424399000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -738424399000-73842439a000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -73842439a000-73842439d000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -73842439d000-7384243b1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b1000-7384243b8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b8000-7384243b9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243b9000-7384243ba000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -7384243ba000-738424420000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424420000-7384249f4000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -7384249f4000-738424c03000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c03000-738424c30000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c30000-738424c36000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -738424c36000-738424c4b000 rw-p 00000000 00:00 0 -738424c4b000-738424c54000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424c54000-738424cfb000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424cfb000-738424d13000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d13000-738424d19000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d19000-738424d1a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -738424d1a000-738424d7a000 rw-p 00000000 00:00 0 -738424d7a000-738424d7b000 rw-p 00000000 00:00 0 -738424d7b000-738424d7d000 rw-p 00000000 00:00 0 -738424d7d000-738424d81000 r--p 00000000 00:00 0 [vvar] -738424d81000-738424d83000 r--p 00000000 00:00 0 [vvar_vclock] -738424d83000-738424d85000 r-xp 00000000 00:00 0 [vdso] -738424d85000-738424d86000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424d86000-738424dae000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dae000-738424db9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424db9000-738424dbb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbb000-738424dbc000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -738424dbc000-738424dbd000 rw-p 00000000 00:00 0 -7384644f0000-7384659f0000 rw-p 00000000 00:00 0 -7384a44f0000-7384a4cf0000 rw-p 00000000 00:00 0 -7384a4cf0000-7384a4cf5000 rw-p 00000000 00:00 0 -7ffd067a5000-7ffd067c6000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1478 is running. -ERROR: Child worker (733) crashed. Respawning worker. -INFO: 1483 is running. -INFO: 1488 is running. -INFO: 1493 is running. -ERROR: Child worker (851) crashed. Respawning worker. -INFO: 1498 is running. -INFO: 1503 is running. -INFO: 1508 is running. -INFO: 1513 is running. -INFO: 1518 is running. -INFO: 1523 is running. -ERROR: Child worker (26) crashed. Respawning worker. -INFO: 1528 is running. -INFO: 1533 is running. -INFO: 1538 is running. -INFO: 1543 is running. -INFO: 1548 is running. -INFO: 1553 is running. -INFO: 1558 is running. -INFO: 1564 is running. -INFO: 1568 is running. -INFO: 1573 is running. -INFO: 1579 is running. -INFO: 1583 is running. -INFO: 1587 is running. -INFO: 1593 is running. -INFO: 1598 is running. -INFO: 1603 is running. -INFO: 1608 is running. -INFO: 1613 is running. -INFO: 1618 is running. -INFO: 1624 is running. -INFO: 1628 is running. -INFO: 1633 is running. -INFO: 1638 is running. -INFO: 1643 is running. -INFO: 1648 is running. -INFO: 1653 is running. -INFO: 1658 is running. -INFO: 1664 is running. -INFO: 1668 is running. -INFO: 1673 is running. -INFO: 1678 is running. -INFO: 1683 is running. -INFO: 1688 is running. -INFO: 1693 is running. -INFO: 1698 is running. -INFO: 1703 is running. -INFO: 1708 is running. -INFO: 1713 is running. -INFO: 1718 is running. -INFO: 1723 is running. -INFO: 1728 is running. -INFO: 1733 is running. -INFO: 1738 is running. -INFO: 1743 is running. -INFO: 1748 is running. -INFO: 1752 is running. -INFO: 1759 is running. -INFO: 1765 is running. -INFO: 1771 is running. +INFO: 548 is running. +INFO: 553 is running. +INFO: 558 is running. +INFO: 563 is running. +INFO: 568 is running. +INFO: 573 is running. +INFO: 578 is running. +INFO: 583 is running. +INFO: 588 is running. +INFO: 593 is running. +INFO: 598 is running. +INFO: 603 is running. +INFO: 610 is running. +INFO: 614 is running. +INFO: 620 is running. +INFO: 624 is running. +INFO: 633 is running. +INFO: 638 is running. +INFO: 629 is running. diff --git a/site/static/logs/limited-conn/512/rack-iodine.log b/site/static/logs/limited-conn/512/rack-iodine.log index 3a3f6253..684a2cd5 100644 --- a/site/static/logs/limited-conn/512/rack-iodine.log +++ b/site/static/logs/limited-conn/512/rack-iodine.log @@ -2,13 +2,13 @@ INFO: Listening on port 8080 INFO: Starting up Iodine: * Iodine 0.7.58 - * Ruby 4.0.4 + * Ruby 4.0.5 * facil.io 0.7.4 (epoll) - * 127 Workers X 4 Threads per worker. + * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. -INFO: Server is running 127 workers X 4 threads with facil.io 0.7.4 (epoll) +INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) * Linked to OpenSSL 3.5.6 7 Apr 2026 * Detected capacity: 131056 open file limit * Root pid: 1 @@ -24,69149 +24,120 @@ INFO: 34 is running. INFO: 39 is running. INFO: 44 is running. INFO: 49 is running. -INFO: 54 is running. -INFO: 62 is running. -INFO: 66 is running. +INFO: 53 is running. +INFO: 59 is running. +INFO: 64 is running. +INFO: 69 is running. INFO: 74 is running. -INFO: 83 is running. -INFO: 91 is running. -INFO: 99 is running. -INFO: 107 is running. -INFO: 120 is running. -INFO: 130 is running. -INFO: 140 is running. -INFO: 152 is running. -INFO: 157 is running. -INFO: 170 is running. -INFO: 179 is running. -INFO: 189 is running. +INFO: 80 is running. +INFO: 85 is running. +INFO: 90 is running. +INFO: 95 is running. +INFO: 100 is running. +INFO: 105 is running. +INFO: 111 is running. +INFO: 115 is running. +INFO: 121 is running. +INFO: 126 is running. +INFO: 131 is running. +INFO: 136 is running. +INFO: 141 is running. +INFO: 145 is running. +INFO: 150 is running. +INFO: 155 is running. +INFO: 161 is running. +INFO: 166 is running. +INFO: 171 is running. +INFO: 176 is running. +INFO: 181 is running. +INFO: 186 is running. +INFO: 191 is running. INFO: 196 is running. -INFO: 205 is running. +INFO: 201 is running. +INFO: 206 is running. +INFO: 211 is running. INFO: 216 is running. -INFO: 225 is running. +INFO: 221 is running. +INFO: 226 is running. +INFO: 231 is running. INFO: 236 is running. -INFO: 244 is running. +INFO: 241 is running. +INFO: 246 is running. +INFO: 251 is running. INFO: 256 is running. -INFO: 264 is running. -INFO: 276 is running. -INFO: 285 is running. -INFO: 294 is running. -INFO: 305 is running. -INFO: 314 is running. -INFO: 323 is running. -INFO: 333 is running. +INFO: 262 is running. +INFO: 267 is running. +INFO: 272 is running. +INFO: 277 is running. +INFO: 282 is running. +INFO: 287 is running. +INFO: 295 is running. +INFO: 299 is running. +INFO: 303 is running. +INFO: 307 is running. +INFO: 312 is running. +INFO: 317 is running. +INFO: 322 is running. +INFO: 327 is running. +INFO: 332 is running. +INFO: 337 is running. INFO: 342 is running. +INFO: 348 is running. INFO: 353 is running. -INFO: 361 is running. -INFO: 371 is running. -INFO: 380 is running. -INFO: 389 is running. +INFO: 358 is running. +INFO: 363 is running. +INFO: 368 is running. +INFO: 373 is running. +INFO: 378 is running. +INFO: 383 is running. +INFO: 388 is running. +INFO: 393 is running. INFO: 398 is running. -INFO: 407 is running. -INFO: 416 is running. -INFO: 425 is running. -INFO: 434 is running. +INFO: 402 is running. +INFO: 408 is running. +INFO: 413 is running. +INFO: 418 is running. +INFO: 423 is running. +INFO: 428 is running. +INFO: 433 is running. +INFO: 438 is running. INFO: 443 is running. -INFO: 452 is running. -INFO: 461 is running. -INFO: 471 is running. -INFO: 482 is running. -INFO: 502 is running. -INFO: 511 is running. -INFO: 519 is running. -INFO: 526 is running. -INFO: 535 is running. +INFO: 448 is running. +INFO: 453 is running. +INFO: 458 is running. +INFO: 463 is running. +INFO: 468 is running. +INFO: 473 is running. +INFO: 478 is running. +INFO: 483 is running. +INFO: 488 is running. +INFO: 493 is running. +INFO: 498 is running. +INFO: 503 is running. +INFO: 508 is running. +INFO: 513 is running. +INFO: 518 is running. +INFO: 523 is running. +INFO: 528 is running. +INFO: 533 is running. +INFO: 538 is running. INFO: 543 is running. -INFO: 551 is running. -INFO: 559 is running. +INFO: 548 is running. +INFO: 553 is running. +INFO: 558 is running. +INFO: 563 is running. INFO: 568 is running. -INFO: 576 is running. -INFO: 584 is running. -INFO: 595 is running. -INFO: 604 is running. -INFO: 613 is running. +INFO: 574 is running. +INFO: 578 is running. +INFO: 583 is running. +INFO: 588 is running. +INFO: 593 is running. +INFO: 598 is running. +INFO: 602 is running. +INFO: 610 is running. +INFO: 614 is running. +INFO: 618 is running. INFO: 623 is running. -INFO: 631 is running. +INFO: 629 is running. +INFO: 633 is running. INFO: 639 is running. -INFO: 647 is running. -INFO: 656 is running. -INFO: 667 is running. -INFO: 677 is running. -INFO: 686 is running. -INFO: 695 is running. -INFO: 704 is running. -INFO: 714 is running. -INFO: 722 is running. -INFO: 731 is running. -INFO: 741 is running. -INFO: 751 is running. -INFO: 760 is running. -INFO: 769 is running. -INFO: 778 is running. -INFO: 788 is running. -INFO: 797 is running. -INFO: 806 is running. -INFO: 815 is running. -INFO: 824 is running. -INFO: 833 is running. -INFO: 842 is running. -INFO: 852 is running. -INFO: 861 is running. -INFO: 870 is running. -INFO: 879 is running. -INFO: 888 is running. -INFO: 897 is running. -INFO: 907 is running. -INFO: 915 is running. -INFO: 923 is running. -INFO: 932 is running. -INFO: 940 is running. -INFO: 950 is running. -INFO: 960 is running. -INFO: 971 is running. -INFO: 981 is running. -INFO: 990 is running. -INFO: 998 is running. -INFO: 1004 is running. -INFO: 1013 is running. -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e0078a4a0 RSP: 0x0000706e3766f258 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e3756eee8 RCX: 0x0000706e3756eee8 - RDX: 0x0000706e3746f140 RDI: 0x0000706e29207050 RSI: 0x0000706e3756eeb0 - R8: 0x0000706e3756eeb0 R9: 0x0000706e498ef1e8 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e29207050 R13: 0x0000000000000024 -ruby: YJIT has panicked. More info to follow... - R14: 0x0000706e0078a4b0 R15: 0x0000706e3756eee8 EFL: 0x0000000000010202[BUG] - --- C level backtrace information ------------------------------------------- -Segmentation fault at 0x0000706e3736e000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f7331e8 RBP: 0x0000706e00c1b2d0 RSP: 0x0000706e3746e390 - RAX: 0x00000000ffffffff RBX: 0x0000706e3736e000 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000706e3736df90 RSI: 0x0000000000000000 - R8: 0x0000000000000006 R9: 0x0000706e4a450000 R10: 0x0000706e6fd7dac0 - R11: 0x0000000007a7ead0 R12: 0x0000000000000006 R13: 0x0000706e4a667988 - -thread '' (950) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed - R14: 0x0000000d00000009 R15: 0x0000706e6eccd178stack backtrace: - EFL: 0x0000000000010216 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197: [BUG] Segmentation fault at 0x0000706e4b080d4e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:0008 s:0032 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b080d4e RBP: 0x0000000000000001 RSP: 0x0000706e3726d460 - RAX: 0x0000706e498ec6c8 RBX: 0x0000706e3706d100 RCX: 0x0000706e6e8690b0 - RDX: 0x000000001000000c RDI: 0x0000706e498ec6c8 RSI: 0x0000000000000004 - R8: 0x0000706e498ec628 R9: 0x0000706e6e869080 R10: 0x0000706e4a680b90 - R11: 0x0000706e4a702780 R12: 0x0000706e0181b550 R13: 0x0000706e3716cee8 - R14: 0x0000000000000001 R15: 0x0000706e4a680780 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1022 is running. -INFO: 1034 is running. -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e293e2360 RSP: 0x0000706e34c5a2f8 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e34b59ee8 RCX: 0x0000706e34b59ee8 - RDX: 0x0000706e34a5a140 RDI: 0x0000706e0901b7d0 RSI: 0x0000706e34b59eb0 - R8: 0x0000706e34b59eb0 R9: 0x0000706e498ef1e8 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e0901b7d0 R13: 0x0000000000000024 - R14: 0x0000706e293e2370 R15: 0x0000706e34b59ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e293e2360 RSP: 0x0000706e32a49258 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e32948ee8 RCX: 0x0000706e32948ee8 - RDX: 0x0000706e32849140 RDI: 0x0000706e0f61b7d0 RSI: 0x0000706e32948eb0 - R8: 0x0000706e32948eb0 R9: 0x0000706e498ef008 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e0f61b7d0 R13: 0x0000000000000024 - R14: 0x0000706e293e2370 R15: 0x0000706e32948ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000706e4b080000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b080000 RBP: 0x0000706e4a712bd0 RSP: 0x0000706e3565ee10 - RAX: 0x0000706e4a712ab8 RBX: 0x0000706e3545f258 RCX: 0x0000000000000061 - RDX: 0x0000000000000002 RDI: 0x0000706e4a712ad0 RSI: 0x0000706e4a712ab8 - R8: 0x0000706e4a712a90 R9: 0x0000706e6e869080 R10: 0x0000706e6fd7dac0 - R11: 0x000000000016f600 R12: 0x0000706e06c1b550 R13: 0x0000706e3555ed60 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x0000706e4b07f589 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f589 RBP: 0x0000706e293e3540 RSP: 0x0000706e2d41e240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2d21e140 RCX: 0x0000706e2d31dee8 - RDX: 0x0000706e2d21e140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x0000706e2d31deb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e1ea1b050 R13: 0x0000706e2d31deb0 - R14: 0x0000706e293e3550 R15: 0x0000706e2d31dee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07f639 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f639 RBP: 0x0000706e293e2360 RSP: 0x0000706e2fc32240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2fa32140 RCX: 0x0000706e2fb31ee8 - RDX: 0x0000706e2fa32140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e2fb31eb0 R9: 0x0000706e498ef008 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e1801b7d0 R13: 0x0000706e2fb31eb0 - R14: 0x0000706e293e2370 R15: 0x0000706e2fb31ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07f6cb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37: :37:in 'initialize' -[BUG] --- Threading information --------------------------------------------------- -Total ractor count: 1 -Segmentation fault at 0x0000706e4b07caf4Ruby thread count for this ractor: 5 - - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f6cb RBP: 0x0000706e293e24a0 RSP: 0x0000706e3344e2e0-- Control frame information ----------------------------------------------- - - RAX: 0x0000706e4b00a000 RBX: 0x0000706e3324e140 RCX: 0x0000706e3334dee8 -c:0006 RDX: 0x0000706e3324e140p:0000 RDI: 0x0000000000000014s:0040 RSI: 0x0000000000000001e:000039 -l:y R8: 0x0000706e3334deb0b:0001 R9: 0x0000000000000014METHOD R10: 0x0000000000000014 :37 - R11: 0x0000706e55215f00 - R12: 0x0000706e0d81b7d0c:0005 R13: 0x0000706e3334deb0p:0010 -s:0031 R14: 0x0000706e293e24b0e:000029 R15: 0x0000706e3334dee8l:y b:0001 EFL: 0x0000000000010246METHOD - - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197-- C level backtrace information ------------------------------------------- - -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH]ruby: YJIT has panicked. More info to follow... - -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - -thread '' (115) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07caf4stack backtrace: - RBP: 0x0000706e293e3360 RSP: 0x0000706e2b00c2f8 - RAX: 0x0000706e4b07caf4 RBX: 0x0000706e2af0bee8 RCX: 0x0000706e2af0bee8 - RDX: 0x0000706e2ae0c140 RDI: 0x0000706e2561b050 RSI: 0x0000706e2af0beb0 - R8: 0x0000706e2af0beb0 R9: 0x0000706e498eef68 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e2561b050 R13: 0x0000000000000024 - R14: 0x0000706e293e3370 R15: 0x0000706e2af0bee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e293e2360 RSP: 0x0000706e36064278 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e35f63ee8 RCX: 0x0000706e35f63ee8 - RDX: 0x0000706e35e64140 RDI: 0x0000706e0481b2d0 RSI: 0x0000706e35f63eb0 - R8: 0x0000706e35f63eb0 R9: 0x0000706e498ef008 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e0481b2d0 R13: 0x0000000000000024 - R14: 0x0000706e293e2370 R15: 0x0000706e35f63ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1042 is running. -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e293e2360 RSP: 0x0000706e3344e258 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e3334dee8 RCX: 0x0000706e3334dee8 - RDX: 0x0000706e3324e140 RDI: 0x0000706e0c61b050 RSI: 0x0000706e3334deb0 - R8: 0x0000706e3334deb0 R9: 0x0000706e498ef008 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e0c61b050 R13: 0x0000000000000024 - R14: 0x0000706e293e2370 R15: 0x0000706e3334dee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000706e4b07ccdb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07ccdb RBP: 0x0000706e4a713440 RSP: 0x0000706e36063d08 - RAX: 0x0000706e4b07ccdb RBX: 0x0000000000000000 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e0541b7d0 RSI: 0x0000706e35f63e08 - R8: 0x0000706e35e64179 R9: 0x0000000000000000 R10: 0x0000706e0541b7d0 - R11: 0x0000706e4a6fb6b0 R12: 0x0000706e4a713450 R13: 0x0000000000000000 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/app.rb:22: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0016 e:000015 l:y b:---- CFUNC :to_i -c:0002 p:0131 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:22 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:22:in 'call' -/app/app.rb:22:in 'to_i' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f6df2f7 RBP: 0x0000706e36a68f58 RSP: 0x0000706e36a68ed8 - RAX: 0x0000000000000010 RBX: 0x0000706e4a6fa648 RCX: 0x0000000000000cd1 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000009d - R8: 0x000000000000d121 R9: 0x000000000000009d R10: 0x0000706e36a68f00 - R11: 0x0000706e6f6b6a90 R12: 0x000000000000009d R13: 0x0000706e4a66c758 - R14: 0x0000706e36a68f00 R15: 0x0000706e4a6fa648 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -:37: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 - -thread '' (600) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -c:0004 p:0006 s:0026 e:000025 stack backtrace: -l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f8fbc24 RBP: 0x0000706e6ec2df60 RSP: 0x0000706e32244f78 - RAX: 0x0002020001000002 RBX: 0x0000706e28c15030 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000706e28c050e8 RSI: 0x0000706e28c050ac - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000000000000000 R12: 0x0000706e6fc3ad08 R13: 0x0000706e10e1b7d0 - R14: 0x0000000000000000 R15: 0x0000000000000003 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07f71f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f71f RBP: 0x0000706e293e2360 RSP: 0x0000706e2da211c0 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2d821140 RCX: 0x0000706e2d920ee8 - RDX: 0x0000706e2d821140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x0000706e2d920eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e1de1b2d0 R13: 0x0000706e2d920eb0 - R14: 0x0000706e293e2370 R15: 0x0000706e2d920ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f4499db RBP: 0x0000000000000002 RSP: 0x0000706e2a6070f0 - RAX: 0x0000000000000000 RBX: 0x0000706e4a6f8050 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x0000706e4a6f8050 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000706e6e869080 R10: 0x0000706e28621100 - R11: 0x0000000000000004 R12: 0x0000706e4a6f7f60 R13: 0x0000000000000002 - R14: 0x0000706e4a6f8050 R15: 0x0000706e4a70f3b0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'new' for an instance of Hash -Rack::QueryParser#parse_query -/app/app.rb:18:in '/app/app.rb:18:in ' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in '/app/app.rb:18:in ' -ERROR: - -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x0000706e4b07f5ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f5ed RBP: 0x0000706e293e2360 RSP: 0x0000706e3143e240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e3123e140 RCX: 0x0000706e3133dee8 - RDX: 0x0000706e3123e140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e3133deb0 R9: 0x0000706e498ef1e8 R10: 0x0000706e6ec2df60 - R11: 0x0000706e55215f00 R12: 0x0000706e1261b050 R13: 0x0000706e3133deb0 - R14: 0x0000706e293e2370 R15: 0x0000706e3133dee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000706e4b080000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b080000 RBP: 0x0000706e4a712fe0 RSP: 0x0000706e3364ed70 - RAX: 0x0000706e4a712e28 RBX: 0x0000706e3344f258 RCX: 0x0000000000000061 - RDX: 0x0000000000000002 RDI: 0x0000706e4a712e40 RSI: 0x0000706e4a712e28 - R8: 0x0000706e4a712e00 R9: 0x0000706e6e869080 R10: 0x0000706e6fd7dac0 - R11: 0x00000000000000c0 R12: 0x0000706e0cc1b550 R13: 0x0000706e3354ed60 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77: [BUG] Segmentation fault at 0x0000706e4b08275e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0006 s:0054 e:000053 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77 -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:77:in 'block in parse_query' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b08275e RBP: 0x0000706e4a33c518 RSP: 0x0000706e30c3a200 - RAX: 0x0000000000000004 RBX: 0x0000706e30a3a1b0 RCX: 0x0000706e6ecbd7a0 - RDX: 0x0000000000000000 RDI: 0x0000000000000004 RSI: 0x0000000000000004 - R8: 0x0000706e133dc200 R9: 0x00000000000000f6 R10: 0x0000706e30c3a110 - R11: 0x0000706e4a66e4e0 R12: 0x0000706e13e1b050 R13: 0x0000706e30b39e40 - R14: 0x0000706e4a33c530 R15: 0x0000706e30b39ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000706e4b080000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0036 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b080000 RBP: 0x0000706e4a7133a0 RSP: 0x0000706e34e5ad70 - RAX: 0x0000706e4a7132b0 RBX: 0x0000706e34c5b258 RCX: 0x0000000000000061 - RDX: 0x0000000000000002 RDI: 0x0000706e4a7132c8 RSI: 0x0000706e4a7132b0 - R8: 0x0000706e4a713260 R9: 0x0000706e6e869080 R10: 0x0000706e6fd7dac0 - R11: 0x00000000077fc970 R12: 0x0000706e0781b050 R13: 0x0000706e34d5ad60 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (263) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... - -thread '' (604) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -INFO: 1047 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000706e4b07f846 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f846 RBP: 0x0000706e4a713210 RSP: 0x0000706e30a38e10 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e308391c0 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e4a713198 RSI: 0x0000706e4a70a700 - R8: 0x0000706e30839179 R9: 0x0000000000000000 R10: 0x0000706e14a1b2d0 - R11: 0x0000706e4a6fb1b0 R12: 0x0000706e14a1b2d0 R13: 0x0000706e30938e08 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (922) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -:37: -[BUG] --- Threading information --------------------------------------------------- -Total ractor count: 1 -Segmentation fault at 0x0000706e4b07cbceRuby thread count for this ractor: 5 - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - --- C level backtrace information ------------------------------------------- --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e293e2540 RSP: 0x0000706e368682f8 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e36767ee8 RCX: 0x0000706e36767ee8 - RDX: 0x0000706e36668140 RDI: 0x0000706e03c1b7d0 RSI: 0x0000706e36767eb0 - R8: 0x0000706e36767eb0 R9: 0x0000706e498eef68 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e03c1b7d0 R13: 0x0000000000000024 - R14: 0x0000706e293e2550 R15: 0x0000706e36767ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07f5ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f5ed RBP: 0x0000706e293e2540 RSP: 0x0000706e33c522e0 -SEGV received in SEGV handler - RAX: 0x0000706e4b00a000 RBX: 0x0000706e33a52140 RCX: 0x0000706e33b51ee8 - RDX: 0x0000706e33a52140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e33b51eb0 R9: 0x0000706e498ef008ABRT received in SEGV handler - R10: 0x0000706e6ec2df60 - R11: 0x0000706e55215f00 R12: 0x0000706e0b41b2d0 R13: 0x0000706e33b51eb0 - R14: 0x0000706e293e2550 R15: 0x0000706e33b51ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Segmentation fault at 0x0000706e4b080016 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0000 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b080016 RBP: 0x0000706e269eb318 RSP: 0x0000706e2a808218/app/app.rb:15: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0017 e:000016 l:y b:---- CFUNC :=== -c:0002 p:0028 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:15:in 'call' -/app/app.rb:15:in '===' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f6df2f7 RBP: 0x0000706e34255138 RSP: 0x0000706e342550b8 - RAX: 0x0000000000000010 RBX: 0x0000706e4a614788 RCX: 0x0000000000000cd1 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000009d - R8: 0x000000000000e121 R9: 0x000000000000009d R10: 0x0000706e342550e0 - R11: 0x0000000000000006 R12: 0x000000000000009d R13: 0x0000706e4a710e98 - R14: 0x0000706e342550e0 R15: 0x0000706e4a614788 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:432: [BUG] Segmentation fault at 0x0000706e4b07fb42 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0011 p:0014 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:432 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:432:in 'decode_www_form_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07fb42 RBP: 0x0000706e4a712fb8 RSP: 0x0000706e3103be10 - RAX: 0x0000706e4a66a250 RBX: 0x0000706e30e3c220 RCX: 0x0000706e30e3c218 - RDX: 0x0000000000000000 RDI: 0x0000706e4a66a250 RSI: 0x0000706e534dd168 - R8: 0x0000706e4a712ec8 R9: 0x0000706e6ecdb1b0 R10: 0x0000706e6ecdb1b0 - R11: 0x0000706e4a6faf30 R12: 0x0000706e1381b2d0 R13: 0x0000706e30f3bd98 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010212 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000706e4b07f846 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f846 RBP: 0x0000706e4a7135d0 RSP: 0x0000706e2de22d70 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2dc231c0 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e4a7135a8 RSI: 0x0000706e4a70a930 - R8: 0x0000706e2dc23179 R9: 0x0000000000000000 R10: 0x0000706e1cc1b050 - R11: 0x0000706e4a6fb6d8 R12: 0x0000706e1cc1b050 R13: 0x0000706e2dd22e08 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- - - RAX: 0x0000706e4b080016 RBX: 0x0000000000000000 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e2741b2d0 RSI: 0x0000706e2a707e78 - R8: 0x0000706e26a02000 R9: 0x0000706e2a608119 R10: 0x0000706e2a707e78 - R11: 0x0000706e4a7fa430 R12: 0x0000706e2741b2d0 R13: 0x0000706e2a707eb0 - R14: 0x0000706e269eb330 R15: 0x0000706e2a707ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - FrozenError: can't modify frozen String: "a" -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'String#force_encoding' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'URI._decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'URI.decode_www_form_component' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'Rack::QueryParser#unescape' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'Array#map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Array#each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'gsub' for an instance of Iodine::Base::RackIO -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'URI._decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'URI.decode_www_form_component' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'Rack::QueryParser#unescape' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'Array#map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Array#each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Segmentation fault at 0x0000706e4b08014c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0000 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b08014c RBP: 0x0000706e4a33c518 RSP: 0x0000706e32c4a178 - RAX: 0x0000706e4b08014c RBX: 0x0000000000000000 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e0ea1b550 RSI: 0x0000706e32b49e78 - R8: 0x0000706e0dfe5280 R9: 0x0000706e32a4a119 R10: 0x0000706e32b49e78 - R11: 0x0000706e4a6fb6d8 R12: 0x0000706e0ea1b550 R13: 0x0000706e32b49eb0 - R14: 0x0000706e4a33c530 R15: 0x0000706e32b49ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'to_i' for an instance of Array -/app/app.rb:19:in 'App#call' -ERROR: - -:37: [BUG] Segmentation fault at 0x0000706e4b07f5dd -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f5dd RBP: 0x0000706e293e3360 RSP: 0x0000706e2d8201c0 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2d620140 RCX: 0x0000706e2d71fee8 - RDX: 0x0000706e2d620140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x0000706e2d71feb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e1f01b7d0 R13: 0x0000706e2d71feb0 - R14: 0x0000706e293e3370 R15: 0x0000706e2d71fee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000706e4b0806be -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b0806be RBP: 0x0000000000000001 RSP: 0x0000706e33c52478 - RAX: 0x0000706e4b0806be RBX: 0x0000000000000000 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e0c01b7d0 RSI: 0x0000706e33b51f90 - R8: 0x0000706e33b51f90 R9: 0x0000706e4a680780 R10: 0x0000706e4a680b90 - R11: 0x0000000000000006 R12: 0x0000706e0c01b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000706e4a680780 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07f4f7 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f4f7 RBP: 0x0000706e28de0360 RSP: 0x0000706e2c215240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2c015140 RCX: 0x0000706e2c114ee8 - RDX: 0x0000706e2c015140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e2c114eb0 R9: 0x0000706e498ef1e8 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e2261b2d0 R13: 0x0000706e2c114eb0 - R14: 0x0000706e28de0370 R15: 0x0000706e2c114ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e293e2540 RSP: 0x0000706e34456258 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e34355ee8 RCX: 0x0000706e34355ee8 - RDX: 0x0000706e34256140 RDI: 0x0000706e09c1b2d0 RSI: 0x0000706e34355eb0 - R8: 0x0000706e34355eb0 R9: 0x0000706e498ef1e8 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e09c1b2d0 R13: 0x0000000000000024 - R14: 0x0000706e293e2550 R15: 0x0000706e34355ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1053 is running. -/usr/local/lib/ruby/4.0.0/uri/common.rb:464: [BUG] Segmentation fault at 0x0000706e4b07d000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :match? -c:0012 p:0006 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:464 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in 'match?' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07d000 RBP: 0x0000706e4a7133c8 RSP: 0x0000706e2d81fcf0 - RAX: 0x0000706e2d620260 RBX: 0x0000706e2d620258 RCX: 0x0000706e6ecbb630 - RDX: 0x0000000000000000 RDI: 0x0000706e4a66a250 RSI: 0x0000706e4a669dc8 - R8: 0x0000706e4a7133a0 R9: 0x0000706e4a7133a0 R10: 0x0000706e6ecdb1b0 - R11: 0x0000706e4a6fb6b0 R12: 0x0000706e1e4592d0 R13: 0x0000706e2d71fd60 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010216 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (285) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255: ruby: YJIT has panicked. More info to follow... -[BUG] Segmentation fault at 0x0000706e4b07fa2b -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0013 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:255:in 'unescape' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07fa2b RBP: 0x0000706e4a713558 RSP: 0x0000706e3103bd70 - RAX: 0x0000706e534dd168 RBX: 0x0000706e30e3c1f0 RCX: 0x0000706e30e3c1e8 - RDX: 0x0000000000000000 RDI: 0x0000706e4a713530 RSI: 0x0000706e534dd168 - R8: 0x0000706e4a713530 R9: 0x0000706e6ecdb1b0 R10: 0x0000706e1321b050 - R11: 0x0000706e4a6fb6d8 R12: 0x0000706e1321b050 R13: 0x0000706e30f3bdd0 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000706e4b07f846 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f846 RBP: 0x0000706e4a7133a0 RSP: 0x0000706e30a38d70 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e308391c0 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e4a713378 RSI: 0x0000706e4a70a8e0 - R8: 0x0000706e30839179 R9: 0x0000000000000000 R10: 0x0000706e1501b550 - R11: 0x0000706e4a6fb6b0 R12: 0x0000706e1501b550 R13: 0x0000706e30938e08 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (487) panicked at ./yjit/src/virtualmem.rs:269:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... -:37: SEGV received in SEGV handler -ABRT received in SEGV handler -:227: [BUG] Segmentation fault at 0x0000706e4b0860aa -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0031 s:0042 e:000041 l:y b:0001 METHOD :227 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:227:in 'each' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b0860aa RBP: 0x0000000000000001 RSP: 0x0000706e33a51460 - RAX: 0x0000000000000000 RBX: 0x0000706e33851150 RCX: 0x0000000000000004 - RDX: 0x0000000000000014 RDI: 0x4000000000000001 RSI: 0x0000706e4a667d20 - R8: 0x0000000000002001 R9: 0x0000000000000004 R10: 0x0000000000000001 - R11: 0x0000000000434770 R12: 0x0000706e0ba1b2d0 R13: 0x0000706e33950eb0 - R14: 0x0000000000000001 R15: 0x0000706e4a680780 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e293e2360 RSP: 0x0000706e31840258 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e3173fee8 RCX: 0x0000706e3173fee8 - RDX: 0x0000706e31640140 RDI: 0x0000706e1201b2d0 RSI: 0x0000706e3173feb0 - R8: 0x0000706e3173feb0 R9: 0x0000706e498ef1e8 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e1201b2d0 R13: 0x0000000000000024 - R14: 0x0000706e293e2370 R15: 0x0000706e3173fee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000706e4b07f639 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f639 RBP: 0x0000706e293e2360 RSP: 0x0000706e35a61240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e35861140 RCX: 0x0000706e35960ee8 - RDX: 0x0000706e35861140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e35960eb0 R9: 0x0000706e498ef1e8 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e0661b7d0 R13: 0x0000706e35960eb0 - R14: 0x0000706e293e2370 R15: 0x0000706e35960ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (921) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/usr/local/lib/ruby/4.0.0/uri/common.rb:464: [BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0006 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:464 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07d034 RBP: 0x0000706e4a712e50 RSP: 0x0000706e36867d90 - RAX: 0x0000000000000000 RBX: 0x0000706e36668258 RCX: 0x0000706e6ecc0978 - RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000000000000000 - R8: 0x0000706e4a712e41 R9: 0x0000706e36867b58 R10: 0x0000000000000000 - R11: 0x0000706e36867b60 R12: 0x0000706e0361b550 R13: 0x0000706e36767d60 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (550) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -:37: [BUG] Segmentation fault at 0x0000706e4b07caf4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07caf4 RBP: 0x0000706e293e3360 RSP: 0x0000706e2b8102f8 - RAX: 0x0000706e4b07caf4 RBX: 0x0000706e2b70fee8 RCX: 0x0000706e2b70fee8 - RDX: 0x0000706e2b610140 RDI: 0x0000706e2501b7d0 RSI: 0x0000706e2b70feb0 - R8: 0x0000706e2b70feb0 R9: 0x0000706e498ef008 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e2501b7d0 R13: 0x0000000000000024 - R14: 0x0000706e293e3370 R15: 0x0000706e2b70fee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76: [BUG] Segmentation fault at 0x0000706e4b082536 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:n b:---- BLOCK -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b082536 RBP: 0x0000706e257eb318 RSP: 0x0000706e2b00c160 - RAX: 0x0000706e2ae0c0c8 RBX: 0x0000706e2ae0c1b0 RCX: 0x0000706e4a6d3c00 - RDX: 0x0000706e2ae0c1b0 RDI: 0x0000706e4a6f6e30 RSI: 0x0000706e4a6f6ea8 - R8: 0x0000706e4a61f8e0 R9: 0x0000706e4a6f6ea8 R10: 0x0000706e6fd7dac0 - R11: 0x0000706e4a6f6e30 R12: 0x0000706e2621b550 R13: 0x0000706e2af0be40 - R14: 0x0000706e257eb330 R15: 0x0000706e2af0bee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/usr/local/lib/ruby/4.0.0/uri/common.rb:466: [BUG] Segmentation fault at 0x0000706e4b07fb7b -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0041 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:466 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:466:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07fb7b RBP: 0x0000706e4a6fa8f0 RSP: 0x0000706e2a807d70 - RAX: 0x0000706e4a679de0 RBX: 0x0000706e2a608258 RCX: 0x0000706e2a608250 - RDX: 0x0000000000000000 RDI: 0x0000706e4a67a268 RSI: 0x0000706e4a679de0 - R8: 0x0000706e4a6fa8a0 R9: 0x0000706e4a6fa8a0 R10: 0x0000706e6ecdb1b0 - R11: 0x0000706e4a7fa408 R12: 0x0000706e26e1b050 R13: 0x0000706e2a707d60 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] -thread '' (169) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -stack backtrace: --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:86: [BUG] Segmentation fault at 0x0000706e4b08267e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0062 s:0054 e:000053 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:86 -c:0007 p:0032 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:86:in 'block in parse_query' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b08267e RBP: 0x0000706e4a33c518 RSP: 0x0000706e34e5b160 - RAX: 0x0000706e34c5b0c8 RBX: 0x0000706e34c5b1b0 RCX: 0x0000706e4a70a8e0 - RDX: 0x0000706e34c5b1b0 RDI: 0x0000706e4a66e6c0 RSI: 0x0000706e4a66e7d8 - R8: 0x0000706e498ee2e8 R9: 0x0000706e4a66e7d8 R10: 0x0000706e6fd7dac0 - R11: 0x0000706e4a66e6c0 R12: 0x0000706e07e1b2d0 R13: 0x0000706e34d5ae40 - R14: 0x0000706e4a33c530 R15: 0x0000706e34d5aee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -SEGV received in SEGV handler - -thread '' (991) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (411) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -[BUG] Cannot malloc during GC -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1061 is running. -:37: [BUG] Segmentation fault at 0x0000706e4b07f639 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f639 RBP: 0x0000706e293e2360 RSP: 0x0000706e344561c0 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e34256140 RCX: 0x0000706e34355ee8 - RDX: 0x0000706e34256140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e34355eb0 R9: 0x0000706e498ef1e8 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e0961b050 R13: 0x0000706e34355eb0 - R14: 0x0000706e293e2370 R15: 0x0000706e34355ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (22) panicked at ./yjit/src/core.rs:3566:9: -assertion `left == right` failed: each stub expects a particular iseq - left: 0x706e6ec2df60 - right: 0x706e4a7f9da0 -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000706e4b07f802 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f802 RBP: 0x0000706e4a713238 RSP: 0x0000706e2f42de10 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2f22e1c0 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e1861b050 RSI: 0x0000706e4a70a660 - R8: 0x0000706e2f22e179 R9: 0x0000000000000000 R10: 0x0000706e1861b050 - R11: 0x0000706e4a6fb6b0 R12: 0x0000706e1861b050 R13: 0x0000706e2f32de08 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (760) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... - -thread '' (1075) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ERROR: Child worker (294) crashed. Respawning worker. -ruby: YJIT has panicked. More info to follow... - -thread '' (775) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000488 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:---- s:0054 e:000053 l:y b:---- CFUNC :split -c:0007 p:0016 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f4499db RBP: 0x0000000000000002 RSP: 0x0000706e36c69df0 - RAX: 0x0000000000000478 RBX: 0x0000706e4a714e08 RCX: 0x0000000000000000 - RDX: 0x0000000000000005 RDI: 0x0000706e4a714e08 RSI: 0x0000000000000001 - R8: 0x0000000000000000 R9: 0x0000706e6e869080 R10: 0x0000706e6e9fec00 - R11: 0x0000706e4a6fb070 R12: 0x0000706e4a714de0 R13: 0x0000000000000002 - R14: 0x0000706e4a714e08 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:463: [BUG] Segmentation fault at 0x0000706e4b07fcbd -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:---- s:0075 e:000074 l:y b:0001 METHOD -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07fcbd RBP: 0x0000706e4a713530 RSP: 0x0000706e2f82fcf0 - RAX: 0x0000706e4a669dc8 RBX: 0x0000706e2f630258 RCX: 0x0000706e2f630250 - RDX: 0x0000000000000000 RDI: 0x0000706e4a66a250 RSI: 0x0000706e4a669dc8 - R8: 0x0000706e4a713508 R9: 0x0000706e4a713508 R10: 0x0000706e6ecdb1b0 - R11: 0x0000706e4a6fb6b0 R12: 0x0000706e18c1b7d0 R13: 0x0000706e2f72fd60 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -[BUG] Segmentation fault at 0x0000706e00313165 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f5d0ea9 RBP: 0x0000000000000000 RSP: 0x0000706e2f22d700 - RAX: 0x0000706e6eccec70 RBX: 0x0000706e00313165 RCX: 0x3131656e696c6573 - RDX: 0x0000000000008008 RDI: 0x0000706e4a6882c8 RSI: 0x0000706e4a6882c8 - R8: 0x0000706e6eccebb8 R9: 0x0000706e6e869080 R10: 0xcd11d22c22d371ec - R11: 0x0000706e6fa4b020 R12: 0x0000706e6eccec58 R13: 0x0000706e4a1fe340 - R14: 0x0000706e4a197460 R15: 0x0000706e2f22d9b0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/usr/local/lib/ruby/4.0.0/uri/common.rb:464: [BUG] Segmentation fault at 0x0000706e4b07d000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :match? -c:0012 p:0006 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:464 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:464:in 'match?' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07d000 RBP: 0x0000706e4a7133c8 RSP: 0x0000706e38a78d70 - RAX: 0x0000706e38879260 RBX: 0x0000706e38879258 RCX: 0x0000706e6ecbb630 - RDX: 0x0000000000000000 RDI: 0x0000706e4a66a368 RSI: 0x0000706e4a669ee0 - R8: 0x0000706e4a7133a0 R9: 0x0000706e4a7133a0 R10: 0x0000706e6ecdb1b0 - R11: 0x0000706e4a6fb7c8 R12: 0x0000706e29207050 R13: 0x0000706e38978d60 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010216 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (443) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/app.rb:21: [BUG] Segmentation fault at 0x0000706e4b084654 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0015 e:000014 l:y b:---- CFUNC :read -c:0002 p:0123 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:21 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:21:in 'call' -/app/app.rb:21:in 'read' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b084654 RBP: 0x0000000000000001 RSP: 0x0000706e3766f3c0 - RAX: 0x0000706e4a6676e0 RBX: 0x0000706e3746f058 RCX: 0x0000000000000032 - RDX: 0x0000000000000002 RDI: 0x0000706e4a6676fa RSI: 0x0000000000003032 - R8: 0x0000706e4a6676b8 R9: 0x0000706e6e869080 R10: 0x0000000000000000 - R11: 0x0000000000000246 R12: 0x0000706e0061b2d0 R13: 0x0000706e3756ef90 - R14: 0x0000000000000001 R15: 0x0000706e4a680780 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (1084) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -:37: [BUG] Segmentation fault at 0x0000706e4b07f543 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ERROR: Child worker (686) crashed. Respawning worker. --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 ERROR: Child worker (34) crashed. Respawning worker. -e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f543 RBP: 0x0000706e293e3720 RSP: 0x0000706e2a406240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2a206140 RCX: 0x0000706e2a305ee8 - RDX: 0x0000706e2a206140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e2a305eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e28c1b7d0 R13: 0x0000706e2a305eb0 - R14: 0x0000706e293e3730 R15: 0x0000706e2a305ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1068 is running. -:228: [BUG] Segmentation fault at 0x0000706e4b084120 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'to_i' for an instance of Iodine::Base::RackIO -/app/app.rb:19:in 'App#call' -ERROR: - -b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b084120 RBP: 0x0000000000000001 RSP: 0x0000706e34e5b460 - RAX: 0x0000706e4a675b78 RBX: 0x0000706e34c5b180 RCX: 0x0000000000000001 - RDX: 0x0000706e6e852000 RDI: 0x0000706e4a675b78 RSI: 0x0000706e4a675b78 - R8: 0x0000000000000005 R9: 0x0000000000000001 R10: 0x1acd6a124576b7ef - R11: 0x0000706e6fa4b020 R12: 0x0000706e08a1b7d0 R13: 0x0000706e34d5aeb0 - R14: 0x0000000000000001 R15: 0x0000706e4a680780 EFL: 0x0000000000010212 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] Segmentation fault at 0x0000706e4b07fa87 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:---- s:0062 e:000061 l:y b:0001 METHOD -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07fa87 RBP: 0x0000706e4a7130f8 RSP: 0x0000706e35e62d70 - RAX: 0x0000706e534dd168 RBX: 0x0000706e35c631f0 RCX: 0x0000706e35c631e8 - RDX: 0x0000000000000000 RDI: 0x0000706e4a7130d0 RSI: 0x0000706e534dd168 - R8: 0x0000706e4a7130d0 R9: 0x0000706e6ecdb1b0 R10: 0x0000706e6ecdb1b0 - R11: 0x0000706e4a6fb160 R12: 0x0000706e04e1b2d0 R13: 0x0000706e35d62dd0 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (843) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e293e2540 RSP: 0x0000706e2e2252f8 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e2e124ee8 RCX: 0x0000706e2e124ee8 - RDX: 0x0000706e2e025140 RDI: 0x0000706e1c61b2d0 RSI: 0x0000706e2e124eb0 - R8: 0x0000706e2e124eb0 R9: 0x0000706e498ef008 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e1c61b2d0 R13: 0x0000000000000024 - R14: 0x0000706e293e2550 R15: 0x0000706e2e124ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -/usr/local/lib/ruby/4.0.0/uri/common.rb:432: [BUG] Segmentation fault at 0x0000706e4b07fc02 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0011 p:0014 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:432 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:432:in 'decode_www_form_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07fc02 RBP: 0x0000706e4a7132b0 RSP: 0x0000706e3706bd70 - RAX: 0x0000706e4a66a278 RBX: 0x0000706e36e6c220 RCX: 0x0000706e36e6c218 - RDX: 0x0000000000000000 RDI: 0x0000706e4a66a278 RSI: 0x0000706e534dd168 - R8: 0x0000706e4a713260 R9: 0x0000706e4a713260 R10: 0x0000706e6ecdb1b0 - R11: 0x0000706e4a6fb1d8 R12: 0x0000706e0241b7d0 R13: 0x0000706e36f6bd98 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010212 - --- C level backtrace information ------------------------------------------- -INFO: 1082 is running. -/usr/local/lib/ruby/4.0.0/uri/common.rb:432: [BUG] Segmentation fault at 0x0000706e4b07fc02 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0011 p:0014 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:432 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:432:in 'decode_www_form_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07fc02 RBP: 0x0000706e4a7133a0 RSP: 0x0000706e37e72d70 - RAX: 0x0000706e4a66a250 RBX: 0x0000706e37c73220 RCX: 0x0000706e37c73218 - RDX: 0x0000000000000000 RDI: 0x0000706e4a66a250 RSI: 0x0000706e534dd168 - R8: 0x0000706e4a713378 R9: 0x0000706e4a713378 R10: 0x0000706e6ecdb1b0 - R11: 0x0000706e4a6fb6b0 R12: 0x0000706dffa1b7d0 R13: 0x0000706e37d72d98 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010212 - --- C level backtrace information ------------------------------------------- -/app/app.rb:19: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -ERROR: Child worker (18) crashed. Respawning worker. -ERROR: Child worker (361) crashed. Respawning worker. -ruby: YJIT has panicked. More info to follow... - -thread '' (647) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229: [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:---- s:0042 e:000041 l:y b:---- CFUNC :split -c:0005 p:0088 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:229:in 'split' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f5d0ea9 RBP: 0x0000000000000000 RSP: 0x0000706e2c416650 - RAX: 0x0000706e6eccec70 RBX: 0x0000000000000004 RCX: 0x303830383a74736f - RDX: 0x0000000000008008 RDI: 0x0000706e4a688098 RSI: 0x0000706e4a688098 - R8: 0x0000706e6eccfab8 R9: 0x0000706e6e869080 R10: 0xd012d22d23ce70ec - R11: 0x0000706e6fa4b020 R12: 0x0000706e6eccebb8 R13: 0x0000000000000004 - R14: 0x0000706ed451f5f0 R15: 0x0000706e4a688098 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:249: [BUG] vm_get_cref: unreachable -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1073 is running. -SEGV received in SEGV handler -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (641) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000706e4b07f846 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -SEGV received in SEGV handler -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -ABRT received in SEGV handler -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:223: [BUG] Segmentation fault at 0x0000706e4b0839f0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Segmentation fault at 0x0000706e4b080016 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0000 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b080016 RBP: 0x0000706e4a33c518 RSP: 0x0000706e2c617178 - RAX: 0x0000706e4b080016 RBX: 0x0000000000000000 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e21a1b2d0 RSI: 0x0000706e2c516e78 - R8: 0x0000706e20fe6280 R9: 0x0000706e2c417119 R10: 0x0000706e2c516e78 - R11: 0x0000706e4a6fb6d8 R12: 0x0000706e21a1b2d0 R13: 0x0000706e2c516eb0 - R14: 0x0000706e4a33c530 R15: 0x0000706e2c516ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07f5dd -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f5dd RBP: 0x0000706e28de0360 RSP: 0x0000706e2be13240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2bc13140 RCX: 0x0000706e2bd12ee8 - RDX: 0x0000706e2bc13140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x0000706e2bd12eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e2381b550 R13: 0x0000706e2bd12eb0 - R14: 0x0000706e28de0370 R15: 0x0000706e2bd12ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (806) crashed. Respawning worker. -ERROR: Child worker (907) crashed. Respawning worker. -ERROR: Child worker (861) crashed. Respawning worker. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (664) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000706e4b07ccdb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07ccdb RBP: 0x0000706e4a713170 RSP: 0x0000706e32c49e28 - RAX: 0x0000706e4b07ccdb RBX: 0x0000000000000000 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e0e41b2d0 RSI: 0x0000706e32b49e08 - R8: 0x0000706e32a4a179 R9: 0x0000000000000000 R10: 0x0000706e0e41b2d0 - R11: 0x0000706e4a6fb6b0 R12: 0x0000706e4a713180 R13: 0x0000000000000000 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000706e4b07ccdb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0000 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 ruby: YJIT has panicked. More info to follow... - -thread '' (1061) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07ccdb RBP: 0x0000706e4a712e00 RSP: 0x0000706e3123cd88 - RAX: 0x0000706e4b07ccdb RBX: 0x0000000000000000 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e12c1b050 RSI: 0x0000706e3113ce08 - R8: 0x0000706e3103d179 R9: 0x0000000000000000 R10: 0x0000706e12c1b050 - R11: 0x0000706e4a6faf30 R12: 0x0000706e4a712e10 R13: 0x0000000000000000 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (130) crashed. Respawning worker. -ERROR: Child worker (244) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- - at c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e281b1e40 RSP: 0x0000706e37a71258 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e37970ee8 RCX: 0x0000706e37970ee8 - RDX: 0x0000706e37871140 RDI: 0x0000706e0001b550 RSI: 0x0000706e37970eb0 - R8: 0x0000706e37970eb0 R9: 0x0000706e498ef008 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e0001b550 R13: 0x0000000000000024 - R14: 0x0000706e281b1e50 R15: 0x0000706e37970ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -SEGV received in SEGV handler -ABRT received in SEGV handler - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y at b:0001 /usr/src/ruby/yjit/src/core.rsMETHOD: /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:743915SEGV received in SEGV handler - -:27c:0003 -p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 ABRT received in SEGV handler -p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::gen_branchunless - at /usr/src/ruby/yjit/src/codegen.rs:4745:13 - 16: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3150:22 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 19: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 20: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 21: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 22: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 23: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 24: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 25: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 26: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 27: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 28: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1090 is running. -:37: [BUG] Segmentation fault at 0x0000706e4b07cbce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07cbce RBP: 0x0000706e293e22c0 RSP: 0x0000706e31e432f8 - RAX: 0x0000706e4b07cbce RBX: 0x0000706e31d42ee8 RCX: 0x0000706e31d42ee8 - RDX: 0x0000706e31c43140 RDI: 0x0000706e1141b550 RSI: 0x0000706e31d42eb0 - R8: 0x0000706e31d42eb0 R9: 0x0000706e498eef68 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e1141b550 R13: 0x0000000000000024 - R14: 0x0000706e293e22d0 R15: 0x0000706e31d42ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0004 s:0049 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:244:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f6df2f7 RBP: 0x0000000000000000 RSP: 0x0000706e2bc11fa8 - RAX: 0x0000000000000010 RBX: 0x0000706e4a614788 RCX: 0x0000000000000000 - RDX: 0x0000000000000001 RDI: 0x0000000000000000 RSI: 0x000000000000009b - R8: 0x000000000000e121 R9: 0x000000000000009b R10: 0x0000706e2bc11fd0 - R11: 0x0000706e4a6fb048 R12: 0x000000000000009b R13: 0x0000000000000001 - R14: 0x0000706e2bc11fd0 R15: 0x0000706e4a614788 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (576) crashed. Respawning worker. -ERROR: Child worker (695) crashed. Respawning worker. -ERROR: Child worker (502) crashed. Respawning worker. -:37: [BUG] Segmentation fault at 0x0000706e4b07f4f7 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f4f7 RBP: 0x0000706e293e3360 RSP: 0x0000706e2bc12240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2ba12140 RCX: 0x0000706e2bb11ee8 - RDX: 0x0000706e2ba12140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e2bb11eb0 R9: 0x0000706e498eef68 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e2321b050 R13: 0x0000706e2bb11eb0 - R14: 0x0000706e293e3370 R15: 0x0000706e2bb11ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -:37: [BUG] Segmentation fault at 0x0000706e4b07f71f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f71f RBP: 0x0000706e293b2e40 RSP: 0x0000706e35a61240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e35861140 RCX: 0x0000706e35960ee8 - RDX: 0x0000706e35861140 RDI: 0x0000000000000014 RSI: 0x0000000000000001 - R8: 0x0000706e35960eb0 R9: 0x0000000000000014 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e0601b550 R13: 0x0000706e35960eb0 - R14: 0x0000706e293b2e50 R15: 0x0000706e35960ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1102 is running. -ruby: YJIT has panicked. More info to follow... - -thread '' (222) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -:37: [BUG] Segmentation fault at 0x0000706e4b07caf4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07caf4 RBP: 0x0000706e293b4e40 RSP: 0x0000706e2ba111d8 - RAX: 0x0000706e4b07caf4 RBX: 0x0000706e2b910ee8 RCX: 0x0000706e2b910ee8 - RDX: 0x0000706e2b811140 RDI: 0x0000706e23e1b2d0 RSI: 0x0000706e2b910eb0 - R8: 0x0000706e2b910eb0 R9: 0x0000706e498eef68 R10: 0x0000706e6ec2df60 - R11: 0x0000000000000005 R12: 0x0000706e23e1b2d0 R13: 0x0000000000000024 - R14: 0x0000706e293b4e50 R15: 0x0000706e2b910ee8 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (704) crashed. Respawning worker. -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:60: [BUG] Segmentation fault at 0x0000706e4b07c4c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:---- s:0022 e:000021 l:y b:---- CFUNC :require -c:0003 p:0033 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:60 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:60:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:60:in 'require' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07c4c0 RBP: 0x0000706e20e1b7d0 RSP: 0x0000706e2ce1abf0 - RAX: 0x0000000000000000 RBX: 0x0000706e2cc1b088 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000000000000004 RSI: 0x0000706e6fc449c0 - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000000000000031 R12: 0x0000706e20e1b7d0 R13: 0x0000706e2cd1af58 - R14: 0x0000706e4a306a80 R15: 0x0000706e4a683228 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -INFO: 1098 is running. -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:107: [BUG] Segmentation fault at 0x0000706e4b07c000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:0035 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/bundled_gems.rb:107 -c:0003 p:0009 s:0017 e:000016 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/bundled_gems.rb:57 [FINISH] -c:0002 p:0070 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:57:in 'block (2 levels) in replace_require' -/usr/local/lib/ruby/4.0.0/bundled_gems.rb:107:in 'warning?' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07c000 RBP: 0x0000706e0a21b7d0 RSP: 0x0000706e34656bf0 - RAX: 0x0000706e6ec37f38 RBX: 0x0000706e344570f8 RCX: 0x0000000000000000 - RDX: 0x0200000000100925 RDI: 0x0000706e6ec37f38 RSI: 0x0000706e4a713b70 - R8: 0x0000000000000007 R9: 0x0000706e6e869080 R10: 0x0000706e4a713b70 - R11: 0x0000706e4a713b70 R12: 0x0000706e0a21b7d0 R13: 0x0000706e34556f20 - R14: 0x0000706e4a306a80 R15: 0x0000706e4a683228 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000000000000014 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0080 e:000079 l:y b:---- CFUNC :force_encoding -c:0012 p:0040 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] Segmentation fault at 0x0000000000020010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f6df2f7 RBP: 0x0000706e2ea296d8 RSP: 0x0000706e2ea29608 - RAX: 0x0000000000020010 RBX: 0x0000706e4a614760 RCX: 0x0000000000000008 - RDX: 0x0000000000002001 RDI: 0x0000000000000000 RSI: 0x0000000000002a4f - R8: 0x000000000000e121 R9: 0x0000000000002a4f R10: 0x0000706e2ea29630 - R11: 0x0000706e6fa4b020 R12: 0x000000000002a4f1 R13: 0x0000706e4a614760 - R14: 0x0000706e2ea29630 R15: 0x0000706e4a614760 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07f5ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f5ed RBP: 0x0000706e292e5380 RSP: 0x0000706e382751c0 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e38075140 RCX: 0x0000706e38174ee8 - RDX: 0x0000706e38075140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e38174eb0 R9: 0x0000706e498ef1e8 R10: 0x0000706e6ec2df60 - R11: 0x0000706e55215f00 R12: 0x0000706dfd61b050 R13: 0x0000706e38174eb0 - R14: 0x0000706e292e5390 R15: 0x0000706e38174ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000000000000028 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:37: [BUG] Segmentation fault at 0x0000706e4b07f4ab -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f4ab RBP: 0x0000706e287e0360 RSP: 0x0000706e2b8102e0 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2b610140 RCX: 0x0000706e2b70fee8 - RDX: 0x0000706e2b610140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e2b70feb0 R9: 0x0000706e498ef008 R10: 0x0000706e6ec2df60 - R11: 0x0000706e55215f00 R12: 0x0000706e24a1b550 R13: 0x0000706e2b70feb0 - R14: 0x0000706e287e0370 R15: 0x0000706e2b70fee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1109 is running. -:37: [BUG] Segmentation fault at 0x0000706e4b07f639 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f639 RBP: 0x0000706e293e2360 RSP: 0x0000706e31e43240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e31c43140 RCX: 0x0000706e31d42ee8 -ruby: YJIT has panicked. More info to follow... - RDX: 0x0000706e31c43140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e31d42eb0 R9: 0x0000706e498ef008 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e1081b050 R13: 0x0000706e31d42eb0 - R14: 0x0000706e293e2370 R15: 0x0000706e31d42ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - -thread '' (568) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/usr/local/lib/ruby/4.0.0/uri/common.rb:432: [BUG] Segmentation fault at 0x0000706e4b07fc02 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0011 p:0014 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:432 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:432:in 'decode_www_form_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07fc02 RBP: 0x0000706e4a713008 RSP: 0x0000706e3183fcf0 - RAX: 0x0000706e4a66a278 RBX: 0x0000706e31640220 RCX: 0x0000706e31640218 - RDX: 0x0000000000000000 RDI: 0x0000706e4a66a278 RSI: 0x0000706e534dd168 - R8: 0x0000706e4a712fe0 R9: 0x0000706e4a712fe0 R10: 0x0000706e6ecdb1b0 - R11: 0x0000706e4a6fafa8 R12: 0x0000706e11a1b050 R13: 0x0000706e3173fd98 - R14: 0x0000000055550083 R15: 0x0000706e6ecbe628 EFL: 0x0000000000010212 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::ERROR: Child worker (950) crashed. Respawning worker. -write_byte -ERROR: Child worker (595) crashed. Respawning worker. - at ERROR: Child worker (879) crashed. Respawning worker. -/usr/src/ruby/yjit/src/virtualmem.rsERROR: Child worker (551) crashed. Respawning worker. -:ERROR: Child worker (74) crashed. Respawning worker. -ERROR: Child worker (677) crashed. Respawning worker. -176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::mov -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -INFO: 1114 is running. - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::core::gen_entry_stub - at /usr/src/ruby/yjit/src/core.rs:3408:9 - 14: yjit::codegen::gen_entry_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:1083:21 - 15: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1160:14 - 16: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 17: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 18: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 19: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 20: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 21: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 22: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 23: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 24: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 25: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 26: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 27: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 28: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 29: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 - 30: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 31: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 32: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 33: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 34: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 35: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 36: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0000 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253:in 'unescape' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -:37: [BUG] Segmentation fault at 0x0000706e4b07f5ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f5ed RBP: 0x0000706e281b1e40 RSP: 0x0000706e3324d240 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e3304d140 RCX: 0x0000706e3314cee8 - RDX: 0x0000706e3304d140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e3314ceb0 R9: 0x0000706e498ef1e8 R10: 0x0000706e6ec2df60 - R11: 0x0000706e55215f00 R12: 0x0000706e0de1b7d0 R13: 0x0000706e3314ceb0 - R14: 0x0000706e281b1e50 R15: 0x0000706e3314cee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (511) crashed. Respawning worker. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (1082) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x0000706e4b07d000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0079 e:000078 l:y b:---- CFUNC :b -c:0012 p:0030 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103SEGV received in SEGV handler - -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18ABRT received in SEGV handler - [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -ruby: YJIT has panicked. More info to follow... -ruby: YJIT has panicked. More info to follow... - -thread '' (400) panicked at ./yjit/src/backend/x86_64/mod.rs:882:13: -assertion failed: label_idx == idx -stack backtrace: -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000706e4b0806be -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b0806be RBP: 0x0000000000000001 RSP: 0x0000706e2ae0b3d8 - RAX: 0x0000706e4b0806be RBX: 0x0000000000000000 RCX: 0x0000706e6f74f128 - RDX: 0x0000000000000000 RDI: 0x0000706e28c03050 RSI: 0x0000706e2ad0af90 - R8: 0x0000706e2ad0af90 R9: 0x0000706e4a680780 R10: 0x0000706e4a680b90 - R11: 0x0000000000000006 R12: 0x0000706e28c03050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000706e4a680780 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:18: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000706e4b0824bd -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:37: [BUG] Segmentation fault at 0x0000706e4b07f639 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e4b07f639 RBP: 0x0000706e28de12c0 RSP: 0x0000706e2fa311c0 - RAX: 0x0000706e4b00a000 RBX: 0x0000706e2f831140 RCX: 0x0000706e2f930ee8 - RDX: 0x0000706e2f831140 RDI: 0x0000000000000014 RSI: 0x0000000000000014 - R8: 0x0000706e2f930eb0 R9: 0x0000706e498ef1e8 R10: 0x0000000000000014 - R11: 0x0000706e55215f00 R12: 0x0000706e17a1b2d0 R13: 0x0000706e2f930eb0 - R14: 0x0000706e28de12d0 R15: 0x0000706e2f930ee8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ERROR: Child worker (751) crashed. Respawning worker. -ERROR: Child worker (741) crashed. Respawning worker. -ERROR: Child worker (276) crashed. Respawning worker. - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0007 p:0028 s:0049 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:246:in 'block in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1129 is running. -INFO: (1129) detected exit signal. -ruby: YJIT has panicked. More info to follow... - -thread '' (422) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:102: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:0000 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:102 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:102:in 'parse_query' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f8fbc24 RBP: 0x0000706e4a66e7b0 RSP: 0x0000706e2f22d018 - RAX: 0x0001010001009f02 RBX: 0x0000706e19221060 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000706e19220248 RSI: 0x0000706e1922020c - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 - R11: 0x0000000000000000 R12: 0x0000706e6fc3ad08 R13: 0x0000706e1921b2d0 - R14: 0x0000000000000000 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: (1129) cleanup complete. -INFO: 1124 is running. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -ERROR: Child worker (1073) crashed. Respawning worker. -ERROR: Child worker (333) crashed. Respawning worker. - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2572:57 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs :231090: :yjit25:: -core:: branch_stub_hit :: {6{: yjitclosure::}virtualmem::}VirtualMemory::<{A{>closure::}write_byte} - - at at /usr/src/ruby/yjit/src/virtualmem.rs/usr/src/ruby/yjit/src/core.rs::1763514::4036 - - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0003 s:0042 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - -thread '' (343) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::mov - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::core::gen_entry_stub - at /usr/src/ruby/yjit/src/core.rs:3408:9 - 14: yjit::codegen::gen_entry_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:1083:21 - 15: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1160:14 - 16: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 17: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 18: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 19: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 20: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 21: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_singleton_class - at /usr/src/ruby/yjit/src/codegen.rs:379:12 - 18: yjit::codegen::jit_guard_known_klass - at /usr/src/ruby/yjit/src/codegen.rs:4959:20 - 19: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 20: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 21: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 22: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 23: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 24: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 25: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 26: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 27: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 28: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 29: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 30: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 31: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 32: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 33: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash��onp -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1138 is running. - 22: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 23: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 24: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 25: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 26: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 27: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 28: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 29: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 -WARNING: Child worker (1129) shutdown. Respawning worker. - 30: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 31: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 32: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 33: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 34: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 35: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 36: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] Aborted at 0x000000000000011d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 -ERROR: Child worker (623) crashed. Respawning worker. -ERROR: Child worker (482) crashed. Respawning worker. - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs: 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 -3513 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::mov - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::core::gen_entry_stub - at /usr/src/ruby/yjit/src/core.rs:3408:9 - 14: yjit::codegen::gen_entry_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:1083:21 - 15: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1160:14 - 16: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 17: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 18: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 19: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 20: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 21: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 4: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3566:9 - 5: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 6: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 7: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 8: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 9: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 10: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 11: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 12: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 13: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/core.rs:3566:9: -assertion `left == right` failed: each stub expects a particular iseq - left: 0x706e6ec2df60 - right: 0x706e4a7f9da0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 INFO: 1146 is running. -e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] 22: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 23: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - -c:0001 24: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 25: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 -INFO: 1142 is running. -p:---- 26: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 27: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 28: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 -s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 29: rb_protect - at /usr/src/ruby/eval.c:1127:19 - -thread '' (141) panicked at ./yjit/src/core.rs:3566:9: -assertion `left == right` failed: each stub expects a particular iseq - left: 0x706e6ec2df60 - right: 0x706e4a7f9da0 -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 4: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3566:9 - 5: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 6: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 7: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 8: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 9: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 10: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 11: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 12: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 13: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/core.rs:3566:9: -assertion `left == right` failed: each stub expects a particular iseq - left: 0x706e6ec2df60 - right: 0x706e4a7f9da0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:37: [BUG] Aborted at 0x0000000000000016 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (342) crashed. Respawning worker. -ERROR: Child worker (99) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432ruby: YJIT has panicked. More info to follow... -:ruby: YJIT has panicked. More info to follow... -12 - -thread '' (1098) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64:: 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - /usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07cbce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -7 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -: 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -yjit 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -::asm 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -:: 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -CodeBlock 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -:: 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb -write_byte 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - at 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb -/usr/src/ruby/yjit/src/asm/mod.rs: 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb -460 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb -: 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -51 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 8 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -: 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -yjit:: 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -asm 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb -::x86_64 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -:: 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb -write_rm - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - at 230 /app/app.rb -/usr/src/ruby/yjit/src/asm/x86_64/mod.rs 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -:432 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb -:12 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -9 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -: 245 /usr/local/lib/ruby/4.0.0/uri.rb -yjit 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -::asm 247 /usr/local/lib/ruby/4.0.0/delegate.rb -::x86_64 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -:: 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -write_rm_multi 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 10 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -: 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -yjit:: 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -asm 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -:: 263 /usr/local/lib/ruby/4.0.0/erb.rb -x86_64 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb -:: 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -mov 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - - at 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -/usr/src/ruby/yjit/src/asm/x86_64/mod.rs 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb -: -1058:13 -13* Process memory map: - -: 5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706dfba18000-706dfbc00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706dfbc00000-706dfee00000 rw-p 00000000 00:00 0 -706dfee78000-706e0077f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0077f000-706e009ff000 rw-p 00000000 00:00 0 -706e009ff000-706e00a00000 ---p 00000000 00:00 0 -706e00a00000-706e01200000 rw-p 00000000 00:00 0 -706e01200000-706e01600000 rw-p 00000000 00:00 0 -706e016ff000-706e01700000 ---p 00000000 00:00 0 -706e01700000-706e01800000 rw-p 00000000 00:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296e0000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt _alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e4 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 -4000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr ead_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e33 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 54f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d0 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 -00-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e3756f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3756f000-706e37570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37570000-706e37670000 rw-p 00000000 00:00 0 -706e37670000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_ 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ru 12: yjit ::20backend: ::yjitx86_64::::core<::implgen_block_series_body -yjit at ::backend/usr/src/ruby/yjit/src/core.rs:::ir3109:::Assembler23> -::compile_with_regs - at 21/usr/src/ruby/yjit/src/backend/x86_64/mod.rs: :yjit887:::core30:: -gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -by/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local /lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/r 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -uby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -7088d4538000-7088d453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:38: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:38: [BUG] Aborted at 0x0000000000000425 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 30: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 31: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 32: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 33: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 34: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 35: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 36: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 37: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 38: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 39: http1_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736:3 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 40: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 41: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 42: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 43: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 44: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83ERROR: Child worker (26) crashed. Respawning worker. -:3 -INFO: 1150 is running. -INFO: (1150) detected exit signal. - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0007 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 45: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 46: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 47: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 48: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 49: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 50: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0000 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -INFO: (1150) cleanup complete. - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::gen_send_iseq - at /usr/src/ruby/yjit/src/codegen.rs:8365:9 - 16: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 17: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 18: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 19: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 20: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 21: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 22: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 23: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 24: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 25: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 26: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 27: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 28: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 29: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 30: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0009 p:0003 s:0058 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 -INFO: 1153 is running. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::mov - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::mark_all_executable - at /usr/src/ruby/yjit/src/virtualmem.rs:269:40 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 7: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3688:18 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 - 16: yjit::codegen::jit_guard_known_klass - at /usr/src/ruby/yjit/src/codegen.rs:5051:9 - 8: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 9: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 17: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 18: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 13: yjit::core::gen_entry_stub - at /usr/src/ruby/yjit/src/core.rs:3408:9 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21 : 10yjit: ::yjitcore::::coregen_block_series:: -branch_stub_hit at ::/usr/src/ruby/yjit/src/core.rs{{:closure3087}:}18 - - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 11: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 12: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 13: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 14: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 15: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs22:: 3513yjit:::9core -::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs16:: 3632 -:note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -17 - -thread '' (425) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:269:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0003 s:0040 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:37:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 14: yjit::codegen::gen_entry_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:1083:21 - 15: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1160:14 - 16: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 17: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 18: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 19: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 20: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 23: yjit::core::branch_stub_hit::{{closure}} :: { {9closure: }yjit}:: -asm at ::/usr/src/ruby/yjit/src/core.rsx86_64:::3514write_rm_multi: -36 - 24: yjit:: stats ::10with_compile_time: -yjit at ::/usr/src/ruby/yjit/src/stats.rsasm:::1062x86_64:::15mov - - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 21: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0010 s:0065 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 22: yjit_compile -15 at : yjit/usr/src/ruby/vm.c::backend:::525ir:::13Assembler -::get_side_exit -23 at : /usr/src/ruby/yjit/src/backend/ir.rsvm_exec_core: -1172 at :/usr/src/ruby/insns.def33: -905:5 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen:: JITState 24::: vm_exec_loopassume_no_ep_escape - - at at /usr/src/ruby/vm.c/usr/src/ruby/yjit/src/codegen.rs::2825392::2212 - - 25: rb_vm_exec - at /usr/src/ruby/vm.c:2801: 18 -18: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2471:43 - 26: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 27: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 28: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 29: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 195: : yjitcore::::codegencell::::gen_single_blockRefCell -< at T/usr/src/ruby/yjit/src/codegen.rs>:::1398borrow_mut:22 - - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28 : 14std::: panicyjit::::catch_unwindcodegen -:: at JITState/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:::defer_compilation359 -: at 14/usr/src/ruby/yjit/src/codegen.rs -:202 : 12 -29: yjit ::15cruby: ::yjitwith_vm_lock:: -codegen at ::/usr/src/ruby/yjit/src/cruby.rsgen_getlocal_generic: -693 at :/usr/src/ruby/yjit/src/codegen.rs21: -2468:20 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed/adapterssh -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:37: [BUG] Aborted at 0x00000000000001a9 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 7: yjit :: asm16::: CodeBlockyjit::::write_bytecodegen:: -gen_single_block at -/usr/src/ruby/yjit/src/asm/mod.rs at :/usr/src/ruby/yjit/src/codegen.rs460::139851:22 - - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 19: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 30: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 20: yjit::core::branch_stub_hit::{ { closure31}: }vm_call_cfunc_with_frame_:: -{ at {/usr/src/ruby/vm_insnhelper.cclosure:}3901}: -12 at -/usr/src/ruby/yjit/src/core.rs:3514:36 - 21: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs: 1062 : 15 32 -5: : vm_sendishcore -:: at cell::/usr/src/ruby/vm_insnhelper.cRefCell:6123<:T15> -::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs33:: 1090vm_exec_core: -25 at -/usr/src/ruby/insns.def: 856 : 116 -: yjit :: virtualmem34::: VirtualMemoryvm_exec_loop< -A> at ::/usr/src/ruby/vm.cwrite_byte: -2825 at :22/usr/src/ruby/yjit/src/virtualmem.rs: -176 : 4035 -: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 36: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowedp -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0000 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253:in 'unescape' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 22: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 23: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 24: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 25: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 26: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 27: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 28: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:18: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0078 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 -ERROR: Child worker (998) crashed. Respawning worker. -ERROR: Child worker (1082) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b080d4e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb -WARNING: Child worker (1150) shutdown. Respawning worker. - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706dfc018000-706dfc200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706dfc200000-706dff400000 rw-p 00000000 00:00 0 -706dff478000-706e00d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e00d7f000-706e00fff000 rw-p 00000000 00:00 0 -706e00fff000-706e01000000 ---p 00000000 00:00 0 -706e01000000-706e01800000 rw-p 00000000 00:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00INFO: 1160 is running. -:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a0INFO: (1160) detected exit signal. - 0000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 0 0000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:1400 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e1: 3800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 -e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 - --p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 0000000 0 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -15706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d0000: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:28370-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900:000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 0013000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:0 -0 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 16: yjit::codegen::jit_guard_known_klass00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -70 -6e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000- at /usr/src/ruby/yjit/src/codegen.rs706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 0000:5065:13 -0000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296c0000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 17: yjit::codegen::gen_send_general [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 000 at 00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-70/usr/src/ruby/yjit/src/codegen.rs6e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chu:511:23 -nk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34 95a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_ stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ru18by:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 : [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f00230 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3 -555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 19: yjit::codegen::gen_single_block - /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu at /libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/usr/src/ruby/yjit/src/codegen.rs/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ru:by/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 1398:22 - /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0 20: yjit/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-li::nux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscacoren.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e5318000::0-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - /x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.21so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p : 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-7yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs06e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 :0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon3087:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory:] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p18 - 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_de fault_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 22 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 : /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/lyjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -ocal/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708894538000-70889453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0012 p:0028 s:0076 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 14: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 15: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2468:20 - 16: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 19: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3250:17 - 20: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 21: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 22: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 23: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 24: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs: 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -INFO: 1165 is running. - 25: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 26: jit_exec - at /usr/src/ruby/vm.c:567:30 - 27: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 28: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 29: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 30: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 31: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2572:57 - 12: yjit::backend::x86_64:: ::7compile_with_regs: -yjit at ::/usr/src/ruby/yjit/src/backend/x86_64/mod.rsasm:::887CodeBlock:::30write_byte - - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 32: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 33: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 34: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 35: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 36: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 37: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 38: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - 11: yjit -thread '' (797) panicked at ./yjit/src/core.rs:3566:9: -assertion `left == right` failed: each stub expects a particular iseq - left: 0x706e6ec2df60 - right: 0x706e4a66a2c8 -:::37: core[BUG] ::gen_branch_stub - at stack backtrace: -/usr/src/ruby/yjit/src/core.rs:YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash3794: -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -9 --- Control frame information ----------------------------------------------- -c:0006 p:0005 s:0041 e:000039 l:y b:0001 METHOD :37 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y 12b:0001 : METHODyjit /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:: -core c:0003 :: p:0017 PendingBranch0s:0018 ::: e:000017 set_targetl:y __rustc:: -b:0001 rust_begin_unwind at METHOD -/usr/src/ruby/yjit/src/core.rs at /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -:/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs1532c:0002 ::698p:0078 s:0011 25:e:000010 -l:y 5 -b:0001 METHOD /app/app.rb:18 [FINISH] - c:0001 p:---- s:0003 1e:000002 : corel:y ::b:---- panickingDUMMY :: [FINISH]panic_fmt - - at -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs-- Ruby level backtrace information ---------------------------------------- - :/app/app.rb:18:in 'call' - 75/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -13:: /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' -14yjit -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' -:::37:in 'initialize' -core -::gen_branch-- Threading information --------------------------------------------------- - -Total ractor count: 1 - at Ruby thread count for this ractor: 5 -/usr/src/ruby/yjit/src/core.rs - 2:-- C level backtrace information ------------------------------------------- -: 3913core:::panicking31:: -assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 4: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3566:9 - 5: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 6: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 7: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 8: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 9: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 10: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 11: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 12: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 13: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/core.rs:3566:9: -assertion `left == right` failed: each stub expects a particular iseq - left: 0x706e6ec2df60 - right: 0x706e4a66a2c8��@p -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:37: [BUG] Aborted at 0x000000000000031d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_method_lookup_stable - at /usr/src/ruby/yjit/src/codegen.rs:369:9 - 18: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9162:9 - 19: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 20: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 -ERROR: Child worker (285) crashed. Respawning worker. - 21: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 22: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 23: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::jit_chain_guard - at /usr/src/ruby/yjit/src/codegen.rs:2837:13 - 16: yjit::codegen::jit_guard_known_klass - at /usr/src/ruby/yjit/src/codegen.rs:4976:9 - 24: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 25: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 17: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 18: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 26: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 2722: : stdyjit::::panickingcore::::catch_unwind::branch_stub_hit_bodydo_call - - at at /usr/src/ruby/yjit/src/core.rs/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs::3632590::4017 - - 28: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 29: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 30: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 31: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 32: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:0010 s:0065 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- C level backtrace information ------------------------------------------- - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:19: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0086 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:19 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:19:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1169 is running. -INFO: 1177 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07cbce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -INFO: 1173 is running. - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e07418000-706e07600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e07600000-706e0a200000 rw-p 00000000 00:00 0 -706e0a278000-706e0bb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0bb7f000-706e0bdff000 rw-p 00000000 00:00 0 -706e0bdff000-706e0be00000 ---p 00000000 00:00 0 -706e0be00000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708114538000-70811453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (22) crashed. Respawning worker. -ERROR: Child worker (1102) crashed. Respawning worker. -INFO: 1181 is running. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:145:5 - 3: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:882:13 - 4: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 5: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 6: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 7: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 8: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 9: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 10: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 11: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 12: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 13: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 14: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 15: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 16: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 17: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - -thread '' (382) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -:38: [BUG] stack backtrace: -YJIT: panicked at ./yjit/src/backend/x86_64/mod.rs:882:13: -assertion failed: label_idx == idx -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0011 s:0042 e:000039 l:y b:0001 METHOD :38 -c:0005 p:0010 s:0031 e:000029 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197 -c:0004 p:0006 s:0026 e:000025 l:y 0b:0001 : METHOD__rustc /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:: -rust_begin_unwind -c:0003 at p:0017 s:0018 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rse:000017 :l:y 698b:0001 :METHOD5 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 - -c:0002 p:0078 s:0011 e:000010 1l:y : b:0001 coreMETHOD:: /app/app.rb:18panicking [FINISH]:: -panic_fmtc:0001 -p:---- at s:0003 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rse:000002 :l:y 75b:---- :14DUMMY [FINISH] - - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:74:in 'parse_query' - /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:197:in 'make_params' - :38:in 'initialize' -2 -: -- Threading information --------------------------------------------------- -core::Total ractor count: 1 -cell::Ruby thread count for this ractor: 5 -panic_already_borrowed -::-- C level backtrace information ------------------------------------------- -do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 15: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 16: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 17: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 18: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 19: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 20: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 21: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 22: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 23: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 24: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 25: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 26: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:38: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowedosraitsrs -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:38: [BUG] Aborted at 0x000000000000013a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::gen_branch - at /usr/src/ruby/yjit/src/core.rs:3913:31 -INFO: 1186 is running. - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: jit_exec - at /usr/src/ruby/vm.c:567:30 - 22: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 23: vm_yield_with_cref - at /usr/src/ruby/vm.c:1871:12 - 24: vm_yield - at /usr/src/ruby/vm.c:1879:12 - 25: rb_yield_0 - at /usr/src/ruby/vm_eval.c:1362:12 - 26: rb_yield - at /usr/src/ruby/vm_eval.c:1378:16 - 27: rb_ary_collect_bang - at /usr/src/ruby/array.c:3801:9 - 28: vm_call_cfunc_with_frame_ - at /usr/src/ruby/vm_insnhelper.c:3901:12 - 29: vm_sendish - at /usr/src/ruby/vm_insnhelper.c:6123:15 - 14: yjit::codegen::JITState::gen_branch - at /usr/src/ruby/yjit/src/codegen.rs:219:12 - 15: yjit::codegen::gen_branchunless - at /usr/src/ruby/yjit/src/codegen.rs:4745:13 - 16: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3150:22 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 19: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 30: vm_exec_core - at /usr/src/ruby/insns.def:856:11 - 31: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 32: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 33: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 20: yjit::core::branch_stub_hit::{{closure}}::{/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b080000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -{ 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -closure 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -} 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -} 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - at 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -/usr/src/ruby/yjit/src/core.rs 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -: 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -3514 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -: 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -36 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -21 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -: 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -yjit 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb -:: 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb -stats 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -:: 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -with_compile_time 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - at 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -/usr/src/ruby/yjit/src/stats.rs: 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -1062 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -: 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -15 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e02618000-706e02800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e02800000-706e05400000 rw-p 00000000 00:00 0 -706e05478000-706e06d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e06d7f000-706e06fff000 rw-p 00000000 00:00 0 -706e06fff000-706e07000000 ---p 00000000 00:00 0 -706e07000000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 22: yjit::core:: [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 0branch_stub_hit0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-::706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_c{hunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_a{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514lloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 : [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 13 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000 23: std::panicking::-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00catch_unwind:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e324470::00 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706edo_call32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threa - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - d_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon: Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 24 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 0: 0:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4dstd::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706:e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thre553ad_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:19:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 - 25: std::panic [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 ::00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b5catch_unwind2000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -70 -6e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 0 at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 0000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-26706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_c: yjithunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_a::lloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 27: chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_yjitalloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 :: [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 core:: [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e49800000 ---pbranch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 28: 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/lo -cal/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/linote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -b/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077/usr/local/lib/ruby/4.0.0/uri/common.rb:464: [BUG] /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libYJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershashzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239ABRT received in SEGV handler - /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b083000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b083000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708454538000-70845453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: (1160) cleanup complete. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f846] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e17418000-706e17600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e17600000-706e1a200000 rw-p 00000000 00:00 0 -706e1a378000-706e1bc7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1bc7f000-706e1c3ff000 rw-p 00000000 00:00 0 -706e1c3ff000-706e1c400000 ---p 00000000 00:00 0 -706e1c400000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -70/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -6e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e90000/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -0 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 /usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07fc02] - --- Other runtime information ----------------------------------------------- - -0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p - 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 0* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so -0:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706 6 ruby2_keywords.rb -e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 7 set.rb - rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e272 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -00000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-70 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -6e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb -rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -tack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Rub 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb -y:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:0 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb -0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb -909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_ 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ru 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -by:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00: 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e00 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -0 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 0000 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -0000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -k] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_allo 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -c_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 000 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-70 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb -6e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_all 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -oc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb -000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-7 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb -06e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:0 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -0 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_ 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ru 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -by:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00: 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb -00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd2400 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb -0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb -df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb -_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:R 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb -uby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e49800000 ---p 00000000 00:00 0 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_ 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.s 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -o -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb -_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 - 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb -/usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64- 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/l 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -ib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/ 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 2 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -5576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 / 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/li 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -b/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb -/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/r 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -uby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/ 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-lin 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb -ux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -70 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -6e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/r 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -uby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -4a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -35e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_alloca 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -te_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:f 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -iber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -3af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 000000 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -00 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_alloca 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -te_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:f 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -iber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb -4001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 000000 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb -00 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_alloca 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -te_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:f 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -iber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -4511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 000000 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -00 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_alloca 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -te_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:f 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -iber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Rub 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -y:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 263 /usr/local/lib/ruby/4.0.0/erb.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0* Process memory map: - -.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706dfcc18000-706dfce00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706dfce00000-706e00000000 rw-p 00000000 00:00 0 -706e00078000-706e0197f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0197f000-706e01bff000 rw-p 00000000 00:00 0 -706e01bff000-706e01c00000 ---p 00000000 00:00 0 -706e01c00000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -70/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed86e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 0 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 0:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/lib000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p gmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00::00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-70/usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-76e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000006e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc510000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 0-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a0000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 00-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e1260 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 0000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 0000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00: /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e1/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linu4400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706x-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707614538000-70761453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 - - ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -7087d4538000-7087d453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f589] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e19818000-706e19a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e19a00000-706e1c600000 rw-p 00000000 00:00 0 -706e1c678000-706e1df7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1df7f000-706e1e1ff000 rw-p 00000000 00:00 0 -706e1e1ff000-706e1e200000 ---p 00000000 00:00 0 -706e1e200000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707494538000-70749453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 - 14: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 15: yjit::codegen::gen_getlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2468:20 -WARNING: Child worker (1160) shutdown. Respawning worker. -INFO: 1197 is running. -ERROR: Child worker (915) crashed. Respawning worker. -ERROR: Child worker (760) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b08267e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb -[0x706e4b07fa87] - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb --- Other runtime information ----------------------------------------------- - - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -* Ruby Box: disabled - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -* Loaded features: - - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 0 enumerator.so - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 1 thread.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 2 fiber.so - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 3 rational.so - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 4 complex.so - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 5 pathname.so - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 6 ruby2_keywords.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 7 set.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 230 /app/app.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 252 /usr/local/lib/ruby/4.0.0/date.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -* Process memory map: - - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e02c18000-706e02e00000 r--s 00000000 00:56 2 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e02e00000-706e05a00000 rw-p 00000000 00:00 0 -706e05a78000-706e0737f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0737f000-706e075ff000 rw-p 00000000 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -00:00 0 -706e075ff000-706e07600000 ---p 00000000 00:00 0 -706e07600000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -70 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -6e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000- 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b0000 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -0 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 0000 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -0000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b90 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -0000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 0 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -0:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706 236 /usr/local/lib/ruby/4.0.0/uri/file.rb -e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-7 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb -06e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb -000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e124 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -00000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-70 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -6e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 -* Process memory map: - ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e4005daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706dff618000-706dff800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706dff800000-706e02a00000 rw-p 00000000 00:00 0 -706e02a78000-706e0437f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0437f000-706e045ff000 rw-p 00000000 00:00 0 -706e045ff000-706e04600000 ---p 00000000 00:00 0 -706e04600000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e200 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 0200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -70:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 0000006e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e200000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 006d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706ep 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -70rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 -6e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 --706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 -p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -7 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e2070000006e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_th-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e213000read_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [an00 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00on:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 - 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 0000_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b91100000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290f00-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stacf000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29k_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:n901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -t_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d0400 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw0-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c8_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909019000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 00-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 0000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_t [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b8hread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000011000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -700 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e206e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 0000000 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2cp 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e3270317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -00-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_tk_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nhread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 0000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 --0 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [a-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 non:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 160 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 r: w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 0000000 -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_yjitthread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [::anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 codegen [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000::gen_single_block0 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2f -e34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - at 706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_t/usr/src/ruby/yjit/src/codegen.rshread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [a:000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e139830537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0: -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw22-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a -non:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 -anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 -p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e320 17: yjit45000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 000000::000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta00 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e3coreck_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:2447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]::nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_gen_block_series_body [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 - at /usr/src/ruby/yjit/src/core.rs:3109:thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [23anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000 --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3254000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e 7000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st18ack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby: yjit32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk::] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloccore_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 ::[anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 :nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 gen_block_series [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 - 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 at rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e330 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 0000/usr/src/ruby/yjit/src/core.rs0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706:e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 30870 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 r:4d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 0000001800 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3 -344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_w-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [ [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunktack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Rub] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allocy:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 _thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:0[anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 0000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-70635a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunke34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 r] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 0000w-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core0000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 .so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -70 6e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:19GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzs: td.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000yjit::core /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/li::b/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrbranch_stub_hit_bodyypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e4 -9ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 at /usr/src/ruby/yjit/src/core.rs:3632:-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f700170 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 - /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/l0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000ib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 0000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 0000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p[anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_a00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162llocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw- /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b083000 r-xp 00000000 00:00 0 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b083000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:d[anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 efault:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x800:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 6_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /u/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -7sr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:defaul06e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:dt:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 efault:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [an-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rwon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_po-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000ol_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:0-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memo0 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 --ry] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_po-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:0ol_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d790000 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [an-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:0on:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memo0 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anry] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 on:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memo [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rwol_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 -706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_po0 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000ry] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:0-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_po0-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 ol_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_sha r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 pes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6e /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 f54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 197110 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 01 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/l/usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/locibz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708614538000-70861453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -al/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708414538000-70841453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 20: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 21: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 22: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 23: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 24: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 25: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 26: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 27: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 28: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - INFO: 1193 is running. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f543] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 5 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -: 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -core:: 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb -cell 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb -:: 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -RefCell< 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb -T 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb -> 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb -::borrow_mut 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - at 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -:1090 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -: 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -25 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 6 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -: 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -yjit 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -::virtualmem 220 /usr/local/lib/ruby/4.0.0/socket.rb -:: 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -VirtualMemory 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -:: 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -write_byte 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - - at 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -/usr/src/ruby/yjit/src/virtualmem.rs 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb -: 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -176: 230 /app/app.rb -40 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e22818000-706e22a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e22a00000-706e25600000 rw-p 00000000 00:00 0 -706e25679000-706e26f80000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e26f80000-706e27600000 rw-p 00000000 00:00 0 -706e276ff000-706e27700000 ---p 00000000 00:00 0 -706e27700000-706e27800000 rw-p 00000000 00:00 0 -706e27800000-706e27c00000 rw-p 00000000 00:00 0 -706e27cff000-706e27d00000 ---p 00000000 00:00 0 -706e27d00000-706e27e00000 rw-p 00000000 00:00 0 -706e27e00000-706e28200000 rw-p 00000000 00:00 0 -706e282fe000-706e282ff000 ---p 00000000 00:00 0 -706e282ff000-706e283ff000 rw-p 00000000 00:00 0 -706e283ff000-706e28400000 ---p 00000000 00:00 0 -706e28400000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4982b000-706e49863000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49863000-706e49866000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49866000-706e49895000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49895000-706e4989d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989d000-706e4989e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989e000-706e4989f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989f000-706e498a0000 rw-p 00000000 00:00 0 -706e498a0000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a680000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b080000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b080000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 --- p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 7: yjit::asm::CodeBlock:: [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poowrite_bytel_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000- -706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 at 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [ano/usr/src/ruby/yjit/src/asm/mod.rs:460:51 -n:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memor y] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 --- p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poo8: yjit::asm::CodeBlock::write_bytes - at l_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-/usr/src/ruby/yjit/src/asm/mod.rs706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00: 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [ano470n:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memor:18 - 9: yjit::asm::CodeBlocky] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---::p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e80write_int0000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/ -erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/ at /usr/src/ruby/yjit/src/asm/mod.rs:483:24 -escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -706ed4538000-706ed453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 10: /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f71f] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb -yjit 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb -:: 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -backend 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -:: 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -x86_64 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -:: 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -:: 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -x86_emit 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - at 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -/usr/src/ruby/yjit/src/backend/x86_64/mod.rs 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -: 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -715 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -: 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -86 - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e18c18000-706e18e00000 r--s 00000000 00:56 2 5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e18e00000-706e1ba00000 rw-p 00000000 00:00 0 -706e1ba78000-706e1d37f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1d37f000-706e1d5ff000 rw-p 00000000 1200:00 0 -706e1d5ff000-706e1d600000 ---p 00000000 00:00 0 -706e1d600000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -70: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:6e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-24706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb0000 -0 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707554538000-70755453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1190 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x706e6f42e5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x706e6f554a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(rb_str_split_m+0xe2f) [0x706e6f6c4a9f] /usr/src/ruby/string.c:9253 -[0x706e4b08026b] - 13: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 14: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3150:22 - 15: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 16: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3250:17 - 17: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 18: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 19: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 20: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b080016] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -21 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -: 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -rb_yjit_compile_iseq - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - at /usr/src/ruby/yjit.c 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -: 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb -412 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb -: 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -41 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e1c818000-706e1ca00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e1ca00000-706e1f600000 rw-p 00000000 00:00 0 -706e1f678000-706e20f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e20f7f000-706e211ff000 rw-p 00000000 00:00 0 -706e211ff000-706e21200000 ---p 00000000 00:00 0 -706e21200000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b087000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b087000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707294538000-70729453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706df9200000-706dfbe00000 rw-p 00000000 00:00 0 -706dfd77f000-706dfd9ff000 rw-p 00000000 00:00 0 -706dfd9ff000-706dfda00000 ---p 00000000 00:00 0 -706dfda00000-706dfe200000 rw-p 00000000 00:00 0 -706dfe200000-706dfe600000 rw-p 00000000 00:00 0 -706dfe6ff000-706dfe700000 ---p 00000000 00:00 0 -706dfe700000-706dfe800000 rw-p 00000000 00:00 0 -706dfe800000-706dfec00000 rw-p 00000000 00:00 0 -706dfecff000-706dfed00000 ---p 00000000 00:00 0 -706dfed00000-706dfee00000 rw-p 00000000 00:00 0 -706dfee00000-706dff200000 rw-p 00000000 00:00 0 -706dff2ff000-706dff300000 ---p 00000000 00:00 0 -706dff300000-706dff400000 rw-p 00000000 00:00 0 -706dff400000-706dffe00000 rw-p 00000000 00:00 0 -706dffeff000-706dfff00000 ---p 00000000 00:00 0 -706dfff00000-706e00000000 rw-p 00000000 00:00 0 -706e00000000-706e00400000 rw-p 00000000 00:00 0 -706e004ff000-706e00500000 ---p 00000000 00:00 0 -706e00500000-706e00600000 rw-p 00000000 00:00 0 -706e00600000-706e00a00000 rw-p 00000000 00:00 0 -706e00aff000-706e00b00000 ---p 00000000 00:00 0 -706e00b00000-706e00c00000 rw-p 00000000 00:00 0 -706e00c00000-706e01000000 rw-p 00000000 00:00 0 -706e010ff000-706e01100000 ---p 00000000 00:00 0 -706e01100000-706e01200000 rw-p 00000000 00:00 0 -706e01200000-706e01600000 rw-p 00000000 00:00 0 -706e016ff000-706e01700000 ---p 00000000 00:00 0 -706e01700000-706e01800000 rw-p 00000000 00:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296c0000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e3756f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3756f000-706e37570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37570000-706e37670000 rw-p 00000000 00:00 0 -706e37670000-706e37770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37770000-706e37771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37771000-706e37871000 rw-p 00000000 00:00 0 -706e37871000-706e37971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37971000-706e37972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37972000-706e37a72000 rw-p 00000000 00:00 0 -706e37a72000-706e37b72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b72000-706e37b73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b73000-706e37c73000 rw-p 00000000 00:00 0 -706e37c73000-706e37d73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d73000-706e37d74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d74000-706e37e74000 rw-p 00000000 00:00 0 -706e37e74000-706e37f74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f74000-706e37f75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f75000-706e38075000 rw-p 00000000 00:00 0 -706e38075000-706e38175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38175000-706e38176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38176000-706e38276000 rw-p 00000000 00:00 0 -706e38276000-706e38376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38376000-706e38377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38377000-706e38477000 rw-p 00000000 00:00 0 -706e38477000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708a94538000-708a9453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Aborted at 0x00000000000003ec -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 22: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 23: jit_exec - at /usr/src/ruby/vm.c:567:30 - 24: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 25: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 26: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 27: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 28: rb_protect - at /usr/src/ruby/eval.c:1127:19 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b08014c] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e09818000-706e09a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e09a00000-706e0c600000 rw-p 00000000 00:00 0 -706e0c678000-706e0df7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0df7f000-706e0e1ff000 rw-p 00000000 00:00 0 -706e0e1ff000-706e0e200000 ---p 00000000 00:00 0 -706e0e200000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 INFO: 1200 is running. -/usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707f94538000-707f9453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (559) crashed. Respawning worker. -ERROR: Child worker (425) crashed. Respawning worker. -ERROR: Child worker (797) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b082536] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e21018000-706e21200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e21200000-706e23e00000 rw-p 00000000 00:00 0 -706e23e78000-706e2577f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e2577f000-706e259ff000 rw-p 00000000 00:00 0 -706e259ff000-706e25a00000 ---p 00000000 00:00 0 -706e25a00000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4982b000-706e49863000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49863000-706e49866000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49866000-706e49895000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49895000-706e4989d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989d000-706e4989e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989e000-706e4989f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989f000-706e498a0000 rw-p 00000000 00:00 0 -706e498a0000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a680000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b083000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b083000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -706f14538000-706f1453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1205 is running. - 29: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 30: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 31: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 32: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 33 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 -: iodine_handle_request_in_GVL -6 at : .yjit/::vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.cvirtualmem:::674VirtualMemory:<7 -A>::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 34: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::mov - 35: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 36: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 37: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 38: http1_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736:3 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:600:30 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 39: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 40: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 41: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 42: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 43: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 13: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 14: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 15: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 16: yjit::codegen::gen_opt_getconstant_path - at /usr/src/ruby/yjit/src/codegen.rs:10331:5 - 17: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 1844: : rb_nogvlyjit -:: at core/usr/src/ruby/thread.c:::gen_block_series_body1628 -: at 5 -/usr/src/ruby/yjit/src/core.rs:3109:23 - 45 : 19defer_thread_inGVL: - at yjit::./corevendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:::gen_block_series93 -: at 3/usr/src/ruby/yjit/src/core.rs -:3087:18 - 20: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3250:17 - 21: yjit::core:: gen_entry_point -46 at : /usr/src/ruby/yjit/src/core.rsthread_do_start -: at 3225/usr/src/ruby/thread.c::20 -651:19 - 47: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 48: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 49: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - -thread '' (1159) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -/app/app.rb:13: [BUG] stack backtrace: -YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 22: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 23: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs: 1062 :1315: -yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs : 116624:: 9rb_yjit_iseq_gen_entry_point - - at /usr/src/ruby/yjit/src/yjit.rs:175: 26 -14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 25: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 24: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 25: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 26: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 27: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 28: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 29: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 30: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 31: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 32: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 33: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 34: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 35: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 36: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 37: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 38: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 39: http1_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736:3 - 40: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 41: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 42: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 43: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 44: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 45: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 46: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 47: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 48: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 49: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 50: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:102: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:102: [BUG] Aborted at 0x000000000000044a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1210 is running. -ERROR: Child worker (568) crashed. Respawning worker. -ERROR: Child worker (1068) crashed. Respawning worker. -ERROR: Child worker (14) crashed. Respawning worker. - 26: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 27: jit_exec - at /usr/src/ruby/vm.c:567:30 - 28: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 29: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 30: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 31: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 32: rb_protect - at /usr/src/ruby/eval.c:1127:19 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07d000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706df7818000-706df7a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706df7a00000-706dfa600000 rw-p 00000000 00:00 0 -706dfa678000-706dfbf7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706dfbf7f000-706dfc1ff000 rw-p 00000000 00:00 0 -706dfc1ff000-706dfc200000 ---p 00000000 00:00 0 -706dfc200000-706dfca00000 rw-p 00000000 00:00 0 -706dfca00000-706dfce00000 rw-p 00000000 00:00 0 -706dfceff000-706dfcf00000 ---p 00000000 00:00 0 -706dfcf00000-706dfd000000 rw-p 00000000 00:00 0 -706dfd000000-706dfd400000 rw-p 00000000 00:00 0 -706dfd4ff000-706dfd500000 ---p 00000000 00:00 0 -706dfd500000-706dfd600000 rw-p 00000000 00:00 0 -706dfd600000-706dfda00000 rw-p 00000000 00:00 0 -706dfdaff000-706dfdb00000 ---p 00000000 00:00 0 -706dfdb00000-706dfdc00000 rw-p 00000000 00:00 0 -706dfdc00000-706dfe000000 rw-p 00000000 00:00 0 -706dfe0ff000-706dfe100000 ---p 00000000 00:00 0 -706dfe100000-706dfe200000 rw-p 00000000 00:00 0 -706dfe200000-706dfe600000 rw-p 00000000 00:00 0 -706dfe6ff000-706dfe700000 ---p 00000000 00:00 0 -706dfe700000-706dfe800000 rw-p 00000000 00:00 0 -706dfe800000-706dfec00000 rw-p 00000000 00:00 0 -706dfecff000-706dfed00000 ---p 00000000 00:00 0 -706dfed00000-706dfee00000 rw-p 00000000 00:00 0 -706dfee00000-706dff200000 rw-p 00000000 00:00 0 -706dff2ff000-706dff300000 ---p 00000000 00:00 0 -706dff300000-706dff400000 rw-p 00000000 00:00 0 -706dff400000-706dffe00000 rw-p 00000000 00:00 0 -706dffeff000-706dfff00000 ---p 00000000 00:00 0 -706dfff00000-706e00000000 rw-p 00000000 00:00 0 -706e00000000-706e00400000 rw-p 00000000 00:00 0 -706e004ff000-706e00500000 ---p 00000000 00:00 0 -706e00500000-706e00600000 rw-p 00000000 00:00 0 -706e00600000-706e00a00000 rw-p 00000000 00:00 0 -706e00aff000-706e00b00000 ---p 00000000 00:00 0 -706e00b00000-706e00c00000 rw-p 00000000 00:00 0 -706e00c00000-706e01000000 rw-p 00000000 00:00 0 -706e010ff000-706e01100000 ---p 00000000 00:00 0 -706e01100000-706e01200000 rw-p 00000000 00:00 0 -706e01200000-706e01600000 rw-p 00000000 00:00 0 -706e016ff000-706e01700000 ---p 00000000 00:00 0 -706e01700000-706e01800000 rw-p 00000000 00:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e3756f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3756f000-706e37570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37570000-706e37670000 rw-p 00000000 00:00 0 -706e37670000-706e37770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37770000-706e37771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37771000-706e37871000 rw-p 00000000 00:00 0 -706e37871000-706e37971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37971000-706e37972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37972000-706e37a72000 rw-p 00000000 00:00 0 -706e37a72000-706e37b72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b72000-706e37b73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b73000-706e37c73000 rw-p 00000000 00:00 0 -706e37c73000-706e37d73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d73000-706e37d74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d74000-706e37e74000 rw-p 00000000 00:00 0 -706e37e74000-706e37f74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f74000-706e37f75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f75000-706e38075000 rw-p 00000000 00:00 0 -706e38075000-706e38175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38175000-706e38176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38176000-706e38276000 rw-p 00000000 00:00 0 -706e38276000-706e38376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38376000-706e38377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38377000-706e38477000 rw-p 00000000 00:00 0 -706e38477000-706e38577000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38577000-706e38578000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38578000-706e38678000 rw-p 00000000 00:00 0 -706e38678000-706e38778000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38778000-706e38779000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38779000-706e38879000 rw-p 00000000 00:00 0 -706e38879000-706e38979000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38979000-706e3897a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3897a000-706e38a7a000 rw-p 00000000 00:00 0 -706e38a7a000-706e38b7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38b7a000-706e38b7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38b7b000-706e38c7b000 rw-p 00000000 00:00 0 -706e38c7b000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708bd4538000-708bd453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -INFO: 1214 is running. - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_ep_escape - at /usr/src/ruby/yjit/src/codegen.rs:392:12 - 18: yjit::codegen::gen_setlocal_generic - at /usr/src/ruby/yjit/src/codegen.rs:2572:57 - 19: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 33: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 34: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 35: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 36: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 20: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 21: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 22: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 37: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 23: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 24: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 25: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 26: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 27: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 28: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 29: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 30: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 31: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -:37: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 38: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 39: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 40: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 41: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 42: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 43: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 44: http1_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736:3 - 45: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 46: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 47: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 48: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 49: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 50: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 51: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 52: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 53: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 54: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 55: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -ERROR: Child worker (940) crashed. Respawning worker. -ERROR: Child worker (54) crashed. Respawning worker. -ERROR: Child worker (667) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x706e6f42e5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x706e6f554a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x706e6f562ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x706e4a1974ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x706e4a1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x706e4a169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x706e4a1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x706e4a178f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x706e4a1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x706e4a1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x706e4a128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e12400000-706e15000000 rw-p 00000000 00:00 0 -706e15078000-706e1697f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1697f000-706e16bff000 rw-p 00000000 00:00 0 -706e16bff000-706e16c00000 ---p 00000000 00:00 0 -706e16c00000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e29690000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707994538000-70799453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000018e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1218 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07caf4] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e1fe18000-706e20000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e20000000-706e22c00000 rw-p 00000000 00:00 0 -706e22c78000-706e2457f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e2457f000-706e247ff000 rw-p 00000000 00:00 0 -706e247ff000-706e24800000 ---p 00000000 00:00 0 -706e24800000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296b0000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -706fd4538000-706fd453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07ccdb] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e0da18000-706e0dc00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e0dc00000-706e10800000 rw-p 00000000 00:00 0 -706e10878000-706e1217f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1217f000-706e123ff000 rw-p 00000000 00:00 0 -706e123ff000-706e12400000 ---p 00000000 00:00 0 -706e12400000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707d14538000-707d1453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (1042) crashed. Respawning worker. -INFO: 1222 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x706e6f42e5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x706e6f554a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x706e6f562ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x706e4a1974ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x706e6f6ece59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x706e4a18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x706e4a1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x706e4a169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x706e4a1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x706e4a178f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x706e4a1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x706e4a1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x706e4a128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e00a00000-706e03600000 rw-p 00000000 00:00 0 -706e03678000-706e04f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e04f7f000-706e051ff000 rw-p 00000000 00:00 0 -706e051ff000-706e05200000 ---p 00000000 00:00 0 -706e05200000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f846] - --- Other runtime information ----------------------------------------------- - -1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 --* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine --p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 - 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -7* Ruby Box: disabled -06e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so --706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e219000 6 ruby2_keywords.rb -00 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 7 set.rb - 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e237 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -00000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e2 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -4300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw- 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb -00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -70 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -6e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000- 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 0000 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -0000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb -0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296f 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb -f000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 000 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-70 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -6e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chu 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb -nk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_all 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -oc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb -000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-7 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -06e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:0 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -0 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -d0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_ 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00: 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b71100 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb -_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:R 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -uby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb -:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c3160 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -00 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 000 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -00000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-70 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -6e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chu 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -nk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_all 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -oc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-7 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -06e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ch 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -unk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_al 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -loc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 0 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb -0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000- 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb -706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00: 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e22600 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -0 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:R 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -uby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c0 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -00 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb -2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_threa 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -d_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon: 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rbRuby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 0 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -0:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb -000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-7 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -06e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_al 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -loc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 0 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000- 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_c 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -hunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_a 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -lloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb --706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e318410 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -00 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threa 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -d_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon: 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb -Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thre 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -ad_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -70 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -6e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 0 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb -0000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000- 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_c 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -hunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_a 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -lloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_ 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a00 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -0-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 0 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -0:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c 236 /usr/local/lib/ruby/4.0.0/uri/file.rb -000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thre 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -ad_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e3596 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -2000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -70 252 /usr/local/lib/ruby/4.0.0/date.rb -6e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 253 /usr/local/lib/ruby/4.0.0/time.rb -ead_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e49800000 ---p 00000000 00:00 0 [ano 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -n:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -70 263 /usr/local/lib/ruby/4.0.0/erb.rb -6e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb -d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-7 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -06e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/li 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -bzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-* Process memory map: - -linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:R5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e0f818000-706e0fa00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e0fa00000-706e12600000 rw-p 00000000 00:00 0 -706e12678000-706e13f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e13f7f000-706e141ff000 rw-p 00000000 00:00 0 -706e141ff000-706e14200000 ---p 00000000 00:00 0 -706e14200000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -70uby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e56e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 3480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18505349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b00000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 0000000100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e50:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 0000037c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:f000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f5iber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 3cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 000000 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_alloca00 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 te_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e5451 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 00-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e2540 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_alloca0000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706te_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 r /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 0000000r/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/lo0 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e29680000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 cal/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/li [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 000b/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/400000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-70.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_pa6e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chuge_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/nk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ecf0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruso -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -by:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6e [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Rcf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b0uby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e00 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x862c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 000_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libs00000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-70tdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/6e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-7x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /us06e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 r/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 0e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000--gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -70706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 6e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_threa 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 d_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708594538000-70859453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ch - -unk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 0[BUG] Aborted at 0x0000000000000341 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707b94538000-707b9453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (353) crashed. Respawning worker. -ERROR: Child worker (314) crashed. Respawning worker. -ERROR: Child worker (1061) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07cbce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e0ce18000-706e0d000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e0d000000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc78000-706e1157f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1157f000-706e117ff000 rw-p 00000000 00:00 0 -706e117ff000-706e11800000 ---p 00000000 00:00 0 -706e11800000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707d54538000-707d5453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07cbce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e04a18000-706e04c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e04c00000-706e07800000 rw-p 00000000 00:00 0 -706e07878000-706e0917f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0917f000-706e093ff000 rw-p 00000000 00:00 0 -706e093ff000-706e09400000 ---p 00000000 00:00 0 -706e09400000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gn/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -u/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-lin/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(newobj_slowpath+0x0) [0x706e6f42e55d] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(newobj_slowpath_wb_protected) gc/default/default.c:2481 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj+0x2a) [0x706e6f555721] gc/default/default.c:2519 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(typed_data_alloc) /usr/src/ruby/gc.c:1094 -/usr/local/lib/libruby.so.4.0(rb_data_typed_object_zalloc) /usr/src/ruby/gc.c:1130 -ux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -/usr/local/lib/libruby.so.4.0(rb_thread_ptr+0x0) [0x706e6f744d30] /usr/src/ruby/vm.c:3870 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00/usr/local/lib/libruby.so.4.0(rb_thread_alloc) /usr/src/ruby/vm.c:3981 -:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6/usr/local/lib/libruby.so.4.0(rb_thread_create+0x42) [0x706e6f6e8952] /usr/src/ruby/thread.c:1016 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(create_ruby_thread_gvl+0x1a) [0x706e4a192eea] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:100 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x706e6f6ece59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x706e4a18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 000/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_thread_new+0x66) [0x706e4a193936] /app/vendor/bund36000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -7082d4538000-7082d453d0le/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:136 -00 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_thread_pool_new+0x38) [0x706e4a12ff05] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1384 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_worker_startup) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:4552 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_sentinel_worker_thread+0x86) [0x706e4a134a86] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:4652 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/ - -bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706df6e00000-706df9a00000 rw-p 00000000 00:00 0 -706df9a78000-706dfb37f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706dfb37f000-706dfb5ff000 rw-p 00000000 00:00 0 -706dfb5ff000-706dfb600000 ---p 00000000 00:00 0 -706dfb600000-706dfbe00000 rw-p 00000000 00:00 0 -70/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f846] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -6dfbe00000-706dfc200000 rw-p 00000000 00:00 0 -706dfc2ff000-706dfc300000 ---p 00000000 00:00 0 -706dfc300000-706dfc400000 rw-p 00000000 00:00 0 -706dfc400000-706dfc800000 rw-p 00000000 00:00 0 -706dfc8ff000-706dfc900000 ---p 00000000 00:00 0 -706dfc900000- -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb -706dfca00000 rw-p 00000000 00:00 0 -706dfca00000-706dfce00000 rw-p 00000000 00:00 0 -706dfceff000-706dfcf00000 ---p 00000000 00:00 0 -706dfcf00000-706dfd000000 rw-p 00000000 00:00 0 -706dfd000000-706dfd400000 rw-p 00000000 00:00 0 -706dfd4ff000-706dfd50000 7 set.rb -0 ---p 00000000 00:00 0 -706dfd500000-706dfd600000 rw-p 00000000 00:00 0 -706dfd600000-706dfda00000 rw-p 00000000 00:00 0 -706dfdaff000-706dfdb00000 ---p 00000000 00:00 0 -706dfdb00000-706dfdc00000 rw-p 00000000 00:00 0 -706dfdc00000-706dfe000000 rw-p 0000 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -0000 00:00 0 -706dfe0ff000-706dfe100000 ---p 00000000 00:00 0 -706dfe100000-706dfe200000 rw-p 00000000 00:00 0 -706dfe200000-706dfe600000 rw-p 00000000 00:00 0 -706dfe6ff000-706dfe700000 ---p 00000000 00:00 0 -706dfe700000-706dfe800000 rw-p 00000000 00:00 0 -706dfe800000-706dfec00000 rw-p 00000000 00:00 0 -706dfecff000-706dfed00000 ---p 00000000 00:00 0 -706dfed00000-706dfee00000 rw-p 00000000 00:00 0 -706dfee00000-706dff200000 rw-p 00000000 00:00 0 -706dff2ff000-706dff300000 ---p 00000000 00:00 0 -706dff30 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb -0000-706dff400000 rw-p 00000000 00:00 0 -706dff400000-706dffe00000 rw-p 00000000 00:00 0 -706dffeff000-706dfff00000 ---p 00000000 00:00 0 -706dfff00000-706e00000000 rw-p 00000000 00:00 0 -706e00000000-706e00400000 rw-p 00000000 00:00 0 -706e004ff000-706e00 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb -500000 ---p 00000000 00:00 0 -706e00500000-706e00600000 rw-p 00000000 00:00 0 -706e00600000-706e00a00000 rw-p 00000000 00:00 0 -706e00aff000-706e00b00000 ---p 00000000 00:00 0 -706e00b00000-706e00c00000 rw-p 00000000 00:00 0 -706e00c00000-706e01000000 rw-p 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 00000000 00:00 0 -706e010ff000-706e01100000 ---p 00000000 00:00 0 -706e01100000-706e01200000 rw-p 00000000 00:00 0 -706e01200000-706e01600000 rw-p 00000000 00:00 0 -706e016ff000-706e01700000 ---p 00000000 00:00 0 -706e01700000-706e01800000 rw-p 00000000 0 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb -0:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-7 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -06e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb -000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e064 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -00000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb -:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb -082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-70 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -6e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 000000 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -00 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c00 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -0000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 0 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -0000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00: 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 0000000 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -0 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e1130000 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb -0-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb -000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb -d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb --p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -7 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -06e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e000 -00 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 000 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -00000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19c 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -ff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw- 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -70 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -6e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000- 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e20000 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -0 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200f 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -f000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 0 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -0:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-7 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb -06e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e268 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -00000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [a 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -non:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 000000 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e2 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -9f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw- 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb -p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a3070 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -00-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb -k_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:n 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb -t_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 -- 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -ck_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 r 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba1 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb -2000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 0000000 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -0 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2b 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb -e14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_t 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -hread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [a 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -non:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e* Process memory map: - -2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 0000005daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e0fe18000-706e10000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e10000000-706e12c00000 rw-p 00000000 00:00 0 -706e12c78000-706e1457f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1457f000-706e147ff000 rw-p 00000000 00:00 0 -706e147ff000-706e14800000 ---p 00000000 00:00 0 -706e14800000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -7000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [6e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d0000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 000000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e0000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b0_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 0000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19[anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 0000 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-7060:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 0e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 0000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_se33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 tack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunkrw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 ] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 0000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b6200 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Rubk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 000y:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00: [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e3756f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3756f000-706e37570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37570000-706e37670000 rw-p 00000000 00:00 0 -706e37670000-706e37770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37770000-706e37771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37771000-706e37871000 rw-p 00000000 00:000 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-7060 0 -706e37871000-706e37971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37971000-706e37972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37972000-706e37a72000 rw-p 00000000 00:00 0 -706e37a72000-706e37b72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b72000-706e37b73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b73000-706e37c73000 rw-p 00000000 00:00 0 -706e37c73000-706e37d73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d73000-706e37d74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d74000-706e37e74000 rw-p 00000000 00:00 0 -706e37e74000-706e37f74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f74000-706e37f75000 ---p 00000000 00:00 0 [anon:Rue2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 by:nt_alloc_thread_stack_chunk] -706e37f75000-706e38075000 rw-p 00000000 00:00 0 -706e38075000-706e38175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38175000-706e38176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38176000-706e38276000 rw-p 00000000 00:00 0 -706e38276000-706e38376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38376000-706e38377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38377000-706e38477000 rw-p 00000000 00:00 0 -706e38477000-706e38577000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38577000-706e38578000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38578000-706e38678000 rw-p 00000000 00:00 0 -706e38678000-706e38778000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_all8778000-706e38779000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38779000-706e38879000 rw-p 00000000 00:00 0 -706e38879000-706e38979000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38979000-706e3897a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3897a000-706e38a7a000 rw-p 00000000 00:00 0 -706e38a7a000-706e38b7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38b7a000-706e38b7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38b7b000-706e38c7b000 rw-p 00000000 00:00 0 -706e38c7b000-706e38d7b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38d7b000-706e38d7c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38d7c000-706e38e7c000 rw-p 00000000 00:00 0 -706e38e7c000-706e49800000 ---p 00000000 00oc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-7:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby06e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:0/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_6 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e304-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00: /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-l00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b00inux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 255728640 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/lib 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_pagcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 00e_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -70600f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Rub000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cy:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -70f000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 006e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 000000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -00000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_ [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e530200 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Rub00-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c0y:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:6e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e500 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 40a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 000 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-700000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 06e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 :Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 000000] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p00 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 0 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 0:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 :Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-7/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.006e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/e.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86rb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/e_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 1971scape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escap1059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 e.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 2e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec5105572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x8600 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -70600004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 0000100e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 520:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 93153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 086_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.0:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff40001.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf00 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/l0 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 ib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.439e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 .0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708c14538000-708c1453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-lin - -ux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -[BUG] Aborted at 0x000000000000041d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707b54538000-707b5453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f639] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e12e18000-706e13000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e13000000-706e15c00000 rw-p 00000000 00:00 0 -706e15c78000-706e1757f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1757f000-706e177ff000 rw-p 00000000 00:00 0 -706e177ff000-706e17800000 ---p 00000000 00:00 0 -706e17800000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000ERROR: Child worker (852) crashed. Respawning worker. - rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:RubERROR: Child worker (932) crashed. Respawning worker. -y:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:ERROR: Child worker (1004) crashed. Respawning worker. -00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707914538000-70791453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1226 is running. -INFO: 1230 is running. -ERROR: Child worker (788) crashed. Respawning worker. -ERROR: Child worker (535) crashed. Respawning worker. -ERROR: Child worker (613) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f639] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e01418000-706e01600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e01600000-706e04200000 rw-p 00000000 00:00 0 -706e04278000-706e05b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e05b7f000-706e05dff000 rw-p 00000000 00:00 0 -706e05dff000-706e05e00000 ---p 00000000 00:00 0 -706e05e00000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708514538000-70851453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1233 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -/usr/local/lib/libruby.so.4.0(rb_obj_write+0x0) [0x706e6f4499db] /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(rb_ary_push) /usr/src/ruby/array.c:1404 -/usr/local/lib/libruby.so.4.0(split_string+0x73) [0x706e6f6c3bf3] /usr/src/ruby/string.c:9069 -/usr/local/lib/libruby.so.4.0(split_string+0x5) [0x706e6f6c4678] /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(rb_str_split_m) /usr/src/ruby/string.c:9264 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x706e6f731641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x706e6f748bb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x706e6f74f24a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x706e4b008231] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706dfc618000-706dfc800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706dfc800000-706dffa00000 rw-p 00000000 00:00 0 -706dffa78000-706e0137f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0137f000-706e015ff000 rw-p 00000000 00:00 0 -706e015ff000-706e01600000 ---p 00000000 00:00 0 -706e01600000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708814538000-70881453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b080016] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e22218000-706e22400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e22400000-706e25000000 rw-p 00000000 00:00 0 -706e25078000-706e2697f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e2697f000-706e26bff000 rw-p 00000000 00:00 0 -706e26bff000-706e26c00000 ---p 00000000 00:00 0 -706e26c00000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4982b000-706e49863000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49863000-706e49866000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49866000-706e49895000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49895000-706e4989d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989d000-706e4989e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989e000-706e4989f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989f000-706e498a0000 rw-p 00000000 00:00 0 -706e498a0000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 ERROR: Child worker (1053) crashed. Respawning worker. - /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a680000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -706ed4538000-706ed453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f5ed] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e08c18000-706e08e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e08e00000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba78000-706e0d37f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0d37f000-706e0d5ff000 rw-p 00000000 00:00 0 -706e0d5ff000-706e0d600000 ---p 00000000 00:00 0 -706e0d600000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e49800000 ---p 00000/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f6cb] - --- Other runtime information ----------------------------------------------- - -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0 -/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 * Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x8 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb -6_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 529 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -3160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -/usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 0000000 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -0 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb -b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 / 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/ 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb -lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:he 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07d000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -INFO: 1237 is running. - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -ap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/loca 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb -l/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb -86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocat 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -e] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_po 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb -ol_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb --706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [an 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -on:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memo 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -ry] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb --p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_po 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb -ol_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb --706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:0 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -0 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [an 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -on:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memo 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb -ry] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb --p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_po 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -ol_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb --706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:0 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb -0 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [an 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -on:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memo 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -ry] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb --p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_po 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb -ol_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb --706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:0 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb -0 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [an 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -on:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memo 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -ry] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 247 /usr/local/lib/ruby/4.0.0/delegate.rb - [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 0000 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -2000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/* Process memory map: - -x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.s5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e19218000-706e19400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e19400000-706e1c000000 rw-p 00000000 00:00 0 -706e1c078000-706e1d97f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1d97f000-706e1dbff000 rw-p 00000000 00:00 0 -706e1dbff000-706e1dc00000 ---p 00000000 00:00 0 -706e1dc00000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -70o.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 06e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f0.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 0:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/le24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-7ib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 197110106e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e260000001 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/li000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28abz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e600000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/librub00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 000y.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a5--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 0000008000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 255726tack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Rub96 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 y:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708014538000-70801453d000 rw-p 00000000 00:00 0 -7fff78be [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ru - -by:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 0000 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -0000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_allo 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -c_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 000 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb -00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-70 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb -6e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chu 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb -nk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb -000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-7 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb -06e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:0 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -0 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -b23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e498 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -53000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000- 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e49 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -88f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_p 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb -age_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw- 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb -p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb -86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-g 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -nu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb -119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/io 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -dine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:def 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb -ault:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_6 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -4-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/sock 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -et.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a80 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -0000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_ 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strsca 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -n.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb -305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e5 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -3180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_ 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb -body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 0000000 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -0 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000- 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [ano 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -n:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memor 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -y] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 --- 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poo 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb -l_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000- 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [ano 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -n:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memor 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -y] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 --- 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poo 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -l_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000- 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [ano 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -n:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 --- 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 230 /app/app.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poo 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -l_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000- 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb -706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [ano 238 /usr/local/lib/ruby/4.0.0/uri/http.rb -n:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memor 239 /usr/local/lib/ruby/4.0.0/uri/https.rb -y] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 --- 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_poo 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -l_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 r 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -w-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -7 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -06e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/loca 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -l/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/li 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -b/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ru 262 /usr/local/lib/ruby/4.0.0/erb/util.rb -by/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0 263 /usr/local/lib/ruby/4.0.0/erb.rb -/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64- 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec580* Process memory map: - -00-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5005daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e08618000-706e08800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e08800000-706e0b400000 rw-p 00000000 00:00 0 -706e0b478000-706e0cd7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0cd7f000-706e0cfff000 rw-p 00000000 00:00 0 -706e0cfff000-706e0d000000 ---p 00000000 00:00 0 -706e0d000000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-0-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11306ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed0000000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -70600 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 000000706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p00 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 r 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 w-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x826800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e291000006_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/lib-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e29670000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:stdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 rnt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c81--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-l9000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_tinux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.hread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [a0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3non:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 197110 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-70anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 6e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rnt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 w-p 00000000 00:00 0 -7074d4538000-7074d453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708054538000-70805453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (815) crashed. Respawning worker. -ERROR: Child worker (888) crashed. Respawning worker. -ERROR: Child worker (1047) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f802] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f4f7] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -* Process memory map: - - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e1d418000-706e1d600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e1d600000-706e20200000 rw-p 00000000 00:00 0 -706e20278000-706e21b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e21b7f000-706e21dff000 rw-p 00000000 00:00 0 -706e21dff000-706e21e00000 ---p 00000000 00:00 0 -706e21e00000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -70 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb -6e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 0 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -0:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d0 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -4000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -70* Process memory map: - -6e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [ano5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e13418000-706e13600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e13600000-706e16200000 rw-p 00000000 00:00 0 -706e16278000-706e17b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e17b7f000-706e17dff000 rw-p 00000000 00:00 0 -706e17dff000-706e17e00000 ---p 00000000 00:00 0 -706e17e00000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-n:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c10 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack0000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 0_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt0:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 0:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff0 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-g00-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e2900nu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 0000000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296a0000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 00 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 0000:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e530000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:k] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_ [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-70000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c6e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:R00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 uby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e554000002da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -00000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-70706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p6e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chu 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:5nk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-76 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293006e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ch93 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linuxunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_al-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001loc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:32000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3200 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e498850002000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 0-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw0088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 -p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/librubya119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/i.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 odine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bund [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707214538000-70721453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -le/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -7078d4538000-7078d453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07c4c0] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e1bc18000-706e1be00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e1be00000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea78000-706e2037f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e2037f000-706e205ff000 rw-p 00000000 00:00 0 -706e205ff000-706e20600000 ---p 00000000 00:00 0 -706e20600000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707314538000-70731453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1242 is running. -ERROR: Child worker (216) crashed. Respawning worker. -ERROR: Child worker (519) crashed. Respawning worker. -ERROR: Child worker (923) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f4ab] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -/usr/local/lib/libruby.so.4.0(hash_table_index+0x1c) [0x706e6f6df2f7] /usr/src/ruby/id_table.c:143 - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb -/usr/local/lib/libruby.so.4.0(lookup_method_table+0x1e) [0x706e6f73948a] /usr/src/ruby/vm_method.c:1262 - 247 /usr/local/lib/ruby/4.0.0/delegate.rb -/usr/local/lib/libruby.so.4.0(search_method0) /usr/src/ruby/vm_method.c:1707 - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -/usr/local/lib/libruby.so.4.0(search_method) /usr/src/ruby/vm_method.c:1730 - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative) /usr/src/ruby/vm_method.c:1922 - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -/usr/local/lib/libruby.so.4.0(callable_method_entry+0xa) [0x706e6f747d0d] /usr/src/ruby/vm_method.c:1951 - 252 /usr/local/lib/ruby/4.0.0/date.rb -/usr/local/lib/libruby.so.4.0(vm_respond_to) /usr/src/ruby/vm_method.c:3352 - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb -/usr/local/lib/libruby.so.4.0(check_funcall_respond_to+0x8) [0x706e6f748088] /usr/src/ruby/vm_eval.c:625 - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -/usr/local/lib/libruby.so.4.0(rb_check_funcall_default_kw) /usr/src/ruby/vm_eval.c:699 - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -/usr/local/lib/libruby.so.4.0(rb_check_funcall) /usr/src/ruby/vm_eval.c:688 - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -/usr/local/lib/libruby.so.4.0(convert_type_with_id+0xf) [0x706e6f5d365a] /usr/src/ruby/object.c:3251 - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -/usr/local/lib/libruby.so.4.0(rb_convert_type_with_id) /usr/src/ruby/object.c:3313 - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -/usr/local/lib/libruby.so.4.0(rb_convert_type_with_id) /usr/src/ruby/object.c:3308 - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -/usr/local/lib/libruby.so.4.0(rb_string_value+0x34) [0x706e6f6bb9a4] /usr/src/ruby/string.c:2817 - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb -/usr/local/lib/libruby.so.4.0(rb_str_convert_to_inum+0xa) [0x706e6f46a577] /usr/src/ruby/bignum.c:4333 - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb -/usr/local/lib/libruby.so.4.0(rb_str_to_inum) /usr/src/ruby/bignum.c:4350 - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x706e6f731641] /usr/src/ruby/vm_insnhelper.c:3901 - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x706e6f748bb5] /usr/src/ruby/vm_insnhelper.c:6123 - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x706e6f74f24a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x706e6f75a1b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x706e6f52b813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x706e4a18e865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x1ee) [0x706e6f6ecede] /usr/src/ruby/thread.c:2085 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x12) [0x706e4a18ebe2] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x706e4a197d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x706e6f6ece59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x706e4a18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x706e4a1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x706e4a169a5a] /app/vendor/bu* Process memory map: - -ndle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x706e4a1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x706e4a178f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x706e4a1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x706e4a1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x706e4a128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e1f818000-706e1fa00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e1fa00000-706e22600000 rw-p 00000000 00:00 0 -706e22678000-706e23f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e23f7f000-706e241ff000 rw-p 00000000 00:00 0 -706e241ff000-706e24200000 ---p 00000000 00:00 0 -706e24200000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296c0000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b71100 --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2* Ruby Box: disabled -b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e4988500* Loaded features: - -0 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb -000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb -000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb -86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linu 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -x-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-7 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -06e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/ 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:h 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -eap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -70 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -6e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_p 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -age_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_add 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -r_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-7 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -06e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_p5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706dfd818000-706dfda00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706dfda00000-706e00c00000 rw-p 00000000 00:00 0 -706e00c78000-706e0257f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0257f000-706e027ff000 rw-p 00000000 00:00 0 -706e027ff000-706e02800000 ---p 00000000 00:00 0 -706e02800000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -70ool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem6e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-ory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [a706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 non:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b0ory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 r0000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07w-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pe09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-7ool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f0006e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac000000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p .0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stri00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 ngio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706erw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 0000006ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec500 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 3000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e126000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6e00-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706c58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ee15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 -c60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 --p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 000000000:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc+0 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -+.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e1850000000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -0-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1a706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a000f00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e9000000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f5000/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gn00 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00u/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd870 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 0000ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.0000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 0so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707054538000-70705453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -0:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296e0000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 000000/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e2/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -9f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk][0x706e4b07f639] - -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_ --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [* Ruby Box: disabled -anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 * Loaded features: - - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so -2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 5 pathname.so - -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw 6 ruby2_keywords.rb --p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d 7 set.rb -000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -ck_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby: 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb1 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -2000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -ack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c6 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -18000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 000000 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -00 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_ 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [ 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb -] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -[anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 0000 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb -e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 r 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -w-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e52 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb -8000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb -ack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb -:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb ----p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f1 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -2d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -tack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Rub 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -y:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:0 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb -0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2f 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -c33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -[anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 0000 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb -e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -k] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allo 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -c_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 000 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-70 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -6e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb -rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -tack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Rub 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -y:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:0 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_ 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ru 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -by:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00: 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d00 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb -0 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb -324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 0000 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb -0000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb -k] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_allo 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -c_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 000 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-70 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb -6e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chu 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb -nk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_all 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb -oc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-7 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -06e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:0 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -0 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 220 /usr/local/lib/ruby/4.0.0/socket.rb - rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -15e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_ 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ru 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -by:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00: 230 /app/app.rb -00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b6300 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -0 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb -5d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread 238 /usr/local/lib/ruby/4.0.0/uri/http.rb -_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:R 239 /usr/local/lib/ruby/4.0.0/uri/https.rb -uby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb -:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e367680 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -00 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 000 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -00000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-70 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -6e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw 262 /usr/local/lib/ruby/4.0.0/erb/util.rb --p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_ 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 * Process memory map: - - /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r-5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 -p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 r /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e12818000-706e12a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e12a00000-706e15600000 rw-p 00000000 00:00 0 -706e15678000-706e16f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e16f7f000-706e171ff000 rw-p 00000000 00:00 0 -706e171ff000-706e17200000 ---p 00000000 00:00 0 -706e17200000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -70w-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allo6e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-cate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e1970000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p0 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 0000 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 00000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fi0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b50ber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e530000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 07c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af10:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fi/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -ber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 0000000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 - -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e225[0x706e4b07f5dd] -00000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 0 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 - [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocat-- Other runtime information ----------------------------------------------- - -e_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 * Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00* Ruby Box: disabled -:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fi* Loaded features: - -24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-70ber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 0 enumerator.so -1e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 0000000 1 thread.rb -0 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so -rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 000000 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocat 6 ruby2_keywords.rb -00 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 e_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511 7 set.rb - -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff0000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 00-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e2840 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fi 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -0000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 0ber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -0000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:6f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 0000000 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_a0 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -lloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocat 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb -e_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb -000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e8000 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -00-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/rub 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -y/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4. 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb -chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_ 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/ 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-l 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b00 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -inux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/str0-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 0ingio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -7 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -0:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb -000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thre 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -ad_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon06e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6e 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -c59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw- 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb1 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb -3000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -70 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb -6e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb -ead_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [ano 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb -p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-x 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -p 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6e 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -c5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60n:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ec [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -7 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -06e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -f6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 0-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -0000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_ 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb -000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb -alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d72000 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linu 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -x-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/li0-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-b/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e2260000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb -00-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e62 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 / 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -8000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -70 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -6e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -ead_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [ano 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb -n:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb -usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcr 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb -ypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/ 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f1 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb -2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb -06e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_th 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -9e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -read_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [an /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-li 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb -on:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 nux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc0900 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 0000000 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2f 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -0 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/li 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -d33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -b/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6f 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -706e2fe34000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb -080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -d81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld- 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so. 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd00 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -0 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb -711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 000 00:00 0 -708754538000-70875453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - - - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb --706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r- 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb --p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f600 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -0 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/ 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000- 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 000330 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -00 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -70 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -6e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:de 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -fault:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r- 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb --p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 0000700 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -0 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 52 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -93162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb -5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ru 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb -by:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fibe 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -r_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5372 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb -5000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_ 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f00 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -0 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fibe 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb -r_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c3 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -5000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb -00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_ 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f00 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb -0 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fibe 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -r_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5414 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -5000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_ 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f00 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -0 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fibe 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -r_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5465 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb -5000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_ 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f00 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb -0 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d40 -0000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000* Process memory map: - - rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e19e18000-706e1a000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e1a000000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc78000-706e1e57f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1e57f000-706e1e7ff000 rw-p 00000000 00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 00:00 0 -706e1e7ff000-706e1e800000 ---p 00000000 00:00 0 -706e1e800000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -70 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:6e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 0rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 0:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296c0000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -76f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 006e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_th0:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000read_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 0000002 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-0036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707954538000-70795453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 - - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707454538000-70745453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1246 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07fc02] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706dfa218000-706dfa400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706dfa400000-706dfd000000 rw-p 00000000 00:00 0 -706dfd078000-706dfe97f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706dfe97f000-706dfebff000 rw-p 00000000 00:00 0 -706dfebff000-706dfec00000 ---p 00000000 00:00 0 -706dfec00000-706dff400000 rw-p 00000000 00:00 0 -706dff400000-706dffe00000 rw-p 00000000 00:00 0 -706dffeff000-706dfff00000 ---p 00000000 00:00 0 -706dfff00000-706e00000000 rw-p 00000000 00:00 0 -706e00000000-706e00400000 rw-p 00000000 00:00 0 -706e004ff000-706e00500000 ---p 00000000 00:00 0 -706e00500000-706e00600000 rw-p 00000000 00:00 0 -706e00600000-706e00a00000 rw-p 00000000 00:00 0 -706e00aff000-706e00b00000 ---p 00000000 00:00 0 -706e00b00000-706e00c00000 rw-p 00000000 00:00 0 -706e00c00000-706e01000000 rw-p 00000000 00:00 0 -706e010ff000-706e01100000 ---p 00000000 00:00 0 -706e01100000-706e01200000 rw-p 00000000 00:00 0 -706e01200000-706e01600000 rw-p 00000000 00:00 0 -706e016ff000-706e01700000 ---p 00000000 00:00 0 -706e01700000-706e01800000 rw-p 00000000 00:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e3756f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3756f000-706e37570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37570000-706e37670000 rw-p 00000000 00:00 0 -706e37670000-706e37770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37770000-706e37771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37771000-706e37871000 rw-p 00000000 00:00 0 -706e37871000-706e37971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37971000-706e37972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37972000-706e37a72000 rw-p 00000000 00:00 0 -706e37a72000-706e37b72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b72000-706e37b73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b73000-706e37c73000 rw-p 00000000 00:00 0 -706e37c73000-706e37d73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d73000-706e37d74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d74000-706e37e74000 rw-p 00000000 00:00 0 -706e37e74000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -7089d4538000-7089d453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ruby: YJIT has panicked. More info to follow... - -thread '' (272) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 -stack backtrace: -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'b' for nil -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'URI._decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'URI.decode_www_form_component' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'Rack::QueryParser#unescape' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'Array#map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Array#each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -SEGV received in SEGV handler -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] ABRT received in SEGV handler -Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 p:---- s:0081 e:000080 l:y b:---- CFUNC :gsub -c:0012 p:0036 s:0075 e:000074 l:y /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b0806be] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb -ERROR: Child worker (778) crashed. Respawning worker. - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -ERROR: Child worker (62) crashed. Respawning worker. - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -ERROR: Child worker (631) crashed. Respawning worker. - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb -ERROR: Child worker (44) crashed. Respawning worker. - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706df5a18000-706df5c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706df5c00000-706df8800000 rw-p 00000000 00:00 0 -706df8878000-706dfa17f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706dfa17f000-706dfa3ff000 rw-p 00000000 00:00 0 -706dfa3ff000-706dfa400000 ---p 00000000 00:00 0 -706dfa400000-706dfac00000 rw-p 00000000 00:00 0 -706dfac00000-706dfb000000 rw-p 00000000 00:00 0 -706dfb0ff000-706dfb100000 ---p 00000000 00:00 0 -706dfb100000-706dfb200000 rw-p 00000000 00:00 0 -706dfb200000-706dfb600000 rw-p 00000000 00:00 0 -706dfb6ff000-706dfb700000 ---p 00000000 00:00 0 -706dfb700000-706dfb800000 rw-p 00000000 00:00 0 -706dfb800000-706dfbc00000 rw-p 00000000 00:00 0 -706dfbcff000-706dfbd00000 ---p 00000000 00:00 0 -706dfbd00000-706dfbe00000 rw-p 00000000 00:00 0 -706dfbe00000-706dfc200000 rw-p 00000000 00:00 0 -706dfc2ff000-706dfc300000 ---p 00000000 00:00 0 -706dfc300000-706dfc400000 rw-p 00000000 00:00 0 -706dfc400000-706dfc800000 rw-p 00000000 00:00 0 -706dfc8ff000-706dfc900000 ---p 00000000 00:00 0 -706dfc900000-706dfca00000 rw-p 00000000 00:00 0 -706dfca00000-706dfce00000 rw-p 00000000 00:00 0 -706dfceff000-706dfcf00000 ---p 00000000 00:00 0 -706dfcf00000-706dfd000000 rw-p 00000000 00:00 0 -706dfd000000-706dfd400000 rw-p 00000000 00:00 0 -706dfd4ff000-706dfd500000 ---p 00000000 00:00 0 -706dfd500000-706dfd600000 rw-p 00000000 00:00 0 -706dfd600000-706dfda00000 rw-p 00000000 00:00 0 -706dfdaff000-706dfdb00000 ---p 00000000 00:00 0 -706dfdb00000-706dfdc00000 rw-p 00000000 00:00 0 -706dfdc00000-706dfe000000 rw-p 00000000 00:00 0 -706dfe0ff000-706dfe100000 ---p 00000000 00:00 0 -706dfe100000-706dfe200000 rw-p 00000000 00:00 0 -706dfe200000-706dfe600000 rw-p 00000000 00:00 0 -706dfe6ff000-706dfe700000 ---p 00000000 00:00 0 -706dfe700000-706dfe800000 rw-p 00000000 00:00 0 -706dfe800000-706dfec00000 rw-p 00000000 00:00 0 -706dfecff000-706dfed00000 ---p 00000000 00:00 0 -706dfed00000-706dfee00000 rw-p 00000000 00:00 0 -706dfee00000-706dff200000 rw-p 00000000 00:00 0 -706dff2ff000-706dff300000 ---p 00000000 00:00 0 -706dff300000-706dff400000 rw-p 00000000 00:00 0 -706dff400000-706dffe00000 rw-p 00000000 00:00 0 -706dffeff000-706dfff00000 ---p 00000000 00:00 0 -706dfff00000-706e00000000 rw-p 00000000 00:00 0 -706e00000000-706e00400000 rw-p 00000000 00:00 0 -706e004ff000-706e00500000 ---p 00000000 00:00 0 -706e00500000-706e00600000 rw-p 00000000 00:00 0 -706e00600000-706e00a00000 rw-p 00000000 00:00 0 -706e00aff000-706e00b00000 ---p 00000000 00:00 0 -706e00b00000-706e00c00000 rw-p 00000000 00:00 0 -706e00c00000-706e01000000 rw-p 00000000 00:00 0 -706e010ff000-706e01100000 ---p 00000000 00:00 0 -706e01100000-706e01200000 rw-p 00000000 00:00 0 -706e01200000-706e01600000 rw-p 00000000 00:00 0 -706e016ff000-706e01700000 ---p 00000000 00:00 0 -706e01700000-706e01800000 rw-p 00000000 00:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e3756f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3756f000-706e37570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37570000-706e37670000 rw-p 00000000 00:00 0 -706e37670000-706e37770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37770000-706e37771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37771000-706e37871000 rw-p 00000000 00:00 0 -706e37871000-706e37971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37971000-706e37972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37972000-706e37a72000 rw-p 00000000 00:00 0 -706e37a72000-706e37b72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b72000-706e37b73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b73000-706e37c73000 rw-p 00000000 00:00 0 -706e37c73000-706e37d73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d73000-706e37d74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d74000-706e37e74000 rw-p 00000000 00:00 0 -706e37e74000-706e37f74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f74000-706e37f75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f75000-706e38075000 rw-p 00000000 00:00 0 -706e38075000-706e38175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38175000-706e38176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38176000-706e38276000 rw-p 00000000 00:00 0 -706e38276000-706e38376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38376000-706e38377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38377000-706e38477000 rw-p 00000000 00:00 0 -706e38477000-706e38577000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38577000-706e38578000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38578000-706e38678000 rw-p 00000000 00:00 0 -706e38678000-706e38778000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38778000-706e38779000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38779000-706e38879000 rw-p 00000000 00:00 0 -706e38879000-706e38979000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38979000-706e3897a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3897a000-706e38a7a000 rw-p 00000000 00:00 0 -706e38a7a000-706e38b7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38b7a000-706e38b7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38b7b000-706e38c7b000 rw-p 00000000 00:00 0 -706e38c7b000-706e38d7b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38d7b000-706e38d7c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38d7c000-706e38e7c000 rw-p 00000000 00:00 0 -706e38e7c000-706e38f7c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38f7c000-706e38f7d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38f7d000-706e3907d000 rw-p 00000000 00:00 0 -706e3907d000-706e3917d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3917d000-706e3917e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3917e000-706e3927e000 rw-p 00000000 00:00 0 -706e3927e000-706e3937e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3937e000-706e3937f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3937f000-706e3947f000 rw-p 00000000 00:00 0 -706e3947f000-706e3957f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3957f000-706e39580000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e39580000-706e39680000 rw-p 00000000 00:00 0 -706e39680000-706e39780000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e39780000-706e39781000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e39781000-706e39881000 rw-p 00000000 00:00 0 -706e39881000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708d14538000-708d1453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1249 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b080000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e07a18000-706e07c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e07c00000-706e0a800000 rw-p 00000000 00:00 0 -706e0a878000-706e0c17f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0c17f000-706e0c3ff000 rw-p 00000000 00:00 0 -706e0c3ff000-706e0c400000 ---p 00000000 00:00 0 -706e0c400000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00ERROR: Child worker (380) crashed. Respawning worker. -:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff0ERROR: Child worker (897) crashed. Respawning worker. -00-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1ERROR: Child worker (461) crashed. Respawning worker. -f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -7080d4538000-7080d453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x706e6f42e5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x706e6f554a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x706e6f562ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x706e4a1974ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x706e6f6ece59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x706e4a18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x706e4a1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x706e4a169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x706e4a1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x706e4a178f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x706e4a1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x706e4a1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x706e4a128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e11800000-706e14400000 rw-p 00000000 00:00 0 -706e14478000-706e15d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e15d7f000-706e15fff000 rw-p 00000000 00:00 0 -706e15fff000-706e16000000 ---p 00000000 00:00 0 -706e16000000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d0/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -0000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 0/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -0:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f71f] - --- Other runtime information ----------------------------------------------- - -e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000 -000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100 7 set.rb -000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb -:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb -22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-70 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb -6e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 000000 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -00 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff0 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb -00-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c0 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -0000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 0 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -0000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00: 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e2 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -8aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb --706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb -chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_ 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a40700 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -0-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 0 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb -0:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb -e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thre 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -ad_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb -f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -70 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb -6e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb -ead_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [ano 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -n:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -7 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb -06e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb -00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb --706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_ 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c00 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -0-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb -_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw- 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da220 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -00-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de2 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -4000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -70 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -6e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -ead_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [ano 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -n:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e9 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -06e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_th 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb -read_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [an 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -on:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 0000000 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f93200 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -0-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 --- 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb -p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b0 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb -00-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 52 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb -93080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e4989000 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb -0-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 245 /usr/local/lib/ruby/4.0.0/uri.rb - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/l 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -ib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypt 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -o.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ff 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb -c000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4* Process memory map: - -ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allo5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 cate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e53 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e00e18000-706e01000000 r--s 00000000 00:56 27c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e01000000-706e03c00000 rw-p 00000000 00:00 0 -706e03c78000-706e0557f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0557f000-706e057ff000 rw-p 00000000 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -00:00 0 -706e057ff000-706e05800000 ---p 00000000 00:00 0 -706e05800000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -70:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f5dd] - -e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 0000-- Other runtime information ----------------------------------------------- - -0000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allo6e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-cate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d0000* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -0 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 0000 -0000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 * Ruby Box: disabled -* Loaded features: - - 0 enumerator.so -cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 1 thread.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby 2 fiber.so -:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706 3 rational.so -e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 0000 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb -0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b0 7 set.rb -0000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p0000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allo 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb -cate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e54 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb -1e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb -0:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb -e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-7e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 0000 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -0000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 06e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allo 30 /usr/local/lib/ruby/4.0.0/monitor.rb -cate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e54 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -6f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb -000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb -000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e106 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -00000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb -:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb -e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 0000 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb -0000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 r 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb -w-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x8 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb -6_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb -711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /u 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb -sr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707a14538000-707a1453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000001a0:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708554538000-70855453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -[BUG] 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -Aborted at 0x00000000000002ca 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -Crashed while printing bug report - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e1e618000-706e1e800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e1e800000-706e21400000 rw-p 00000000 00:00 0 -706e21478000-706e22d7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e22d7f000-706e22fff000 rw-p 00000000 00:00 0 -706e22fff000-706e23000000 ---p 00000000 00:00 0 -706e23000000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707114538000-70711453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1254 is running. -ERROR: Child worker (157) crashed. Respawning worker. -ERROR: Child worker (30) crashed. Respawning worker. -ERROR: Child worker (639) crashed. Respawning worker. -ERROR: Child worker (1098) crashed. Respawning worker. -ERROR: Child worker (225) crashed. Respawning worker. -ERROR: Child worker (236) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07ccdb] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e00218000-706e00400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e00400000-706e03000000 rw-p 00000000 00:00 0 -706e03078000-706e0497f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0497f000-706e04bff000 rw-p 00000000 00:00 0 -706e04bff000-706e04c00000 ---p 00000000 00:00 0 -706e04c00000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -7085d4538000-7085d453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1258 is running. -ERROR: Child worker (371) crashed. Respawning worker. -ERROR: Child worker (389) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f5ed] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706df8418000-706df8600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706df8600000-706dfb200000 rw-p 00000000 00:00 0 -706dfb278000-706dfcb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706dfcb7f000-706dfcdff000 rw-p 00000000 00:00 0 -706dfcdff000-706dfce00000 ---p 00000000 00:00 0 -706dfce00000-706dfd600000 rw-p 00000000 00:00 0 -706dfd600000-706dfda00000 rw-p 00000000 00:00 0 -706dfdaff000-706dfdb00000 ---p 00000000 00:00 0 -706dfdb00000-706dfdc00000 rw-p 00000000 00:00 0 -706dfdc00000-706dfe000000 rw-p 00000000 00:00 0 -706dfe0ff000-706dfe100000 ---p 00000000 00:00 0 -706dfe100000-706dfe200000 rw-p 00000000 00:00 0 -706dfe200000-706dfe600000 rw-p 00000000 00:00 0 -706dfe6ff000-706dfe700000 ---p 00000000 00:00 0 -706dfe700000-706dfe800000 rw-p 00000000 00:00 0 -706dfe800000-706dfec00000 rw-p 00000000 00:00 0 -706dfecff000-706dfed00000 ---p 00000000 00:00 0 -706dfed00000-706dfee00000 rw-p 00000000 00:00 0 -706dfee00000-706dff200000 rw-p 00000000 00:00 0 -706dff2ff000-706dff300000 ---p 00000000 00:00 0 -706dff300000-706dff400000 rw-p 00000000 00:00 0 -706dff400000-706dffe00000 rw-p 00000000 00:00 0 -706dffeff000-706dfff00000 ---p 00000000 00:00 0 -706dfff00000-706e00000000 rw-p 00000000 00:00 0 -706e00000000-706e00400000 rw-p 00000000 00:00 0 -706e004ff000-706e00500000 ---p 00000000 00:00 0 -706e00500000-706e00600000 rw-p 00000000 00:00 0 -706e00600000-706e00a00000 rw-p 00000000 00:00 0 -706e00aff000-706e00b00000 ---p 00000000 00:00 0 -706e00b00000-706e00c00000 rw-p 00000000 00:00 0 -706e00c00000-706e01000000 rw-p 00000000 00:00 0 -706e010ff000-706e01100000 ---p 00000000 00:00 0 -706e01100000-706e01200000 rw-p 00000000 00:00 0 -706e01200000-706e01600000 rw-p 00000000 00:00 0 -706e016ff000-706e01700000 ---p 00000000 00:00 0 -706e01700000-706e01800000 rw-p 00000000 00:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-7INFO: 1262 is running. -06e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x706e6f42e5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x706e6f554a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(rb_str_split_m+0xe2f) [0x706e6f6c4a9f] /usr/src/ruby/string.c:9253 -[0x706e4b08026b] -000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e3756f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3756f000-706e37570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37570000-706e37670000 rw-p 00000000 00:00 0 -706e37670000-706e37770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37770000-706e37771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37771000-706e37871000 rw-p 00000000 00:00 0 -706e37871000-706e37971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37971000-706e37972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37972000-706e37a72000 rw-p 00000000 00:00 0 -706e37a72000-706e37b72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b72000-706e37b73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b73000-706e37c73000 rw-p 00000000 00:00 0 -706e37c73000-706e37d73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d73000-706e37d74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d74000-706e37e74000 rw-p 00000000 00:00 0 -706e37e74000-706e37f74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f74000-706e37f75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f75000-706e38075000 rw-p 00000000 00:00 0 -706e38075000-706e38175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38175000-706e38176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38176000-706e38276000 rw-p 00000000 00:00 0 -706e38276000-706e38376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38376000-706e38377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38377000-706e38477000 rw-p 00000000 00:00 0 -706e38477000-706e38577000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38577000-706e38578000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38578000-706e38678000 rw-p 00000000 00:00 0 -706e38678000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708b14538000-708b1453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb -ERROR: Child worker (981) crashed. Respawning worker. - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb -ERROR: Child worker (91) crashed. Respawning worker. - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb -ERROR: Child worker (407) crashed. Respawning worker. - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb -ERROR: Child worker (1090) crashed. Respawning worker. - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -ERROR: Child worker (842) crashed. Respawning worker. - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e10c00000-706e13800000 rw-p 00000000 00:00 0 -706e1517f000-706e153ff000 rw-p 00000000 00:00 0 -706e153ff000-706e15400000 ---p 00000000 00:00 0 -706e15400000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296e0000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [BUG] Segmentation fault at 0x0000000000020010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f6df2f7 RBP: 0x0000706e29e03778 RSP: 0x0000706e29e036a8 - RAX: 0x0000000000020010 RBX: 0x0000706e4a6247f0 RCX: 0x0000000000000008 - RDX: 0x0000000000002001 RDI: 0x0000000000000000 RSI: 0x0000000000002a4f - R8: 0x000000000000e121 R9: 0x0000000000002a4f R10: 0x0000706e29e036d0 - R11: 0x0000706e6fa4b020 R12: 0x000000000002a4f1 R13: 0x0000706e4a6247f0 - R14: 0x0000706e29e036d0 R15: 0x0000706e4a6247f0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- - [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707a94538000-707a9453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Aborted at 0x00000000000001b2 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07f5ed] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e0d418000-706e0d600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e0d600000-706e10200000 rw-p 00000000 00:00 0 -706e10278000-706e11b7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e11b7f000-706e11dff000 rw-p 00000000 00:00 0 -706e11dff000-706e11e00000 ---p 00000000 00:00 0 -706e11e00000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p INFO: 1266 is running. -00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x706e6f42e5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x706e6f554a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(rb_str_split_m+0xe2f) [0x706e6f6c4a9f] /usr/src/ruby/string.c:9253 -[0x706e4b080135] - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707d14538000-707d1453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e1c400000-706e1f000000 rw-p 00000000 00:00 0 -706e2097f000-706e20bff000 rw-p 00000000 00:00 0 -706e20bff000-706e20c00000 ---p 00000000 00:00 0 -706e20c00000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e29670000-706e296f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -7072d4538000-7072d453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Aborted at 0x0000000000000098 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (264) crashed. Respawning worker. -ERROR: Child worker (824) crashed. Respawning worker. -ERROR: Child worker (960) crashed. Respawning worker. -ERROR: Child worker (714) crashed. Respawning worker. -ERROR: Child worker (416) crashed. Respawning worker. -ruby: YJIT has panicked. More info to follow... - -thread '' (257) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26 -stack backtrace: -[BUG] Segmentation fault at 0x0000000000000004 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f5d0ea9 RBP: 0x0000000000000000 RSP: 0x0000706e2cc1a7a0 - RAX: 0x0000706e6eccec70 RBX: 0x0000000000000004 RCX: 0x0000000054534f50 - RDX: 0x0000000000008008 RDI: 0x0000706e4a6882f0 RSI: 0x0000706e4a6882f0 - R8: 0x0000706e6eccec58 R9: 0x0000706e6e869080 R10: 0x0000000000003e90 - R11: 0x200070567eaf37b9 R12: 0x0000706e6ecc1378 R13: 0x0000706e4a1fe340 - R14: 0x0000000000000047 R15: 0x0000706ed44baaf0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07c000] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e05018000-706e05200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e05200000-706e07e00000 rw-p 00000000 00:00 0 -706e07e78000-706e0977f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0977f000-706e099ff000 rw-p 00000000 00:00 0 -706e099ff000-706e09a00000 ---p 00000000 00:00 0 -706e09a00000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708294538000-70829453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1270 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -/usr/local/lib/libruby.so.4.0(hash_table_index+0x1c) [0x706e6f6df2f7] /usr/src/ruby/id_table.c:143 -/usr/local/lib/libruby.so.4.0(rb_id_table_lookup) /usr/src/ruby/id_table.c:237 -/usr/local/lib/libruby.so.4.0(lookup_method_table+0x1e) [0x706e6f73948a] /usr/src/ruby/vm_method.c:1262 -/usr/local/lib/libruby.so.4.0(search_method0) /usr/src/ruby/vm_method.c:1707 -/usr/local/lib/libruby.so.4.0(search_method) /usr/src/ruby/vm_method.c:1730 -/usr/local/lib/libruby.so.4.0(callable_method_entry_or_negative) /usr/src/ruby/vm_method.c:1922 -/usr/local/lib/libruby.so.4.0(callable_method_entry+0x5) [0x706e6f73bbf6] /usr/src/ruby/vm_method.c:1951 -/usr/local/lib/libruby.so.4.0(callable_method_entry_refinements) /usr/src/ruby/vm_method.c:2009 -/usr/local/lib/libruby.so.4.0(rb_callable_method_entry_with_refinements) /usr/src/ruby/vm_method.c:2016 -/usr/local/lib/libruby.so.4.0(mnew_from_me+0x0) [0x706e6f61c3d0] /usr/src/ruby/proc.c:1928 -/usr/local/lib/libruby.so.4.0(mnew_callable) /usr/src/ruby/proc.c:1929 -/usr/local/lib/libruby.so.4.0(obj_method) /usr/src/ruby/proc.c:2226 -/usr/local/lib/libruby.so.4.0(rb_obj_method) /usr/src/ruby/proc.c:2271 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(new_rack_io+0x9d) [0x706e4a1a642d] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_rack_io.c:230 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8b4) [0x706e4a197d14] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:671 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x706e6f6ece59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x706e4a18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x706e4a1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x706e4a169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x706e4a1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x706e4a178442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x706e4a1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x706e4a1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x706e4a128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e15218000-706e15400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e15400000-706e18000000 rw-p 00000000 00:00 0 -706e18078000-706e1997f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1997f000-706e19bff000 rw-p 00000000 00:00 0 -706e19bff000-706e19c00000 ---p 00000000 00:00 0 -706e19c00000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_allocERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 # terminated with exception (report_on_exception is true): - /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707794538000-70779453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (83) crashed. Respawning worker. -INFO: 1274 is running. -# terminated with exception (report_on_exception is true): -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'b' for an instance of Symbol -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'URI._decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'URI.decode_www_form_component' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'Rack::QueryParser#unescape' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'Array#map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Array#each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'Rack::QueryParser#each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'Rack::QueryParser#parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'Rack::Utils.parse_query' -/app/app.rb:18:in 'App#call' -ERROR: - -/usr/local/lib/ruby/4.0.0/uri/common.rb:465: [BUG] Segmentation fault at 0x000000000000012a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0013 ERROR: Child worker (526) crashed. Respawning worker. -p:---- s:0079 e:000078 l:y b:---- CFUNC :b -c:0012 p:0030 s:0075 e:000074 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:465 -c:0011 p:0013 s:0068 e:000067 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/uri/common.rb:431 -c:0010 p:0012 s:0062 e:000061 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254 -c:0009 p:0005 s:0056 e:000055 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 [FINISH] -c:0008 p:---- s:0052 e:000051 l:y b:---- CFUNC :map! -c:0007 p:0019 s:0048 e:000047 l:n b:---- BLOCK /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245 -c:0006 p:0027 s:0042 e:000041 l:y b:0001 METHOD :228 -c:0005 p:0166 s:0036 e:000035 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243 -c:0004 p:0019 s:0026 e:000025 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76 -c:0003 p:0017 s:0018 e:000017 l:y b:0001 METHOD /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103 -c:0002 p:0078 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:18 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:18:in 'call' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb:103:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:76:in 'parse_query' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:243:in 'each_query_pair' -:228:in 'each' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'map!' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245:in 'block (2 levels) in each_query_pair' -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254:in 'unescape' -/usr/local/lib/ruby/4.0.0/uri/common.rb:431:in 'decode_www_form_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in '_decode_uri_component' -/usr/local/lib/ruby/4.0.0/uri/common.rb:465:in 'b' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000706e6f547626 RBP: 0x0000706e6e834000 RSP: 0x0000706e2d01bf70 - RAX: 0xccccccccccccd140 RBX: 0x0000706e553b1640 RCX: 0x000000000000000e - RDX: 0x000000000000012a RDI: 0x0000706e6e852000 RSI: 0x0000000000000010 - R8: 0x0000000000000002 R9: 0x0000706e2920bf18 R10: 0x0000000000000007 - R11: 0x0000000000000000 R12: 0x0000000000000000 R13: 0x0000706e2d01c1c0 - R14: 0x0000706e6e8522a8 R15: 0x0000706e6e852000 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (434) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07cbce] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706dfa618000-706dfa800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706dfa800000-706dfd400000 rw-p 00000000 00:00 0 -706dfd4f9000-706dfee00000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706dfee00000-706dff400000 rw-p 00000000 00:00 0 -706dff57f000-706dff7ff000 rw-p 00000000 00:00 0 -706dff7ff000-706dff800000 ---p 00000000 00:00 0 -706dff800000-706e00000000 rw-p 00000000 00:00 0 -706e00000000-706e00400000 rw-p 00000000 00:00 0 -706e004ff000-706e00500000 ---p 00000000 00:00 0 -706e00500000-706e00600000 rw-p 00000000 00:00 0 -706e00600000-706e00a00000 rw-p 00000000 00:00 0 -706e00aff000-706e00b00000 ---p 00000000 00:00 0 -706e00b00000-706e00c00000 rw-p 00000000 00:00 0 -706e00c00000-706e01000000 rw-p 00000000 00:00 0 -706e010ff000-706e01100000 ---p 00000000 00:00 0 -706e01100000-706e01200000 rw-p 00000000 00:00 0 -706e01200000-706e01600000 rw-p 00000000 00:00 0 -706e016ff000-706e01700000 ---p 00000000 00:00 0 -706e01700000-706e01800000 rw-p 00000000 00:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e3756f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3756f000-706e37570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37570000-706e37670000 rw-p 00000000 00:00 0 -706e37670000-706e37770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37770000-706e37771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37771000-706e37871000 rw-p 00000000 00:00 0 -706e37871000-706e37971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37971000-706e37972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37972000-706e37a72000 rw-p 00000000 00:00 0 -706e37a72000-706e37b72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b72000-706e37b73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b73000-706e37c73000 rw-p 00000000 00:00 0 -706e37c73000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708994538000-70899453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1278 is running. -ERROR: Child worker (833) crashed. Respawning worker. -ERROR: Child worker (140) crashed. Respawning worker. -ERROR: Child worker (870) crashed. Respawning worker. -ERROR: Child worker (152) crashed. Respawning worker. -ERROR: Child worker (1013) crashed. Respawning worker. -undefined method '_hijack' for class 'String' (NameError) -INFO: 1282 is running. -ERROR: Child worker (452) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x706e6f934f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x706e6f96bdff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x706e6f96bc5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x706e6f963bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x706e6f940e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x706e6f442ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x706e6f441e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x706e6f441dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x706e6f91eeaa) [0x706e6f91eeaa] -/usr/local/lib/libruby.so.4.0(0x706e6f91b5d5) [0x706e6f91b5d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x1d) [0x706e6f93101a] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(mov) yjit/src/asm/x86_64/mod.rs:0 -/usr/local/lib/libruby.so.4.0(0x706e6f91100a) [0x706e6f91100a] -/usr/local/lib/libruby.so.4.0(0x706e6f90eff3) [0x706e6f90eff3] -/usr/local/lib/libruby.so.4.0(0x706e6f908b87) [0x706e6f908b87] -/usr/local/lib/libruby.so.4.0(0x706e6f8f922f) [0x706e6f8f922f] -/usr/local/lib/libruby.so.4.0(gen_entry_stub) yjit/src/core.rs:3408 -/usr/local/lib/libruby.so.4.0(gen_entry_chain_guard+0x30) [0x706e6f8dec20] yjit/src/codegen.rs:1083 -/usr/local/lib/libruby.so.4.0(branch>+0x0) [0x706e6f8dba9a] yjit/src/codegen.rs:1160 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1160 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x706e6f8f9d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x706e6f8f1777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x706e6f935d1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x706e6f806211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x463b) [0x706e6f74d0cb] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x706e6f74f24a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(vm_yield_with_cref+0x8c) [0x706e6f754280] /usr/src/ruby/vm.c:1871 -/usr/local/lib/libruby.so.4.0(vm_yield) /usr/src/ruby/vm.c:1879 -/usr/local/lib/libruby.so.4.0(rb_yield_0) /usr/src/ruby/vm_eval.c:1362 -/usr/local/lib/libruby.so.4.0(rb_yield) /usr/src/ruby/vm_eval.c:1378 -/usr/local/lib/libruby.so.4.0(rb_ary_collect_bang+0x38) [0x706e6f44f258] /usr/src/ruby/array.c:3801 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x706e6f731641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xce) [0x706e6f73b03e] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x54c) [0x706e6f748fdc] /usr/src/ruby/insns.def:856 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x706e6f74f24a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x706e4b008231] -INFO: 1286 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e13a00000-706e16a00000 rw-p 00000000 00:00 0 -706e18400000-706e1da00000 rw-p 00000000 00:00 0 -706e1dbf8000-706e1de78000 rw-p 00000000 00:00 0 -706e1de78000-706e1f77f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1f77f000-706e1f9ff000 rw-p 00000000 00:00 0 -706e1f9ff000-706e1fa00000 ---p 00000000 00:00 0 -706e1fa00000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707394538000-70739453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] Aborted at 0x00000000000000b3 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x706e6f42e5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x706e6f554a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(str_alloc_embed+0x2c) [0x706e6f6ae1ec] /usr/src/ruby/string.c:1021 -/usr/local/lib/libruby.so.4.0(str_enc_new) /usr/src/ruby/string.c:1071 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x40) [0x706e4a1975b8] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:332 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x706e6f6ece59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x706e4a18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x706e4a1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x706e4a169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x706e4a1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x706e4a178f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x706e4a1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x706e4a1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x706e4a128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e20c00000-706e23800000 rw-p 00000000 00:00 0 -706e23878000-706e2517f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e2517f000-706e253ff000 rw-p 00000000 00:00 0 -706e253ff000-706e25400000 ---p 00000000 00:00 0 -706e25400000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -706f54538000-706f5453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000031 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x706e6f42e5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x706e6f554a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x706e6f562ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x706e4a1974ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x706e6f6ece59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x706e4a18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x706e4a1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x706e4a169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x706e4a1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x706e4a178442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x706e4a1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x706e4a1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x706e4a128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e1dc00000-706e20800000 rw-p 00000000 00:00 0 -706e20878000-706e2217f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e2217f000-706e223ff000 rw-p 00000000 00:00 0 -706e223ff000-706e22400000 ---p 00000000 00:00 0 -706e22400000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -7071d4538000-7071d453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000006b -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1290 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x706e6f51f506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x706e6f6972e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x706e6f033df0) [0x706e6f033df0] -[0x706e4b07fc02] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e0c818000-706e0ca00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e0ca00000-706e0f600000 rw-p 00000000 00:00 0 -706e0f678000-706e10f7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e10f7f000-706e111ff000 rw-p 00000000 00:00 0 -706e111ff000-706e11200000 ---p 00000000 00:00 0 -706e11200000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707d94538000-707d9453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x706e6f934f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x706e6f96bdff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x706e6f96bc5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x706e6f963bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x706e6f940e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x706e6f442ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x706e6f441e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x706e6f441dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x706e6f91eeaa) [0x706e6f91eeaa] -/usr/local/lib/libruby.so.4.0(0x706e6f91b5d5) [0x706e6f91b5d5] -/usr/local/lib/libruby.so.4.0(0x706e6f910b7c) [0x706e6f910b7c] -/usr/local/lib/libruby.so.4.0(0x706e6f90eff3) [0x706e6f90eff3] -/usr/local/lib/libruby.so.4.0(0x706e6f908b87) [0x706e6f908b87] -/usr/local/lib/libruby.so.4.0(0x706e6f8f97b3) [0x706e6f8f97b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x706e6f8f8e2e) [0x706e6f8f8e2e] -/usr/local/lib/libruby.so.4.0(gen_branch+0x60) [0x706e6f8f8680] yjit/src/core.rs:3913 -/usr/local/lib/libruby.so.4.0(0x706e6f8c12bb) [0x706e6f8c12bb] -/usr/local/lib/libruby.so.4.0(gen_send_iseq) yjit/src/codegen.rs:8365 -/usr/local/lib/libruby.so.4.0(gen_send_general+0x1fc1) [0x706e6f8d2f31] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(eq+0x0) [0x706e6f8e4365] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(gen_opt_send_without_block) yjit/src/codegen.rs:499 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x706e6f8d755f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x706e6f8fa071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x706e6f8fbeae) [0x706e6f8fbeae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x706e6f8f1624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x706e6f93f42d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x706e6f8f939c] yjit/src/core.rs:3513 -[0x706e4b00a033] -ERROR: Child worker (398) crashed. Respawning worker. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e0fc00000-706e12800000 rw-p 00000000 00:00 0 -706e14200000-706e18800000 rw-p 00000000 00:00 0 -706e189f8000-706e18c78000 rw-p 00000000 00:00 0 -706e18c78000-706e1a57f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1a57f000-706e1a7ff000 rw-p 00000000 00:00 0 -706e1a7ff000-706e1a800000 ---p 00000000 00:00 0 -706e1a800000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707714538000-70771453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Aborted at 0x0000000000000131 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:81: [BUG] Segmentation fault at 0x0000706e6f003331 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x706e6f934f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x706e6f96bdff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x706e6f96bc5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x706e6f963bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x706e6f940e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x706e6f442ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x706e6f441e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x706e6f441dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x706e6f91eeaa) [0x706e6f91eeaa] -/usr/local/lib/libruby.so.4.0(0x706e6f91b5d5) [0x706e6f91b5d5] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x706e6f934923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x706e6f93098a] -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x706e6f930f0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(0x706e6f91100a) [0x706e6f91100a] -/usr/local/lib/libruby.so.4.0(0x706e6f90eff3) [0x706e6f90eff3] -/usr/local/lib/libruby.so.4.0(0x706e6f908b87) [0x706e6f908b87] -/usr/local/lib/libruby.so.4.0(0x706e6f8d9731) [0x706e6f8d9731] -/usr/local/lib/libruby.so.4.0(gen_outlined_exit) yjit/src/codegen.rs:921 -/usr/local/lib/libruby.so.4.0(0x706e6f90515a) [0x706e6f90515a] -/usr/local/lib/libruby.so.4.0(branch+0x0) [0x706e6f8e6110] yjit/src/codegen.rs:973 -/usr/local/lib/libruby.so.4.0(jit_ensure_block_entry_exit) yjit/src/codegen.rs:974 -/usr/local/lib/libruby.so.4.0(0x706e6f8e824d) [0x706e6f8e824d] -/usr/local/lib/libruby.so.4.0(gen_getlocal_generic+0x86) [0x706e6f8ddc36] yjit/src/codegen.rs:2471 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x706e6f8d755f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x706e6f8fa071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x706e6f8fbeae) [0x706e6f8fbeae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x706e6f8f1624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x706e6f93f42d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x706e6f8f939c] yjit/src/core.rs:3513 -[0x706e4b00a033] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x706e6f934f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x706e6f96bdff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x706e6f96bc5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x706e6f963bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x706e6f940e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x706e6f442ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x706e6f441e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x706e6f441dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x706e6f91eeaa) [0x706e6f91eeaa] -/usr/local/lib/libruby.so.4.0(0x706e6f91b5d5) [0x706e6f91b5d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x1d) [0x706e6f93101a] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(mov) yjit/src/asm/x86_64/mod.rs:0 -/usr/local/lib/libruby.so.4.0(0x706e6f91100a) [0x706e6f91100a] -/usr/local/lib/libruby.so.4.0(0x706e6f90eff3) [0x706e6f90eff3] -/usr/local/lib/libruby.so.4.0(0x706e6f908b87) [0x706e6f908b87] -/usr/local/lib/libruby.so.4.0(0x706e6f8f922f) [0x706e6f8f922f] -/usr/local/lib/libruby.so.4.0(gen_entry_stub) yjit/src/core.rs:3408 -/usr/local/lib/libruby.so.4.0(gen_entry_chain_guard+0x30) [0x706e6f8dec20] yjit/src/codegen.rs:1083 -/usr/local/lib/libruby.so.4.0(branch>+0x0) [0x706e6f8dba9a] yjit/src/codegen.rs:1160 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1160 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x706e6f8f9d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x706e6f8f1777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x706e6f935d1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x706e6f806211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x463b) [0x706e6f74d0cb] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x706e6f74f24a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(vm_yield_with_cref+0x8c) [0x706e6f754280] /usr/src/ruby/vm.c:1871 -/usr/local/lib/libruby.so.4.0(vm_yield) /usr/src/ruby/vm.c:1879 -/usr/local/lib/libruby.so.4.0(rb_yield_0) /usr/src/ruby/vm_eval.c:1362 -/usr/local/lib/libruby.so.4.0(rb_yield) /usr/src/ruby/vm_eval.c:1378 -/usr/local/lib/libruby.so.4.0(rb_ary_collect_bang+0x38) [0x706e6f44f258] /usr/src/ruby/array.c:3801 -/usr/local/lib/libruby.so.4.0(vm_call_cfunc_with_frame_+0x101) [0x706e6f731641] /usr/src/ruby/vm_insnhelper.c:3901 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xce) [0x706e6f73b03e] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x54c) [0x706e6f748fdc] /usr/src/ruby/insns.def:856 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x706e6f74f24a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x706e4b008231] -INFO: 1294 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e0a200000-706e0ce00000 rw-p 00000000 00:00 0 -706e0e800000-706e12e00000 rw-p 00000000 00:00 0 -706e12ff8000-706e13278000 rw-p 00000000 00:00 0 -706e13278000-706e14b7f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e14b7f000-706e14dff000 rw-p 00000000 00:00 0 -706e14dff000-706e14e00000 ---p 00000000 00:00 0 -706e14e00000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707ad4538000-707ad453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -:37: [BUG] Aborted at 0x00000000000001bb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (543) crashed. Respawning worker. -ERROR: Child worker (120) crashed. Respawning worker. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb -# terminated with exception (report_on_exception is true): - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -SEGV received in SEGV handler - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -ABRT received in SEGV handler - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x706e6f42e5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x706e6f554a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x706e6f562ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x706e4a1974ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x706e6f6ece59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x706e4a18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x706e4a1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x706e4a169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x706e4a1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x706e4a178f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x706e4a1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x706e4a1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x706e4a128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -* Process memory map: - - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e03400000-706e06000000 rw-p 00000000 00:00 0 -706e06078000-706e0797f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0797f000-706e07bff000 rw-p 00000000 00:00 0 -706e07bff000-706e07c00000 ---p 00000000 00:00 0 -706e07c00000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000- 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e124 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -00000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb -:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb -142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb -rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 000000 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -00 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e1800 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -0000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 0 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -0000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00: 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb -e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 0000000 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -0 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d80000 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb -0-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:0 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -0 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb -20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 -- 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb --p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb --706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e243000 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -00 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 000 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb -00000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e261 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb -00000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e2 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb -6d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw- 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb -p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -70 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb -6e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000- 250 /usr/local/lib/ruby/4.0.0/tempfile.rb -706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb -04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb -06e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 0000000 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac* Process memory map: - -k_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000005daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706df2600000-706df5600000 rw-p 00000000 00:00 0 -706df7000000-706dfc600000 rw-p 00000000 00:00 0 -706dfc7f8000-706dfca78000 rw-p 00000000 00:00 0 -706dfca78000-706dfe37f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706dfe37f000-706dfe5ff000 rw-p 00000000 00:00 0 -706dfe5ff000-706dfe600000 ---p 00000000 00:00 0 -706dfe600000-706dfee00000 rw-p 00000000 00:00 0 -706dfee00000-706dff200000 rw-p 00000000 00:00 0 -706dff2ff000-706dff300000 ---p 00000000 00:00 0 -706dff300000-706dff400000 rw-p 00000000 00:00 0 -706dff400000-0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [a706dffe00000 rw-p 00000000 00:00 0 -706dffeff000-706dfff00000 ---p 00000000 00:00 0 -706dfff00000-706e00000000 rw-p 00000000 00:00 0 -706e00000000-706e00400000 rw-p 00000000 00:00 0 -706e004ff000-706e00500000 ---p 00000000 00:00 0 -706e00500000-706e0060000non:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 0 rw-p 00000000 00:00 0 -706e00600000-706e00a00000 rw-p 00000000 00:00 0 -706e00aff000-706e00b00000 ---p 00000000 00:00 0 -706e00b00000-706e00c00000 rw-p 00000000 00:00 0 -706e00c00000-706e01000000 rw-p 00000000 00:00 0 -706e010ff000-706e01100000 ---p 0000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 0000000000 00:00 0 -706e01100000-706e01200000 rw-p 00000000 00:00 0 -706e01200000-706e01600000 rw-p 00000000 00:00 0 -706e016ff000-706e01700000 ---p 00000000 00:00 0 -706e01700000-706e01800000 rw-p 00000000 00:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e0240 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:n0000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706t_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2cINFO: 1298 is running. -e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-7000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta06e05a00000 rw-p 00000000 00:00 0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000ck_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby: ---p 00000000 00:00 0 -706e06500000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 000 00:00 0 -706e070ff000-706e07100000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2f -706e07800000-706e07c00000 rw-p 00000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00:00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00e34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_0ad00000-706e0ae00000 rw-p 00000000 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 000000thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e00 00:00 0 -706e0cc00000-706e0d000000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff03153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw0000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 0-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 -0000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 r--p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00w-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 0000000 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 0 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e330706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00004d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 0000000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a0000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 000017400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d000000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1ccd000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x8600000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -70_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodi6e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 ne/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 0linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 0:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706[anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 0000000:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-70000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-7066e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 000 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-70Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]6e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_ [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf1400ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-li0 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2nux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escac015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_allope.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -70c_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 6e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 -706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000- [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00/usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -70000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-76e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 06e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:000:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 0 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gn rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2du/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -70f25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_6e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linstack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -by:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a00706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e20 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706eeb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 006fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 :00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-70 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-6e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_allp 00000000 00:00 0 -7083d4538000-7083d453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -oc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 - - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_al[BUG] Aborted at 0x0000000000000301loc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 Crashed while printing bug report - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f54000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34a5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 00000000 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e34e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706e35962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706e36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e3756f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3756f000-706e37570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37570000-706e37670000 rw-p 00000000 00:00 0 -706e37670000-706e37770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37770000-706e37771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37771000-706e37871000 rw-p 00000000 00:00 0 -706e37871000-706e37971000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37971000-706e37972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37972000-706e37a72000 rw-p 00000000 00:00 0 -706e37a72000-706e37b72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b72000-706e37b73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b73000-706e37c73000 rw-p 00000000 00:00 0 -706e37c73000-706e37d73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d73000-706e37d74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d74000-706e37e74000 rw-p 00000000 00:00 0 -706e37e74000-706e37f74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f74000-706e37f75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f75000-706e38075000 rw-p 00000000 00:00 0 -706e38075000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708a14538000-708a1453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:253: [BUG] Aborted at 0x00000000000003de -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (731) crashed. Respawning worker. -ERROR: Child worker (107) crashed. Respawning worker. -ERROR: Child worker (305) crashed. Respawning worker. -INFO: 1301 is running. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:245: [BUG] Segmentation fault at 0x0000000000000010 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x706e6f934f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x706e6f96bdff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x706e6f96bc5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x706e6f963bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x706e6f940e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x706e6f442ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x706e6f441e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x706e6f441dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(0x706e6f91eeaa) [0x706e6f91eeaa] -/usr/local/lib/libruby.so.4.0(0x706e6f91b5d5) [0x706e6f91b5d5] -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(0x706e6f910b7c) [0x706e6f910b7c] -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(0x706e6f90eff3) [0x706e6f90eff3] -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x706e6f934f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(0x706e6f908b87) [0x706e6f908b87] -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Outp/usr/local/lib/libruby.so.4.0(0x706e6f8f97b3) [0x706e6f8f97b3] -ut=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x706e6f96bdff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0(0x706e6f8f8e2e) [0x706e6f8f8e2e] -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x706e6f96bc5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x706e6f963bb9/usr/local/lib/libruby.so.4.0(gen_branch+0x60) [0x706e6f8f8680] yjit/src/core.rs:3913 -] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(0x706e6f8ce279) [0x706e6f8ce279] -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x706e6f940e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(jit_chain_guard) yjit/src/codegen.rs:2837 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x706e6f442ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(jit_guard_known_klass+0xc14) [0x706e6f8e0fe4] yjit/src/codegen.rs:5051 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(gen_send_general+0xcec) [0x706e6f8d1c5c] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(eq+0x0) [0x706e6f8e4365] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x706e6f441e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(gen_opt_send_without_block) yjit/src/codegen.rs:499 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x706e6f441dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x706e6f8d755f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x706e6f8fa071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(0x706e6f91eeaa) [0x706e6f91eeaa] -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x706e6f91b5d5) [0x706e6f91b5d5] -/usr/local/lib/libruby.so.4.0(0x706e6f8fbeae) [0x706e6f8fbeae] -/usr/local/lib/libruby.so.4.0(write_rm+0x1f3) [0x706e6f934923] yjit/src/asm/x86_64/mod.rs:432 -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0(write_rm_multi+0x46a) [0x706e6f93098a] -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x706e6f8f1624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(mov+0x12a) [0x706e6f930f0a] yjit/src/asm/x86_64/mod.rs:1058 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src//usr/local/lib/libruby.so.4.0(0x706e6f91100a) [0x706e6f91100a] -stats.rs:1062 -/usr/local/lib/libruby.so.4.0(0x706e6f90eff3) [0x706e6f90eff3] -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x706e6f93f42d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(0x706e6f908b87) [0x706e6f908b87] -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f265/usr/local/lib/libruby.so.4.0(0x706e6f8d9731) [0x706e6f8d9731] -7300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb705/usr/local/lib/libruby.so.4.0(gen_outlined_exit) yjit/src/codegen.rs:921 -7f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(0x706e6f90515a) [0x706e6f90515a] -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb705/usr/local/lib/libruby.so.4.0(branch+0x0) [0x706e6f8e6110] yjit/src/codegen.rs:973 -7f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(jit_ensure_block_entry_exit) yjit/src/codegen.rs:974 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch<()>+0x0) [0x706e6f8d1ffa] yjit/src/codegen.rs:369 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x706e6f8f939c] yjit/src/core.rs:3513 -/usr/local/lib/libruby.so.4.0(gen_send_general) yjit/src/codegen.rs:9162 -[0x706e4b00a033] -/usr/local/lib/libruby.so.4.0(eq+0x0) [0x706e6f8e4365] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(gen_opt_send_without_block) yjit/src/codegen.rs:499 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x706e6f8d755f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x706e6f8fa071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x706e6f8fbeae) [0x706e6f8fbeae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x706e6f8f1624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x706e6f93f42d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb705ERROR: Child worker (604) crashed. Respawning worker. -7f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x706e6f8f939c] yjit/src/core.rs:3513 -[0x706e4b00a033] -ERROR: Child worker (10) crashed. Respawning worker. -ERROR: Child worker (769) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x706e6f934f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x706e6f96bdff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x706e6f96bc5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x706e6f963bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x706e6f940e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x706e6f442ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x706e6f441e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x706e6f441dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x706e6f91eeaa) [0x706e6f91eeaa] -/usr/local/lib/libruby.so.4.0(0x706e6f91b5d5) [0x706e6f91b5d5] -/usr/local/lib/libruby.so.4.0(0x706e6f910b7c) [0x706e6f910b7c] -/usr/local/lib/libruby.so.4.0(0x706e6f90eff3) [0x706e6f90eff3] -/usr/local/lib/libruby.so.4.0(0x706e6f908b87) [0x706e6f908b87] -/usr/local/lib/libruby.so.4.0(0x706e6f8f97b3) [0x706e6f8f97b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x706e6f8f8e2e) [0x706e6f8f8e2e] -/usr/local/lib/libruby.so.4.0(defer_compilation+0xa4) [0x706e6f8fa854] yjit/src/core.rs:3987 -/usr/local/lib/libruby.so.4.0(0x706e6f8dde08) [0x706e6f8dde08] -/usr/local/lib/libruby.so.4.0(gen_getlocal_generic) yjit/src/codegen.rs:2468 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x706e6f8d755f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x706e6f8fa071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body+0x405) [0x706e6f8fbef5] yjit/src/core.rs:3632 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x706e6f8f1624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x706e6f93f42d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x706e6f8f939c] yjit/src/core.rs:3513 -[0x706e4b00a033] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e09000000-706e0bc00000 rw-p 00000000 00:00 0 -706e0d600000-706e11c00000 rw-p 00000000 00:00 0 -706e11df8000-706e12078000 rw-p 00000000 00:00 0 -706e12078000-706e1397f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1397f000-706e13bff000 rw-p 00000000 00:00 0 -706e13bff000-706e13c00000 ---p 00000000 00:00 0 -706e13c00000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707b94538000-707b9453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254: [BUG] Aborted at 0x00000000000001d7 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - /usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 - 6/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -: yjit::/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -codegen::/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -gen_single_block - at /usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x706e6f934f20] yjit/src/yjit.rs:128 -/usr/src/ruby/yjit/src/codegen.rs:/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Outp1398:ut=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x706e6f96bdff] library/alloc/src/boxed.rs:1999 -22 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x706e6f96bc5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x706e6f963bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x706e6f940e8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x706e6f442ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x706e6f441e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x706e6f441dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x706e6f91eeaa) [0x706e6f91eeaa] -/usr/local/lib/libruby.so.4.0(0x706e6f91b5d5) [0x706e6f91b5d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x1d) [0x706e6f93101a] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(mov) yjit/src/asm/x86_64/mod.rs:0 -/usr/local/lib/libruby.so.4.0(0x706e6f91100a) [0x706e6f91100a] -/usr/local/lib/libruby.so.4.0(0x706e6f90eff3) [0x706e6f90eff3] -/usr/local/lib/libruby.so.4.0(0x706e6f908b87) [0x706e6f908b87] -/usr/local/lib/libruby.so.4.0(0x706e6f8f922f) [0x706e6f8f922f] -/usr/local/lib/libruby.so.4.0(gen_entry_stub) yjit/src/core.rs:3408 -/usr/local/lib/libruby.so.4.0(gen_entry_chain_guard+0x30) [0x706e6f8dec20] yjit/src/codegen.rs:1083 -/usr/local/lib/libruby.so.4.0(branch>+0x0) [0x706e6f8dba9a] yjit/src/codegen.rs:1160 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1160 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x706e6f8f9d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x706e6f8f1777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x706e6f935d1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x706e6f806211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x463b) [0x706e6f74d0cb] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x706e6f74f24a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x706e6f75a1b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x706e6f52b813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x706e4a18e865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x706e4a18ebc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x706e4a197d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x706e4a1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x706e4a169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x706e4a1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x706e4a178f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x706e4a1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x706e4a1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x706e4a128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb --- Other runtime information ----------------------------------------------- - - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb -* Ruby Box: disabled - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb -* Loaded features: - - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 0 enumerator.so - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 1 thread.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 2 fiber.so - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 3 rational.so - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 4 complex.so - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 5 pathname.so - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 6 ruby2_keywords.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 7 set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 230 /app/app.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 252 /usr/local/lib/ruby/4.0.0/date.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -* Process memory map: - - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e00800000-706e03800000 rw-p 00000000 00:00 0 -706e0389d000-706e051a4000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e051a4000-706e05400000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -70 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -6e05400000-706e0aa00000 rw-p 00000000 00:00 0 -706e0abf8000-706e0ae78000 rw-p 00000000 00:00 0 -706e0ae78000-706e0c77f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0c77f000-706e0c9ff000 rw-p 00000000 00:00 0 -706e0c 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -9ff000-706e0ca00000 ---p 00000000 00:00 0 -706e0ca00000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 00000000 00:00 0 -706e0d800000-706e 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00:00 0 -706e0e300000-706e0e400000 rw 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb --p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e0eeff000-706e0ef00000 ---p 00000000 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-706e0fa00000 rw-p 00000000 00:00 0 -7 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb -06e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb --706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e000 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb -00 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 000 234 /usr/local/lib/ruby/4.0.0/uri/common.rb -00000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e1 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb -3800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 --- 245 /usr/local/lib/ruby/4.0.0/uri.rb -p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb -00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -70 253 /usr/local/lib/ruby/4.0.0/time.rb -6e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000- 254 /usr/local/lib/ruby/4.0.0/erb/version.rb -706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d0000 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb -0 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 0000 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb -0000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb -0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb -700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - - 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb* Process memory map: - -00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-70 7: 6e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 yjitrw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 0000005daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 00 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 ::core /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706df1c00000-706df4800000 rw-p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff0:: -706df6200000-706dfa800000 rw-p 00000000 00:00 0 -706dfa9f8000-706dfac78000 rw-p 00000000 00:00 0 -706dfac78000-706dfc57f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706dfc57f000-706dfc7ff000 rw-p 00000000 00:00 0 -70gen_block_series_body6dfc7ff000-706dfc800000 ---p 00000000 00:00 0 -706dfc800000-706dfd000000 rw-p 00000000 00:00 0 -706dfd000000-706dfd400000 rw-p 00000000 00:00 0 -706dfd4ff000-706dfd500000 ---p 00000000 00:00 0 -706dfd500000-706dfd600000 rw-p 00000000 00:00 0 -706dfd600000- - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 00-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a0 80000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 0706dfda00000 rw-p 00000000 00:00 0 -706dfdaff000-706dfdb00000 ---p 00000000 00:00 0 -706dfdb00000-706dfdc00000 rw-p 00000000 00:00 0 -706dfdc00000-706dfe000000 rw-p 00000000 00:00 0 -706dfe0ff000-706dfe100000 ---p 00000000 00:00 0 -706dfe100000-706dfe20000: 0000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:0 rw-p 00000000 00:00 0 -706dfe200000-706dfe600000 rw-p 00000000 00:00 0 -706dfe6ff000-706dfe700000 ---p 00000000 00:00 0 -706dfe700000-706dfe800000 rw-p 00000000 00:00 0 -706dfe800000-706dfec00000 rw-p 00000000 00:00 0 -706dfecff000-706dfed00000 ---p 0000yjit00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e20000 00:00 0 -706dfed00000-706dfee00000 rw-p 00000000 00:00 0 -706dfee00000-706dff200000 rw-p 00000000 00:00 0 -706dff2ff000-706dff300000 ---p 00000000 00:00 0 -706dff300000-706dff400000 rw-p 00000000 00:00 0 -706dff400000-706dffe00000 rw-p 00000000 00:00 ::0 -706dffeff000-706dfff00000 ---p 00000000 00:00 0 -706dfff00000-706e00000000 rw-p 00000000 00:00 0 -706e00000000-706e00400000 rw-p 00000000 00:00 0 -706e004ff000-706e00500000 ---p 00000000 00:00 0 -706e00500000-706e00600000 rw-p 00000000 00:00 0 -706e0060core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:1878ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706 -e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby0000-706e00a00000 rw-p 00000000 00:00 0 -706e00aff000-706e00b00000 ---p 00000000 00:00 0 -706e00b00000-706e00c00000 rw-p 00000000 00:00 0 -706e00c00000-706e01000000 rw-p 00000000 00:00 0 -706e010ff000-706e01100000 ---p 00000000 00:00 0 -706e01100000-706e01200000 rw-p 00000000 00:00 0 -706e01200000-706e01600000 rw-p 00000000 00:00 0 -706e016ff000-706e01700000 ---p 00000000 00:00 0 -706e01700000-706e01800000 rw-p 00000000 00:00 0 -706e01800000-706e01c00000 rw-p 00000000 00:00 0 -706e01cff000-706e01d00000 ---p 00000000 00:00 0 -706e01d00000-706e01e00000 rw-p 00000000 00:00 0 -706e01e00000-706e02200000 rw-p 00000000 00:00 0 -706e022ff000-706e02300000 ---p 00000000 00:00 0 -706e02300000-706e02400000 rw-p 00000000 00:00 0 -706e02400000-706e02800000 rw-p 00000000 00:00 0 -706e028ff000-706e02900000 ---p 00000000 00:00 0 -706e02900000-706e02a00000 rw-p 00000000 00:00 0 -706e02a00000-706e02e00000 rw-p 00000000 00:00 0 -706e02eff000-706e02f00000 ---p 00000000 00:00 0 -706e02f00000-706e03000000 rw-p 00000000 00:00 0 -706:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a1e03000000-706e03400000 rw-p 00000000 00:00 0 -706e034ff000-706e03500000 ---p 00000000 00:00 0 -706e03500000-706e03600000 rw-p 00000000 00:00 0 -706e03600000-706e03a00000 rw-p 00000000 00:00 0 -706e03aff000-706e03b00000 ---p 00000000 00:00 0 -706e03b00000-706e03c00000 rw-p 00000000 00:00 0 -706e03c00000-706e04000000 rw-p 00000000 00:00 0 -706e040ff000-706e04100000 ---p 00000000 00:00 0 -706e04100000-706e04200000 rw-p 00000000 00:00 0 -706e04200000-706e04600000 rw-p 00000000 00:00 0 -706e046ff000-706e04700000 ---p 00000000 00:00 0 -706e04700000-706e04800000 rw-p 00000000 00:00 0 -706e04800000-706e04c00000 rw-p 00000000 00:00 0 -706e04cff000-706e04d00000 ---p 00000000 00:00 0 -706e04d00000-706e04e00000 rw-p 00000000 00:00 0 -706e04e00000-706e05200000 rw-p 00000000 00:00 0 -706e052ff000-706e05300000 ---p 00000000 00:00 0 -706e05300000-706e05400000 rw-p 00000000 00:00 0 -706e05400000-706e05800000 rw-p 00000000 00:00 0 -706e058ff000-706e05900000 ---p 00000000 00:00 0 -706e05900000-706e05a00000 rw-p 00000000 00:00 005000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:0 -706e05a00000-706e05e00000 rw-p 00000000 00:00 0 -706e05eff000-706e05f00000 ---p 00000000 00:00 0 -706e05f00000-706e06000000 rw-p 00000000 00:00 0 -706e06000000-706e06400000 rw-p 00000000 00:00 0 -706e064ff000-706e06500000 ---p 00000000 00:00 0 -706e065000 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000000-706e06600000 rw-p 00000000 00:00 0 -706e06600000-706e06a00000 rw-p 00000000 00:00 0 -706e06aff000-706e06b00000 ---p 00000000 00:00 0 -706e06b00000-706e06c00000 rw-p 00000000 00:00 0 -706e06c00000-706e07000000 rw-p 00000000 00:00 0 -706e070ff000-706e071 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2a00000 ---p 00000000 00:00 0 -706e07100000-706e07200000 rw-p 00000000 00:00 0 -706e07200000-706e07600000 rw-p 00000000 00:00 0 -706e076ff000-706e07700000 ---p 00000000 00:00 0 -706e07700000-706e07800000 rw-p 00000000 00:00 0 -706e07800000-706e07c00000 rw-p c0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 0000000000000 00:00 0 -706e07cff000-706e07d00000 ---p 00000000 00:00 0 -706e07d00000-706e07e00000 rw-p 00000000 00:00 0 -706e07e00000-706e08200000 rw-p 00000000 00:00 0 -706e082ff000-706e08300000 ---p 00000000 00:00 0 -706e08300000-706e08400000 rw-p 00000000 00000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 :00 0 -706e08400000-706e08800000 rw-p 00000000 00:00 0 -706e088ff000-706e08900000 ---p 00000000 00:00 0 -706e08900000-706e08a00000 rw-p 00000000 00:00 0 -706e08a00000-706e08e00000 rw-p 00000000 00:00 0 -706e08eff000-706e08f00000 ---p 00000000 00:00 0 -706e08f00000-706e09000000 rw-p 00000000 00:00 0 -706e09000000-706e09400000 rw-p 00000000 00:00 0 -706e094ff000-706e09500000 ---p 00000000 00:00 0 -706e09500000-706e09600000 rw-p 00000000 00:00 0 -706e09600000-706e09a00000 rw-p 00000000 00:00 0 -706e09aff000-706e09b00000 ---p 00000000 00:00 0 -706e09b00000-706e09c00000 rw-p 00000000 00:00 0 -706e09c00000-706e0a000000 rw-p 00000000 00:00 0 -706e0a0ff000-706e0a100000 ---p 00000000 00:00 0 -706e0a100000-706e0a200000 rw-p 00000000 00:00 0 -706e0a200000-706e0a600000 rw-p 00000000 00:00 0 -706e0a6ff000-706e0a700000 ---p 00000000 00:00 0 -706e0a700000-706e0a800000 rw-p 00000000 00:00 0 -706e0a800000-706e0ac00000 rw-p 00000000 00:00 0 -706e0acff000-706e0ad00000 ---p 00000000 00:00 0 -706e0ad00000-706e0ae00000 rw-p 000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allo00 00:00 0 -706e0ae00000-706e0b200000 rw-p 00000000 00:00 0 -706e0b2ff000-706e0b300000 ---p 00000000 00:00 0 -706e0b300000-706e0b400000 rw-p 00000000 00:00 0 -706e0b400000-706e0b800000 rw-p 00000000 00:00 0 -706e0b8ff000-706e0b900000 ---p 00000000 00:00 0 -706e0b900000-706e0ba00000 rw-p 00000000 00:00 0 -706e0ba00000-706e0be00000 rw-p 00000000 00:00 0 -706e0beff000-706e0bf00000 ---p 00000000 00:00 0 -706e0bf00000-706e0c000000 rw-p 00000000 00:00 0 -706e0c000000-706e0c400000 rw-p 00000000 00:00 0 -706e0c4ff000-706e0c500000 ---p 00000000 00:00 0 -706e0c500000-706e0c600000 rw-p 00000000 00:00 0 -706e0c600000-706e0ca00000 rw-p 00000000 00:00 0 -706e0caff000-706e0cb00000 ---p 00000000 00:00 0 -706e0cb00000-706e0cc00000 rw-p 00000000 00:00 0 -706e0cc00000-706e0d00 0000 rw-p 00000000 00:00 0 -706e0d0ff000-706e0d100000 ---p 00000000 00:00 0 -706e0d100000-706e0d200000 rw-p 00000000 00:00 0 -706e0d200000-706e0d600000 rw-p 00000000 00:00 0 -706e0d6ff000-706e0d700000 ---p 00000000 00:00 0 -706e0d700000-706e0d800000 rw-p 0c_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 9 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 000: 00000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-70yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs0000000 00:00 0 -706e0d800000-706e0dc00000 rw-p 00000000 00:00 0 -706e0dcff000-706e0dd00000 ---p 00000000 00:00 0 -706e0dd00000-706e0de00000 rw-p 00000000 00:00 0 -706e0de00000-706e0e200000 rw-p 00000000 00:00 0 -706e0e2ff000-706e0e300000 ---p 00000000 00::00 0 -706e0e300000-706e0e400000 rw-p 00000000 00:00 0 -706e0e400000-706e0e800000 rw-p 00000000 00:00 0 -706e0e8ff000-706e0e900000 ---p 00000000 00:00 0 -706e0e900000-706e0ea00000 rw-p 00000000 00:00 0 -706e0ea00000-706e0ee00000 rw-p 00000000 00:00 0 -706e036326e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00:eeff000-706e0ef00000 ---p 00000000 00:00 0 -706e0ef00000-706e0f000000 rw-p 00000000 00:00 0 -706e0f000000-706e0f400000 rw-p 00000000 00:00 0 -706e0f4ff000-706e0f500000 ---p 00000000 00:00 0 -706e0f500000-706e0f600000 rw-p 00000000 00:00 0 -706e0f600000-70617 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 e0fa00000 rw-p 00000000 00:00 0 -706e0faff000-706e0fb00000 ---p 00000000 00:00 0 -706e0fb00000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 r -rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 0000000tack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Rub0 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -y:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e1200000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c000 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 000015600000 rw-p 00000000 00:00 0 -706e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f000000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 -706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 00 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:0000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-70 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a96e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 00000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 --- [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -70000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e306e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 000 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:R0:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000uby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_all00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---poc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-7 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 06e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ch [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 unk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_al [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-loc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 00000000 00:00 0 p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a8090 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706e32f4c000 rw-p 00000000 00:00 0 00-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0 -706e3304d000-706e3314d000 rw-p 000:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw-p 00000000 00:00 0 -706e3324e000-b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -70706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f000-706e3344f000 rw-p 00000000 00:6e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33550000-706e3365000ead_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 0 rw-p 00000000 00:00 0 -706e33650000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/li [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7bcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so06e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/ [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 0000000iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 --706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-prw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c71900 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_ji0-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:ntt_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000- [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e0e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e534900-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stace000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000k_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:n 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-70t_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de246e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_th00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0read_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [an [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:on:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 0000000 -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2e00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:d2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_ [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec510 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw- 00-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 0000300 10: yjitp 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd340::00-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_staccorek_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:n::t_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 branch_stub_hit::{{closure0 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 0000100}0 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r-}-p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6::ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-x [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0{ [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 --{-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939closure}000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta} - at /usr/src/ruby/yjit/src/core.rsp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 0000:2000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 0ck_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:35140:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 1936 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 r w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143 f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 0000000110 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31: 711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -yjitlib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/lib::stdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -7stats06e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_t15hread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [a -non:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 000000linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e32949000 rw-p 00000000 00:00 0 [86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.anon:Ruby:nt_alloc_thread_stack_chunk] -706e32949000-706e3294a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3294a000-706e32a4a000 rw-p 00000000 00:00 0 -706e32a4a000-706e32b4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4a000-706e32b4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32b4b000-706e32c4b000 rw-p 00000000 00:00 0 -706e32c4b000-706e32d4b000 rw-p 000001.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4b000-706e32d4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32d4c000-706e32e4c000 rw-p 00000000 00:00 0 -706e32e4c000-706ef30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so32f4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4c000-706e32f4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32f4d000-706e3304d000 rw-p 00000000 00:00 0.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706 -706e3304d000-706e3314d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314d000-706e3314e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3314e000-706e3324e000 rw -p 00000000 00:00 0 -706e3324e000-706e3334e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334e000-706e3334f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3334f 000-706e3344f000 rw-p 00000000 00:00 0 -706e3344f000-706e3354f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3354f000-706e33550000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stae6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 ck_chunk] -706e33550000-706e33650000 rw-p 00000000 00:00 0 -706e33650000-706e33750000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33750000-706e33751000 ---p 00000000 00:00 0 [anon:Ruby:1200:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 : /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/lyjitibz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 00::core::branch_stub_hit::{{nt_alloc_thread_stack_chunk] -706e33751000-706e33851000 rw-p 00000000 00:00 0 -706e33851000-706e33951000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33951000-706e33952000 ---p 00000000 00:00 0 closure [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33952000-706e33a52000 rw-p 00000000 00:00 0 -706e33a52000-706e33b52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b52000-706e33b53000 ---p 00000000 00:00 }}0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33b53000-706e33c53000 rw-p 00000000 00:00 0 -706e33c53000-706e33d53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d53000-706e33d54000 - ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33d54000-706e33e54000 rw-p 00000000 00:00 0 -706e33e54000-706e33f54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f5 at 63a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/l/usr/src/ruby/yjit/src/core.rsocal/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 : /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-3514linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-70:134000-706e33f55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e33f55000-706e34055000 rw-p 00000000 00:00 0 -706e34055000-706e34155000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st -ack_chunk] -706e34155000-706e34156000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34156000-706e34256000 rw-p 00000000 00:00 0 -706e34256000-706e34356000 rw-p 00000000 00:00 0 [anon:Ruby :nt_alloc_thread_stack_chunk] -706e34356000-706e34357000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34357000-706e34457000 rw-p 00000000 00:00 0 -706e34457000-706e34557000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34557000-706e34558000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34558000-706e34658000 rw-p 00000000 00:00 0 -706e34658000-706e34758000 rw-p 00000000 00:0013: std::panicking::catch_unwind6e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 :: [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86do_call 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34758000-706e34759000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34759000-706e34859000 rw-p 00000000 00:00 0 -706e34859000-706e34959000 -64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd -rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34959000-706e3495a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3495a000-706e34a5a000 rw-p 00000000 00:00 0 -706e34ac1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 at 5a000-706e34b5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5a000-706e34b5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34b5b000-706e34c5b000 rw-p 000000/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs00 00:00 0 -706e34c5b000-706e34d5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5b000-706e34d5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34d5c000-706e3:590 0 -708094538000-70809453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -:40 - 14: - -4e5c000 rw-p 00000000 00:00 0 -706e34e5c000-706e34f5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e34f5c000-706e34f5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]std -706e34f5d000-706e3505d000 rw-p 00000000 00:00 0 -706e3505d000-706e3515d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3515d000-706e3515e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_::thread_stack_chunk] -706e3515e000-706e3525e000 rw-p 00000000 00:00 0 -706e3525e000-706e3535e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3535e000-706e3535f000 ---p 00000000 00:00 0 [panickinganon:Ruby:nt_alloc_thread_stack_chunk] -706e3535f000-706e3545f000 rw-p 00000000 00:00 0 -706e3545f000-706e3555f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3555f000-706e35560000 ---p 00000000 00:00 0 ::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553::37: 19 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35560000-706e35660000 rw-p 00000000 00:00 0 -706e35660000-706e35760000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35760000-706e35761000 ---p 00000[BUG] -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35761000-706e35861000 rw-p 00000000 00:00 0 -706e35861000-706e35961000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35961000-706eAborted at 0x000000000000028735962000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35962000-706e35a62000 rw-p 00000000 00:00 0 -706e35a62000-706e35b62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -] -706e35b62000-706e35b63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35b63000-706e35c63000 rw-p 00000000 00:00 0 -706e35c63000-706e35d63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc Crashed while printing bug report -15: std::panic::catch_unwind -_thread_stack_chunk] -706e35d63000-706e35d64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35d64000-706e35e64000 rw-p 00000000 00:00 0 -706e35e64000-706e35f64000 rw-p 00000000 00:00 0 at [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f64000-706e35f65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e35f65000-706e36065000 rw-p 00000000 00:00 0 -706e36065000-706e36165000 rw-p 00000000 00:00 0 /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs: [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36165000-706e36166000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36166000-706e36266000 rw-p 00000000 00:00 0 -706e36266000-706e36366000 rw-p 00003590000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36366000-706e36367000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36367000-706e36467000 rw-p 00000000 00:00 0 -706e36467000-706:14 - 16: yjite36567000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36567000-706e36568000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36568000-706e36668000 rw-p 00000000 00:00 ::0 -706e36668000-706e36768000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36768000-706e36769000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36769000-706e36869000 rcrubyw-p 00000000 00:00 0 -706e36869000-706e36969000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36969000-706e3696a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3696::a000-706e36a6a000 rw-p 00000000 00:00 0 -706e36a6a000-706e36b6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36b6a000-706e36b6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stwith_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 -ack_chunk] -706e36b6b000-706e36c6b000 rw-p 00000000 00:00 0 -706e36c6b000-706e36d6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6b000-706e36d6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36d6c000-706e36e6c000 rw-p 00000000 00:00 0 -706e36e6c000-706e36f6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6c000-706e36f6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e36f6d000-706e3706d000 rw-p 00000000 00:00 0 -706e3706d000-706e3716d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716d000-706e3716e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3716e000-706e3726e000 rw-p 00000000 00:00 0 -706e3726e000-706e3736e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736e000-706e3736f000 17: yjit::---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3736f000-706e3746f000 rw-p 00000000 00:00 0 -706e3746f000-706e3756f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e375core6f000-706e37570000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37570000-706e37670000 rw-p 00000000 00:00 0 -706e37670000-706e37770000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s::tack_chunk] -706e37770000-706e37771000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37771000-706e37871000 rw-p 00000000 00:00 0 -706e37871000-706e37971000 rw-p 00000000 00:00 0 [anon:Rubbranch_stub_hity:nt_alloc_thread_stack_chunk] -706e37971000-706e37972000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37972000-706e37a72000 rw-p 00000000 00:00 0 -706e37a72000-706e37b72000 rw-p 00000000 00:00 0 - at /usr/src/ruby/yjit/src/core.rs:3513:9 - [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b72000-706e37b73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37b73000-706e37c73000 rw-p 00000000 00:00 0 -706e37c73000-706e37d73000 rw-p 00000000 00:0 0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d73000-706e37d74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37d74000-706e37e74000 rw-p 00000000 00:00 0 -706e37e74000-706e37f74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f74000-706e37f75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e37f75000-706e38075000 rw-p 00000000 00:00 0 -706e3818075000-706e38175000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38175000-706e38176000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38176000-706e38276000 rw-p 00000: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -000 00:00 0 -706e38276000-706e38376000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38376000-706e38377000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38377000-706e38477000 rw-p 00000000 00:00 0 -706e38477000-706e38577000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38577000-706e38578000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38578000-706e38678000 rw-p 00000000 00:00 0 -706e38678000-706e38778000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38778000-706e38779000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e38779000-706e38879000 rw-p 00000000 00:00 0 -706e38879000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:231: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26{3�np -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linuxABRT received in SEGV handler --gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 INFO: 1306 is running. - [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd890 --- Other runtime information ----------------------------------------------- - -00-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -708b54538000-708b5453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsy -* Ruby Box: disabled -* Loaded features: - -scall] - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - - - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:254: 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -[BUG] 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -Aborted at 0x000000000000040a 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb -Crashed while printing bug report - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e1b400000-706e1e000000 rw-p 00000000 00:00 0 -706e1fa00000-706e24000000 rw-p 00000000 00:00 0 -706e241f8000-706e24478000 rw-p 00000000 00:00 0 -706e24478000-706e25d7f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e25d7f000-706e25fff000 rw-p 00000000 00:00 0 -706e25fff000-706e26000000 ---p 00000000 00:00 0 -706e26000000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4982b000-706e49863000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49863000-706e49866000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49866000-706e49895000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49895000-706e4989d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989d000-706e4989e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989e000-706e4989f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4989f000-706e498a0000 rw-p 00000000 00:00 0 -706e498a0000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a680000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -706ed4538000-706ed453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:18: [BUG] Aborted at 0x0000000000000027 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (990) crashed. Respawning worker. -ERROR: Child worker (205) crashed. Respawning worker. -INFO: 1310 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x706e6f42e5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x706e6f554a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x706e6f562ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x706e4a1974ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x706e6f6ece59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x706e4a18e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x706e4a1999fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x706e4a169a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x706e4a1778ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x706e4a178f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x706e4a1355cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x706e4a1286fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x706e4a128a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x706e4a192e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x706e6f6eca9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x706e4a192f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x706e6f6f034b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x706e6f6f0f17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e1a600000-706e1d200000 rw-p 00000000 00:00 0 -706e1d278000-706e1eb7f000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e1eb7f000-706e1edff000 rw-p 00000000 00:00 0 -706e1edff000-706e1ee00000 ---p 00000000 00:00 0 -706e1ee00000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707414538000-70741453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000000c4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1314 is running. -ERROR: Child worker (39) crashed. Respawning worker. -ERROR: Child worker (1034) crashed. Respawning worker. -ERROR: Child worker (647) crashed. Respawning worker. -ERROR: Child worker (66) crashed. Respawning worker. -ERROR: Child worker (471) crashed. Respawning worker. -ERROR: Child worker (189) crashed. Respawning worker. -INFO: 1318 is running. -ERROR: Child worker (656) crashed. Respawning worker. -INFO: 1322 is running. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x706e6f76928f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x706e6f42d805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x706e6f934f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x706e6f96bdff] library/alloc/src/boxed.rs:1999 - /usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 - /usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x706e6f96bc5a] library/std/src/panicking.rs:707 -9: /usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x706e6f963bb9yjit::] library/std/src/sys/backtrace.rs:174 -core::/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x706e6f940e8d] library/std/src/panicking.rs:698 -branch_stub_hit_body - at /usr/local/lib/libruby.so.4.0(shl+0x0) [0x706e6f442ea0] library/core/src/panicking.rs:75 -/usr/src/ruby/yjit/src/core.rs/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -:3632:/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -17 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x706e6f441e23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x706e6f441dca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x706e6f91eeaa) [0x706e6f91eeaa] -/usr/local/lib/libruby.so.4.0(0x706e6f91b5d5) [0x706e6f91b5d5] -/usr/local/lib/libruby.so.4.0(0x706e6f910b7c) [0x706e6f910b7c] -/usr/local/lib/libruby.so.4.0(0x706e6f90eff3) [0x706e6f90eff3] -/usr/local/lib/libruby.so.4.0(0x706e6f908b87) [0x706e6f908b87] -/usr/local/lib/libruby.so.4.0(0x706e6f8f97b3) [0x706e6f8f97b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x706e6f8f8e2e) [0x706e6f8f8e2e] -/usr/local/lib/libruby.so.4.0(gen_branch+0x60) [0x706e6f8f8680] yjit/src/core.rs:3913 -/usr/local/lib/libruby.so.4.0(0x706e6f8ce279) [0x706e6f8ce279] -/usr/local/lib/libruby.so.4.0(jit_chain_guard) yjit/src/codegen.rs:2837 -/usr/local/lib/libruby.so.4.0(jit_guard_known_klass+0x252) [0x706e6f8e0622] yjit/src/codegen.rs:4976 -/usr/local/lib/libruby.so.4.0(gen_send_general+0xcec) [0x706e6f8d1c5c] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(eq+0x0) [0x706e6f8e4365] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(gen_opt_send_without_block) yjit/src/codegen.rs:499 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x706e6f8d755f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x706e6f8fa071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body+0x405) [0x706e6f8fbef5] yjit/src/core.rs:3632 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x706e6f8f1624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x706e6f93f42d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x706e6f8f939c] yjit/src/core.rs:3513 -[0x706e4b00a033] - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb:231: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 26{5�np -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - 231 /usr/local/lib/ruby/4.0.0/uri/version.rb - 232 /usr/local/lib/ruby/4.0.0/uri/rfc2396_parser.rb - 233 /usr/local/lib/ruby/4.0.0/uri/rfc3986_parser.rb - 234 /usr/local/lib/ruby/4.0.0/uri/common.rb - 235 /usr/local/lib/ruby/4.0.0/uri/generic.rb - 236 /usr/local/lib/ruby/4.0.0/uri/file.rb - 237 /usr/local/lib/ruby/4.0.0/uri/ftp.rb - 238 /usr/local/lib/ruby/4.0.0/uri/http.rb - 239 /usr/local/lib/ruby/4.0.0/uri/https.rb - 240 /usr/local/lib/ruby/4.0.0/uri/ldap.rb - 241 /usr/local/lib/ruby/4.0.0/uri/ldaps.rb - 242 /usr/local/lib/ruby/4.0.0/uri/mailto.rb - 243 /usr/local/lib/ruby/4.0.0/uri/ws.rb - 244 /usr/local/lib/ruby/4.0.0/uri/wss.rb - 245 /usr/local/lib/ruby/4.0.0/uri.rb - 246 /usr/local/lib/ruby/4.0.0/fileutils.rb - 247 /usr/local/lib/ruby/4.0.0/delegate.rb - 248 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so - 249 /usr/local/lib/ruby/4.0.0/tmpdir.rb - 250 /usr/local/lib/ruby/4.0.0/tempfile.rb - 251 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so - 252 /usr/local/lib/ruby/4.0.0/date.rb - 253 /usr/local/lib/ruby/4.0.0/time.rb - 254 /usr/local/lib/ruby/4.0.0/erb/version.rb - 255 /usr/local/lib/ruby/4.0.0/strscan/strscan.rb - 256 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so - 257 /usr/local/lib/ruby/4.0.0/erb/compiler.rb - 258 /usr/local/lib/ruby/4.0.0/erb/def_method.rb - 259 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so - 260 /usr/local/lib/ruby/4.0.0/cgi/escape.rb - 261 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so - 262 /usr/local/lib/ruby/4.0.0/erb/util.rb - 263 /usr/local/lib/ruby/4.0.0/erb.rb - 264 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/bad_request.rb - 265 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/query_parser.rb - 266 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/mime.rb - 267 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/headers.rb - 268 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/utils.rb - -* Process memory map: - -5daba97f7000-5daba97f8000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5daba97f8000-5daba97f9000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5daba97f9000-5daba97fa000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fa000-5daba97fb000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5daba97fb000-5daba97fc000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -706e04800000-706e07400000 rw-p 00000000 00:00 0 -706e08e00000-706e0d400000 rw-p 00000000 00:00 0 -706e0d5f8000-706e0d878000 rw-p 00000000 00:00 0 -706e0d878000-706e0f17f000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e0f17f000-706e0f3ff000 rw-p 00000000 00:00 0 -706e0f3ff000-706e0f400000 ---p 00000000 00:00 0 -706e0f400000-706e0fc00000 rw-p 00000000 00:00 0 -706e0fc00000-706e10000000 rw-p 00000000 00:00 0 -706e100ff000-706e10100000 ---p 00000000 00:00 0 -706e10100000-706e10200000 rw-p 00000000 00:00 0 -706e10200000-706e10600000 rw-p 00000000 00:00 0 -706e106ff000-706e10700000 ---p 00000000 00:00 0 -706e10700000-706e10800000 rw-p 00000000 00:00 0 -706e10800000-706e10c00000 rw-p 00000000 00:00 0 -706e10cff000-706e10d00000 ---p 00000000 00:00 0 -706e10d00000-706e10e00000 rw-p 00000000 00:00 0 -706e10e00000-706e11200000 rw-p 00000000 00:00 0 -706e112ff000-706e11300000 ---p 00000000 00:00 0 -706e11300000-706e11400000 rw-p 00000000 00:00 0 -706e11400000-706e11800000 rw-p 00000000 00:00 0 -706e118ff000-706e11900000 ---p 00000000 00:00 0 -706e11900000-706e11a00000 rw-p 00000000 00:00 0 -706e11a00000-706e11e00000 rw-p 00000000 00:00 0 -706e11eff000-706e11f00000 ---p 00000000 00:00 0 -706e11f00000-706e12000000 rw-p 00000000 00:00 0 -706e12000000-706e12400000 rw-p 00000000 00:00 0 -706e124ff000-706e12500000 ---p 00000000 00:00 0 -706e12500000-706e12600000 rw-p 00000000 00:00 0 -706e12600000-706e12a00000 rw-p 00000000 00:00 0 -706e12aff000-706e12b00000 ---p 00000000 00:00 0 -706e12b00000-706e12c00000 rw-p 00000000 00:00 0 -706e12c00000-706e13000000 rw-p 00000000 00:00 0 -706e130ff000-706e13100000 ---p 00000000 00:00 0 -706e13100000-706e13200000 rw-p 00000000 00:00 0 -706e13200000-706e13600000 rw-p 00000000 00:00 0 -706e136ff000-706e13700000 ---p 00000000 00:00 0 -706e13700000-706e13800000 rw-p 00000000 00:00 0 -706e13800000-706e13c00000 rw-p 00000000 00:00 0 -706e13cff000-706e13d00000 ---p 00000000 00:00 0 -706e13d00000-706e13e00000 rw-p 00000000 00:00 0 -706e13e00000-706e14200000 rw-p 00000000 00:00 0 -706e142ff000-706e14300000 ---p 00000000 00:00 0 -706e14300000-706e14400000 rw-p 00000000 00:00 0 -706e14400000-706e14800000 rw-p 00000000 00:00 0 -706e148ff000-706e14900000 ---p 00000000 00:00 0 -706e14900000-706e14a00000 rw-p 00000000 00:00 0 -706e14a00000-706e14e00000 rw-p 00000000 00:00 0 -706e14eff000-706e14f00000 ---p 00000000 00:00 0 -706e14f00000-706e15000000 rw-p 00000000 00:00 0 -706e15000000-706e15400000 rw-p 00000000 00:00 0 -706e154ff000-706e15500000 ---p 00000000 00:00 0 -706e15500000-706e15600000 rw-p 00000000 00:00 0 -706INFO: 1326 is running. -e15600000-706e15a00000 rw-p 00000000 00:00 0 -706e15aff000-706e15b00000 ---p 00000000 00:00 0 -706e15b00000-706e15c00000 rw-p 00000000 00:00 0 -706e15c00000-706e16000000 rw-p 00000000 00:00 0 -706e160ff000-706e16100000 ---p 00000000 00:00 0 -706e16100000-706e16200000 rw-p 00000000 00:00 0 -706e16200000-706e16600000 rw-p 00000000 00:00 0 -706e166ff000-706e16700000 ---p 00000000 00:00 0 -706e16700000-706e16800000 rw-p 00000000 00:00 0 -706e16800000-706e16c00000 rw-p 00000000 00:00 0 -706e16cff000-706e16d00000 ---p 00000000 00:00 0 -706e16d00000-706e16e00000 rw-p 00000000 00:00 0 -706e16e00000-706e17200000 rw-p 00000000 00:00 0 -706e172ff000-706e17300000 ---p 00000000 00:00 0 -706e17300000-706e17400000 rw-p 00000000 00:00 0 -706e17400000-706e17800000 rw-p 00000000 00:00 0 -706e178ff000-706e17900000 ---p 00000000 00:00 0 -706e17900000-706e17a00000 rw-p 00000000 00:00 0 -706e17a00000-706e17e00000 rw-p 00000000 00:00 0 -706e17eff000-706e17f00000 ---p 00000000 00:00 0 -706e17f00000-706e18000000 rw-p 00000000 00:00 0 -706e18000000-706e18400000 rw-p 00000000 00:00 0 -706e184ff000-706e18500000 ---p 00000000 00:00 0 -706e18500000-706e18600000 rw-p 00000000 00:00 0 -706e18600000-706e18a00000 rw-p 00000000 00:00 0 -706e18aff000-706e18b00000 ---p 00000000 00:00 0 -706e18b00000-706e18c00000 rw-p 00000000 00:00 0 -706e18c00000-706e19000000 rw-p 00000000 00:00 0 -706e190ff000-706e19100000 ---p 00000000 00:00 0 -706e19100000-706e19200000 rw-p 00000000 00:00 0 -706e19200000-706e19600000 rw-p 00000000 00:00 0 -706e196ff000-706e19700000 ---p 00000000 00:00 0 -706e19700000-706e19800000 rw-p 00000000 00:00 0 -706e19800000-706e19c00000 rw-p 00000000 00:00 0 -706e19cff000-706e19d00000 ---p 00000000 00:00 0 -706e19d00000-706e19e00000 rw-p 00000000 00:00 0 -706e19e00000-706e1a200000 rw-p 00000000 00:00 0 -706e1a2ff000-706e1a300000 ---p 00000000 00:00 0 -706e1a300000-706e1a400000 rw-p 00000000 00:00 0 -706e1a400000-706e1a800000 rw-p 00000000 00:00 0 -706e1a8ff000-706e1a900000 ---p 00000000 00:00 0 -706e1a900000-706e1aa00000 rw-p 00000000 00:00 0 -706e1aa00000-706e1ae00000 rw-p 00000000 00:00 0 -706e1aeff000-706e1af00000 ---p 00000000 00:00 0 -706e1af00000-706e1b000000 rw-p 00000000 00:00 0 -706e1b000000-706e1b400000 rw-p 00000000 00:00 0 -706e1b4ff000-706e1b500000 ---p 00000000 00:00 0 -706e1b500000-706e1b600000 rw-p 00000000 00:00 0 -706e1b600000-706e1be00000 rw-p 00000000 00:00 0 -706e1befe000-706e1beff000 ---p 00000000 00:00 0 -706e1beff000-706e1bfff000 rw-p 00000000 00:00 0 -706e1bfff000-706e1c000000 ---p 00000000 00:00 0 -706e1c000000-706e1c100000 rw-p 00000000 00:00 0 -706e1c100000-706e1ca00000 rw-p 00000000 00:00 0 -706e1caff000-706e1cb00000 ---p 00000000 00:00 0 -706e1cb00000-706e1cc00000 rw-p 00000000 00:00 0 -706e1cc00000-706e1d000000 rw-p 00000000 00:00 0 -706e1d0ff000-706e1d100000 ---p 00000000 00:00 0 -706e1d100000-706e1d200000 rw-p 00000000 00:00 0 -706e1d200000-706e1d600000 rw-p 00000000 00:00 0 -706e1d6ff000-706e1d700000 ---p 00000000 00:00 0 -706e1d700000-706e1d800000 rw-p 00000000 00:00 0 -706e1d800000-706e1dc00000 rw-p 00000000 00:00 0 -706e1dcff000-706e1dd00000 ---p 00000000 00:00 0 -706e1dd00000-706e1de00000 rw-p 00000000 00:00 0 -706e1de00000-706e1e200000 rw-p 00000000 00:00 0 -706e1e2ff000-706e1e300000 ---p 00000000 00:00 0 -706e1e300000-706e1e400000 rw-p 00000000 00:00 0 -706e1e400000-706e1e800000 rw-p 00000000 00:00 0 -706e1e8ff000-706e1e900000 ---p 00000000 00:00 0 -706e1e900000-706e1ea00000 rw-p 00000000 00:00 0 -706e1ea00000-706e1ee00000 rw-p 00000000 00:00 0 -706e1eeff000-706e1ef00000 ---p 00000000 00:00 0 -706e1ef00000-706e1f000000 rw-p 00000000 00:00 0 -706e1f000000-706e1f400000 rw-p 00000000 00:00 0 -706e1f4ff000-706e1f500000 ---p 00000000 00:00 0 -706e1f500000-706e1f600000 rw-p 00000000 00:00 0 -706e1f600000-706e1fa00000 rw-p 00000000 00:00 0 -706e1faff000-706e1fb00000 ---p 00000000 00:00 0 -706e1fb00000-706e1fc00000 rw-p 00000000 00:00 0 -706e1fc00000-706e20000000 rw-p 00000000 00:00 0 -706e200ff000-706e20100000 ---p 00000000 00:00 0 -706e20100000-706e20200000 rw-p 00000000 00:00 0 -706e20200000-706e20600000 rw-p 00000000 00:00 0 -706e206ff000-706e20700000 ---p 00000000 00:00 0 -706e20700000-706e20800000 rw-p 00000000 00:00 0 -706e20800000-706e20c00000 rw-p 00000000 00:00 0 -706e20cff000-706e20d00000 ---p 00000000 00:00 0 -706e20d00000-706e20e00000 rw-p 00000000 00:00 0 -706e20e00000-706e21200000 rw-p 00000000 00:00 0 -706e212ff000-706e21300000 ---p 00000000 00:00 0 -706e21300000-706e21400000 rw-p 00000000 00:00 0 -706e21400000-706e21800000 rw-p 00000000 00:00 0 -706e218ff000-706e21900000 ---p 00000000 00:00 0 -706e21900000-706e21a00000 rw-p 00000000 00:00 0 -706e21a00000-706e21e00000 rw-p 00000000 00:00 0 -706e21eff000-706e21f00000 ---p 00000000 00:00 0 -706e21f00000-706e22000000 rw-p 00000000 00:00 0 -706e22000000-706e22400000 rw-p 00000000 00:00 0 -706e224ff000-706e22500000 ---p 00000000 00:00 0 -706e22500000-706e22600000 rw-p 00000000 00:00 0 -706e22600000-706e22a00000 rw-p 00000000 00:00 0 -706e22aff000-706e22b00000 ---p 00000000 00:00 0 -706e22b00000-706e22c00000 rw-p 00000000 00:00 0 -706e22c00000-706e23000000 rw-p 00000000 00:00 0 -706e230ff000-706e23100000 ---p 00000000 00:00 0 -706e23100000-706e23200000 rw-p 00000000 00:00 0 -706e23200000-706e23600000 rw-p 00000000 00:00 0 -706e236ff000-706e23700000 ---p 00000000 00:00 0 -706e23700000-706e23800000 rw-p 00000000 00:00 0 -706e23800000-706e23c00000 rw-p 00000000 00:00 0 -706e23cff000-706e23d00000 ---p 00000000 00:00 0 -706e23d00000-706e23e00000 rw-p 00000000 00:00 0 -706e23e00000-706e24200000 rw-p 00000000 00:00 0 -706e242ff000-706e24300000 ---p 00000000 00:00 0 -706e24300000-706e24400000 rw-p 00000000 00:00 0 -706e24400000-706e24800000 rw-p 00000000 00:00 0 -706e248ff000-706e24900000 ---p 00000000 00:00 0 -706e24900000-706e24a00000 rw-p 00000000 00:00 0 -706e24a00000-706e24e00000 rw-p 00000000 00:00 0 -706e24eff000-706e24f00000 ---p 00000000 00:00 0 -706e24f00000-706e25000000 rw-p 00000000 00:00 0 -706e25000000-706e25400000 rw-p 00000000 00:00 0 -706e254ff000-706e25500000 ---p 00000000 00:00 0 -706e25500000-706e25600000 rw-p 00000000 00:00 0 -706e25600000-706e25a00000 rw-p 00000000 00:00 0 -706e25aff000-706e25b00000 ---p 00000000 00:00 0 -706e25b00000-706e25c00000 rw-p 00000000 00:00 0 -706e25c00000-706e26000000 rw-p 00000000 00:00 0 -706e260ff000-706e26100000 ---p 00000000 00:00 0 -706e26100000-706e26200000 rw-p 00000000 00:00 0 -706e26200000-706e26600000 rw-p 00000000 00:00 0 -706e266ff000-706e26700000 ---p 00000000 00:00 0 -706e26700000-706e26800000 rw-p 00000000 00:00 0 -706e26800000-706e26c00000 rw-p 00000000 00:00 0 -706e26cff000-706e26d00000 ---p 00000000 00:00 0 -706e26d00000-706e26e00000 rw-p 00000000 00:00 0 -706e26e00000-706e27200000 rw-p 00000000 00:00 0 -706e272ff000-706e27300000 ---p 00000000 00:00 0 -706e27300000-706e27400000 rw-p 00000000 00:00 0 -706e27400000-706e27800000 rw-p 00000000 00:00 0 -706e278ff000-706e27900000 ---p 00000000 00:00 0 -706e27900000-706e27a00000 rw-p 00000000 00:00 0 -706e27a00000-706e27e00000 rw-p 00000000 00:00 0 -706e27eff000-706e27f00000 ---p 00000000 00:00 0 -706e27f00000-706e28000000 rw-p 00000000 00:00 0 -706e28000000-706e28400000 rw-p 00000000 00:00 0 -706e284ff000-706e28500000 ---p 00000000 00:00 0 -706e28500000-706e28600000 rw-p 00000000 00:00 0 -706e28600000-706e28a00000 rw-p 00000000 00:00 0 -706e28aff000-706e28b00000 ---p 00000000 00:00 0 -706e28b00000-706e28c00000 rw-p 00000000 00:00 0 -706e28c00000-706e29000000 rw-p 00000000 00:00 0 -706e290ff000-706e29100000 ---p 00000000 00:00 0 -706e29100000-706e29200000 rw-p 00000000 00:00 0 -706e29200000-706e29600000 rw-p 00000000 00:00 0 -706e296ff000-706e29700000 ---p 00000000 00:00 0 -706e29700000-706e29800000 rw-p 00000000 00:00 0 -706e29800000-706e29901000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29901000-706e29902000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29902000-706e29a02000 rw-p 00000000 00:00 0 -706e29a02000-706e29b02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b02000-706e29b03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29b03000-706e29c03000 rw-p 00000000 00:00 0 -706e29c03000-706e29d03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d03000-706e29d04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29d04000-706e29e04000 rw-p 00000000 00:00 0 -706e29e04000-706e29f04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f04000-706e29f05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e29f05000-706e2a005000 rw-p 00000000 00:00 0 -706e2a005000-706e2a105000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a105000-706e2a106000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a106000-706e2a206000 rw-p 00000000 00:00 0 -706e2a206000-706e2a306000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a306000-706e2a307000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a307000-706e2a407000 rw-p 00000000 00:00 0 -706e2a407000-706e2a507000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a507000-706e2a508000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a508000-706e2a608000 rw-p 00000000 00:00 0 -706e2a608000-706e2a708000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a708000-706e2a709000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a709000-706e2a809000 rw-p 00000000 00:00 0 -706e2a809000-706e2a909000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a909000-706e2a90a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2a90a000-706e2aa0a000 rw-p 00000000 00:00 0 -706e2aa0a000-706e2ab0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0a000-706e2ab0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ab0b000-706e2ac0b000 rw-p 00000000 00:00 0 -706e2ac0b000-706e2ad0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0b000-706e2ad0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ad0c000-706e2ae0c000 rw-p 00000000 00:00 0 -706e2ae0c000-706e2af0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0c000-706e2af0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2af0d000-706e2b00d000 rw-p 00000000 00:00 0 -706e2b00d000-706e2b10d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10d000-706e2b10e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b10e000-706e2b20e000 rw-p 00000000 00:00 0 -706e2b20e000-706e2b30e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30e000-706e2b30f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b30f000-706e2b40f000 rw-p 00000000 00:00 0 -706e2b40f000-706e2b50f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b50f000-706e2b510000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b510000-706e2b610000 rw-p 00000000 00:00 0 -706e2b610000-706e2b710000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b710000-706e2b711000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b711000-706e2b811000 rw-p 00000000 00:00 0 -706e2b811000-706e2b911000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b911000-706e2b912000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2b912000-706e2ba12000 rw-p 00000000 00:00 0 -706e2ba12000-706e2bb12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb12000-706e2bb13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bb13000-706e2bc13000 rw-p 00000000 00:00 0 -706e2bc13000-706e2bd13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd13000-706e2bd14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bd14000-706e2be14000 rw-p 00000000 00:00 0 -706e2be14000-706e2bf14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf14000-706e2bf15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2bf15000-706e2c015000 rw-p 00000000 00:00 0 -706e2c015000-706e2c115000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c115000-706e2c116000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c116000-706e2c216000 rw-p 00000000 00:00 0 -706e2c216000-706e2c316000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c316000-706e2c317000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c317000-706e2c417000 rw-p 00000000 00:00 0 -706e2c417000-706e2c517000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c517000-706e2c518000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c518000-706e2c618000 rw-p 00000000 00:00 0 -706e2c618000-706e2c718000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c718000-706e2c719000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c719000-706e2c819000 rw-p 00000000 00:00 0 -706e2c819000-706e2c919000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c919000-706e2c91a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2c91a000-706e2ca1a000 rw-p 00000000 00:00 0 -706e2ca1a000-706e2cb1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1a000-706e2cb1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cb1b000-706e2cc1b000 rw-p 00000000 00:00 0 -706e2cc1b000-706e2cd1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1b000-706e2cd1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cd1c000-706e2ce1c000 rw-p 00000000 00:00 0 -706e2ce1c000-706e2cf1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1c000-706e2cf1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2cf1d000-706e2d01d000 rw-p 00000000 00:00 0 -706e2d01d000-706e2d11d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11d000-706e2d11e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d11e000-706e2d21e000 rw-p 00000000 00:00 0 -706e2d21e000-706e2d31e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31e000-706e2d31f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d31f000-706e2d41f000 rw-p 00000000 00:00 0 -706e2d41f000-706e2d51f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d51f000-706e2d520000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d520000-706e2d620000 rw-p 00000000 00:00 0 -706e2d620000-706e2d720000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d720000-706e2d721000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d721000-706e2d821000 rw-p 00000000 00:00 0 -706e2d821000-706e2d921000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d921000-706e2d922000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2d922000-706e2da22000 rw-p 00000000 00:00 0 -706e2da22000-706e2db22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db22000-706e2db23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2db23000-706e2dc23000 rw-p 00000000 00:00 0 -706e2dc23000-706e2dd23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd23000-706e2dd24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2dd24000-706e2de24000 rw-p 00000000 00:00 0 -706e2de24000-706e2df24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df24000-706e2df25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2df25000-706e2e025000 rw-p 00000000 00:00 0 -706e2e025000-706e2e125000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e125000-706e2e126000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e126000-706e2e226000 rw-p 00000000 00:00 0 -706e2e226000-706e2e326000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e326000-706e2e327000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e327000-706e2e427000 rw-p 00000000 00:00 0 -706e2e427000-706e2e527000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e527000-706e2e528000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e528000-706e2e628000 rw-p 00000000 00:00 0 -706e2e628000-706e2e728000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e728000-706e2e729000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e729000-706e2e829000 rw-p 00000000 00:00 0 -706e2e829000-706e2e929000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e929000-706e2e92a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2e92a000-706e2ea2a000 rw-p 00000000 00:00 0 -706e2ea2a000-706e2eb2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2a000-706e2eb2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2eb2b000-706e2ec2b000 rw-p 00000000 00:00 0 -706e2ec2b000-706e2ed2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2b000-706e2ed2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ed2c000-706e2ee2c000 rw-p 00000000 00:00 0 -706e2ee2c000-706e2ef2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2c000-706e2ef2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ef2d000-706e2f02d000 rw-p 00000000 00:00 0 -706e2f02d000-706e2f12d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12d000-706e2f12e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f12e000-706e2f22e000 rw-p 00000000 00:00 0 -706e2f22e000-706e2f32e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32e000-706e2f32f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f32f000-706e2f42f000 rw-p 00000000 00:00 0 -706e2f42f000-706e2f52f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f52f000-706e2f530000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f530000-706e2f630000 rw-p 00000000 00:00 0 -706e2f630000-706e2f730000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f730000-706e2f731000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f731000-706e2f831000 rw-p 00000000 00:00 0 -706e2f831000-706e2f931000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f931000-706e2f932000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2f932000-706e2fa32000 rw-p 00000000 00:00 0 -706e2fa32000-706e2fb32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb32000-706e2fb33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fb33000-706e2fc33000 rw-p 00000000 00:00 0 -706e2fc33000-706e2fd33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd33000-706e2fd34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2fd34000-706e2fe34000 rw-p 00000000 00:00 0 -706e2fe34000-706e2ff34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff34000-706e2ff35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e2ff35000-706e30035000 rw-p 00000000 00:00 0 -706e30035000-706e30135000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30135000-706e30136000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30136000-706e30236000 rw-p 00000000 00:00 0 -706e30236000-706e30336000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30336000-706e30337000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30337000-706e30437000 rw-p 00000000 00:00 0 -706e30437000-706e30537000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30537000-706e30538000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30538000-706e30638000 rw-p 00000000 00:00 0 -706e30638000-706e30738000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30738000-706e30739000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30739000-706e30839000 rw-p 00000000 00:00 0 -706e30839000-706e30939000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30939000-706e3093a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3093a000-706e30a3a000 rw-p 00000000 00:00 0 -706e30a3a000-706e30b3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3a000-706e30b3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30b3b000-706e30c3b000 rw-p 00000000 00:00 0 -706e30c3b000-706e30d3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3b000-706e30d3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30d3c000-706e30e3c000 rw-p 00000000 00:00 0 -706e30e3c000-706e30f3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3c000-706e30f3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e30f3d000-706e3103d000 rw-p 00000000 00:00 0 -706e3103d000-706e3113d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113d000-706e3113e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3113e000-706e3123e000 rw-p 00000000 00:00 0 -706e3123e000-706e3133e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133e000-706e3133f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3133f000-706e3143f000 rw-p 00000000 00:00 0 -706e3143f000-706e3153f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e3153f000-706e31540000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31540000-706e31640000 rw-p 00000000 00:00 0 -706e31640000-706e31740000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31740000-706e31741000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31741000-706e31841000 rw-p 00000000 00:00 0 -706e31841000-706e31941000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31941000-706e31942000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31942000-706e31a42000 rw-p 00000000 00:00 0 -706e31a42000-706e31b42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b42000-706e31b43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31b43000-706e31c43000 rw-p 00000000 00:00 0 -706e31c43000-706e31d43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d43000-706e31d44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31d44000-706e31e44000 rw-p 00000000 00:00 0 -706e31e44000-706e31f44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f44000-706e31f45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e31f45000-706e32045000 rw-p 00000000 00:00 0 -706e32045000-706e32145000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32145000-706e32146000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32146000-706e32246000 rw-p 00000000 00:00 0 -706e32246000-706e32346000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32346000-706e32347000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32347000-706e32447000 rw-p 00000000 00:00 0 -706e32447000-706e32547000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32547000-706e32548000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32548000-706e32648000 rw-p 00000000 00:00 0 -706e32648000-706e32748000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32748000-706e32749000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e32749000-706e32849000 rw-p 00000000 00:00 0 -706e32849000-706e49800000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -706e4981b000-706e49853000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -706e49853000-706e49856000 r--p 00000000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49856000-706e49885000 r-xp 00003000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e49885000-706e4988d000 r--p 00032000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988d000-706e4988e000 r--p 0003a000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988e000-706e4988f000 rw-p 0003b000 00:56 5293080 /usr/local/lib/ruby/4.0.0/x86_64-linux/date_core.so -706e4988f000-706e49890000 rw-p 00000000 00:00 0 -706e49890000-706e498f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e498f8000-706e498fd000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e498fd000-706e499ac000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499ac000-706e499c0000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c0000-706e499c1000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c1000-706e499c2000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -706e499c2000-706e49ab9000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ab9000-706e49e3c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49e3c000-706e49f73000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49f73000-706e49ff6000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff6000-706e49ff9000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -706e49ff9000-706e49ffc000 rw-p 00000000 00:00 0 -706e49ffc000-706e4a01f000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a01f000-706e4a0c8000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0c8000-706e4a0fb000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a0fb000-706e4a106000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a106000-706e4a10a000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -706e4a10a000-706e4a119000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a119000-706e4a1b7000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1b7000-706e4a1f6000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1f6000-706e4a1fb000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1fb000-706e4a1ff000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -706e4a1ff000-706e4a200000 rw-p 00000000 00:00 0 -706e4a200000-706e4a600000 rw-p 00000000 00:00 0 -706e4a610000-706e4a670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a670000-706e4a690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a69b000-706e4a6a2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6a2000-706e4a6c6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6c6000-706e4a6ce000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6ce000-706e4a6cf000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6cf000-706e4a6d0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -706e4a6d0000-706e4a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4a800000-706e4ac00000 rw-p 00000000 00:00 0 -706e4ac10000-706e4ac70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4ac70000-706e4aff0000 rw-p 00000000 00:00 0 -706e4aff0000-706e4b000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e4b008000-706e4b077000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b077000-706e4b088000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e4b088000-706e53008000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -706e53020000-706e53050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53055000-706e53057000 r--p 00000000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53057000-706e5305c000 r-xp 00002000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305c000-706e5305e000 r--p 00007000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305e000-706e5305f000 r--p 00008000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e5305f000-706e53060000 rw-p 00009000 00:56 5293162 /usr/local/lib/ruby/4.0.0/x86_64-linux/strscan.so -706e53060000-706e53070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53070000-706e53180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53180000-706e53480000 rw-p 00000000 00:00 0 -706e53480000-706e53490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53497000-706e53499000 r--p 00000000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e53499000-706e5349c000 r-xp 00002000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349c000-706e5349e000 r--p 00005000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349e000-706e5349f000 r--p 00006000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e5349f000-706e534a0000 rw-p 00007000 00:56 5293151 /usr/local/lib/ruby/4.0.0/x86_64-linux/etc.so -706e534a0000-706e534b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e534b0000-706e53530000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e53538000-706e53539000 rw-p 00000000 00:00 0 -706e5353f000-706e53540000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53540000-706e535e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e1000-706e535e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e535e2000-706e53683000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53683000-706e53684000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53684000-706e53725000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53725000-706e53726000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53726000-706e537c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c7000-706e537c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e537c8000-706e53869000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53869000-706e5386a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5386a000-706e5390b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390b000-706e5390c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5390c000-706e539ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ad000-706e539ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e539ae000-706e53a4f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a4f000-706e53a50000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53a50000-706e53af1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af1000-706e53af2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53af2000-706e53b93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b93000-706e53b94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53b94000-706e53c35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c35000-706e53c36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53c36000-706e53cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd7000-706e53cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53cd8000-706e53d79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d79000-706e53d7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53d7a000-706e53e1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1b000-706e53e1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53e1c000-706e53ebd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebd000-706e53ebe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53ebe000-706e53f5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f5f000-706e53f60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e53f60000-706e54001000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54001000-706e54002000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54002000-706e540a3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a3000-706e540a4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e540a4000-706e54145000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54145000-706e54146000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54146000-706e541e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e7000-706e541e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e541e8000-706e54289000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54289000-706e5428a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5428a000-706e5432b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432b000-706e5432c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5432c000-706e543cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543cd000-706e543ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e543ce000-706e5446f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5446f000-706e54470000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54470000-706e54511000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54511000-706e54512000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54512000-706e545b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b3000-706e545b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e545b4000-706e54655000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54655000-706e54656000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54656000-706e546f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f7000-706e546f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e546f8000-706e54799000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e54799000-706e5479a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5479a000-706e5483b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483b000-706e5483c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5483c000-706e548dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548dd000-706e548de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e548de000-706e5497f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -706e5497f000-706e54980000 ---p 00000000 00:00 0 -706e54980000-706e55180000 rw-p 00000000 00:00 0 -706e55180000-706e55400000 rw-p 00000000 00:00 0 -706e55400000-706e6d400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -706e6d400000-706e6e800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -706e6e800000-706e6ec00000 rw-p 00000000 00:00 0 -706e6ec00000-706e6ec01000 r--p 00000000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec01000-706e6ec02000 r-xp 00001000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec02000-706e6ec03000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec03000-706e6ec04000 r--p 00002000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec04000-706e6ec05000 rw-p 00003000 00:56 5423964 /usr/local/lib/ruby/4.0.0/x86_64-linux/erb/escape.so -706e6ec05000-706e6ec07000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec07000-706e6ec0c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0c000-706e6ec0e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0e000-706e6ec0f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec0f000-706e6ec10000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -706e6ec10000-706e6ec50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ec50000-706e6ec51000 r--p 00000000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec51000-706e6ec53000 r-xp 00001000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec53000-706e6ec54000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec54000-706e6ec55000 r--p 00003000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec55000-706e6ec56000 rw-p 00004000 00:56 5293077 /usr/local/lib/ruby/4.0.0/x86_64-linux/cgi/escape.so -706e6ec56000-706e6ec57000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec57000-706e6ec58000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec58000-706e6ec59000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec59000-706e6ec5a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5a000-706e6ec5b000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -706e6ec5b000-706e6ec5c000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5c000-706e6ec5d000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5d000-706e6ec5e000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5e000-706e6ec5f000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec5f000-706e6ec60000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -706e6ec60000-706e6ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -706e6ecf4000-706e6ecf5000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf5000-706e6ecf6000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf6000-706e6ecf7000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf7000-706e6ecf8000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf8000-706e6ecf9000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -706e6ecf9000-706e6ed00000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -706e6ed00000-706e6ed5a000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -706e6ed5a000-706e6ed61000 rw-p 00000000 00:00 0 -706e6ed61000-706e6ed65000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed65000-706e6ed88000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed88000-706e6ed8c000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8c000-706e6ed8d000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8d000-706e6ed8e000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -706e6ed8e000-706e6ee2b000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ee2b000-706e6ef54000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6ef54000-706e6efe2000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efe2000-706e6efed000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6efed000-706e6eff0000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -706e6eff0000-706e6eff4000 rw-p 00000000 00:00 0 -706e6eff4000-706e6f01c000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f01c000-706e6f17f000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f17f000-706e6f1d5000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d5000-706e6f1d9000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1d9000-706e6f1db000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -706e6f1db000-706e6f1e8000 rw-p 00000000 00:00 0 -706e6f1e8000-706e6f1f9000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f1f9000-706e6f276000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f276000-706e6f2d6000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d6000-706e6f2d7000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d7000-706e6f2d8000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -706e6f2d8000-706e6f2da000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2da000-706e6f2f0000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f2f0000-706e6f30a000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30a000-706e6f30b000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30b000-706e6f30c000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -706e6f30c000-706e6f316000 rw-p 00000000 00:00 0 -706e6f316000-706e6f322000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f322000-706e6f387000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f387000-706e6f39e000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39e000-706e6f39f000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f39f000-706e6f3a0000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -706e6f3a0000-706e6f3a3000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3a3000-706e6f3b7000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3b7000-706e6f3be000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3be000-706e6f3bf000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3bf000-706e6f3c0000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -706e6f3c0000-706e6f426000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f426000-706e6f9fa000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6f9fa000-706e6fc09000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc09000-706e6fc36000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc36000-706e6fc3c000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -706e6fc3c000-706e6fc51000 rw-p 00000000 00:00 0 -706e6fc51000-706e6fc5a000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fc5a000-706e6fd01000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd01000-706e6fd19000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd19000-706e6fd1f000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd1f000-706e6fd20000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -706e6fd20000-706e6fd80000 rw-p 00000000 00:00 0 -706e6fd80000-706e6fd81000 rw-p 00000000 00:00 0 -706e6fd81000-706e6fd83000 rw-p 00000000 00:00 0 -706e6fd83000-706e6fd87000 r--p 00000000 00:00 0 [vvar] -706e6fd87000-706e6fd89000 r--p 00000000 00:00 0 [vvar_vclock] -706e6fd89000-706e6fd8b000 r-xp 00000000 00:00 0 [vdso] -706e6fd8b000-706e6fd8c000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fd8c000-706e6fdb4000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdb4000-706e6fdbf000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdbf000-706e6fdc1000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc1000-706e6fdc2000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -706e6fdc2000-706e6fdc3000 rw-p 00000000 00:00 0 -706e93d38000-706e95238000 rw-p 00000000 00:00 0 -706ed3d38000-706ed4538000 rw-p 00000000 00:00 0 -707ed4538000-707ed453d000 rw-p 00000000 00:00 0 -7fff78be0000-7fff78c01000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:19: [BUG] Aborted at 0x0000000000000248 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (1022) crashed. Respawning worker. -INFO: 1330 is running. -ERROR: Child worker (722) crashed. Respawning worker. -INFO: 1334 is running. -ERROR: Child worker (323) crashed. Respawning worker. -INFO: 1337 is running. -INFO: 1342 is running. -ERROR: Child worker (971) crashed. Respawning worker. -INFO: 1346 is running. -INFO: 1349 is running. -ERROR: Child worker (179) crashed. Respawning worker. -INFO: 1354 is running. -ERROR: Child worker (49) crashed. Respawning worker. -INFO: 1358 is running. -INFO: 1362 is running. -INFO: 1366 is running. -ERROR: Child worker (256) crashed. Respawning worker. -ERROR: Child worker (443) crashed. Respawning worker. -INFO: 1370 is running. -INFO: 1374 is running. -ERROR: Child worker (196) crashed. Respawning worker. -INFO: 1378 is running. -INFO: 1382 is running. -INFO: 1386 is running. -ERROR: Child worker (170) crashed. Respawning worker. -INFO: 1390 is running. -INFO: 1394 is running. -ERROR: Child worker (584) crashed. Respawning worker. -INFO: 1397 is running. -INFO: 1402 is running. -INFO: 1406 is running. -INFO: 1410 is running. -INFO: 1414 is running. -INFO: 1418 is running. -INFO: 1422 is running. -INFO: 1426 is running. -INFO: 1430 is running. -INFO: 1434 is running. -INFO: 1438 is running. -INFO: 1442 is running. -INFO: 1446 is running. -INFO: 1450 is running. -INFO: 1454 is running. -INFO: 1458 is running. -INFO: 1461 is running. -INFO: 1466 is running. -INFO: 1470 is running. -INFO: 1474 is running. -INFO: 1478 is running. -INFO: 1482 is running. -INFO: 1486 is running. -INFO: 1489 is running. -INFO: 1494 is running. -INFO: 1498 is running. -INFO: 1502 is running. -INFO: 1506 is running. -INFO: 1510 is running. -INFO: 1514 is running. -INFO: 1518 is running. -INFO: 1522 is running. -INFO: 1526 is running. -INFO: 1530 is running. -INFO: 1534 is running. -INFO: 1538 is running. -INFO: 1542 is running. -INFO: 1546 is running. -INFO: 1550 is running. -INFO: 1554 is running. -INFO: 1557 is running. -INFO: 1561 is running. -INFO: 1566 is running. -INFO: 1570 is running. -INFO: 1574 is running. -INFO: 1578 is running. -INFO: 1582 is running. -INFO: 1586 is running. -INFO: 1590 is running. -INFO: 1594 is running. -INFO: 1598 is running. -INFO: 1602 is running. -INFO: 1606 is running. -INFO: 1610 is running. -INFO: 1614 is running. -INFO: 1618 is running. -INFO: 1622 is running. -INFO: 1626 is running. -INFO: 1631 is running. -INFO: 1636 is running. -INFO: 1641 is running. -INFO: 1646 is running. diff --git a/site/static/logs/pipelined/4096/rack-iodine.log b/site/static/logs/pipelined/4096/rack-iodine.log index 480285f4..dedd710b 100644 --- a/site/static/logs/pipelined/4096/rack-iodine.log +++ b/site/static/logs/pipelined/4096/rack-iodine.log @@ -2,13 +2,13 @@ INFO: Listening on port 8080 INFO: Starting up Iodine: * Iodine 0.7.58 - * Ruby 4.0.4 + * Ruby 4.0.5 * facil.io 0.7.4 (epoll) - * 127 Workers X 4 Threads per worker. + * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. -INFO: Server is running 127 workers X 4 threads with facil.io 0.7.4 (epoll) +INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) * Linked to OpenSSL 3.5.6 7 Apr 2026 * Detected capacity: 131056 open file limit * Root pid: 1 @@ -25,40482 +25,119 @@ INFO: 39 is running. INFO: 44 is running. INFO: 49 is running. INFO: 54 is running. -INFO: 61 is running. -INFO: 68 is running. +INFO: 59 is running. +INFO: 65 is running. +INFO: 70 is running. INFO: 75 is running. -INFO: 82 is running. -INFO: 90 is running. -INFO: 99 is running. -INFO: 108 is running. -INFO: 118 is running. -INFO: 129 is running. -INFO: 139 is running. -INFO: 149 is running. -INFO: 160 is running. +INFO: 80 is running. +INFO: 85 is running. +INFO: 91 is running. +INFO: 96 is running. +INFO: 101 is running. +INFO: 106 is running. +INFO: 111 is running. +INFO: 116 is running. +INFO: 120 is running. +INFO: 125 is running. +INFO: 130 is running. +INFO: 135 is running. +INFO: 141 is running. +INFO: 146 is running. +INFO: 151 is running. +INFO: 156 is running. +INFO: 162 is running. +INFO: 166 is running. INFO: 171 is running. -INFO: 179 is running. -INFO: 189 is running. -INFO: 200 is running. -INFO: 209 is running. +INFO: 176 is running. +INFO: 181 is running. +INFO: 186 is running. +INFO: 191 is running. +INFO: 196 is running. +INFO: 201 is running. +INFO: 206 is running. +INFO: 211 is running. INFO: 217 is running. -INFO: 228 is running. -INFO: 236 is running. -INFO: 245 is running. -INFO: 255 is running. -INFO: 264 is running. -INFO: 274 is running. -INFO: 283 is running. -INFO: 293 is running. +INFO: 222 is running. +INFO: 227 is running. +INFO: 232 is running. +INFO: 237 is running. +INFO: 242 is running. +INFO: 247 is running. +INFO: 252 is running. +INFO: 257 is running. +INFO: 261 is running. +INFO: 266 is running. +INFO: 272 is running. +INFO: 277 is running. +INFO: 282 is running. +INFO: 287 is running. +INFO: 295 is running. +INFO: 299 is running. INFO: 303 is running. -INFO: 313 is running. -INFO: 323 is running. -INFO: 332 is running. -INFO: 342 is running. -INFO: 351 is running. -INFO: 361 is running. -INFO: 371 is running. -INFO: 380 is running. -INFO: 389 is running. -INFO: 398 is running. -INFO: 407 is running. -INFO: 416 is running. -INFO: 425 is running. +INFO: 307 is running. +INFO: 312 is running. +INFO: 317 is running. +INFO: 322 is running. +INFO: 327 is running. +INFO: 333 is running. +INFO: 338 is running. +INFO: 343 is running. +INFO: 347 is running. +INFO: 352 is running. +INFO: 357 is running. +INFO: 362 is running. +INFO: 367 is running. +INFO: 372 is running. +INFO: 377 is running. +INFO: 382 is running. +INFO: 387 is running. +INFO: 392 is running. +INFO: 397 is running. +INFO: 402 is running. +INFO: 408 is running. +INFO: 413 is running. +INFO: 418 is running. +INFO: 423 is running. +INFO: 428 is running. INFO: 433 is running. +INFO: 438 is running. INFO: 443 is running. -INFO: 452 is running. -INFO: 461 is running. -INFO: 470 is running. -INFO: 480 is running. -INFO: 490 is running. +INFO: 448 is running. +INFO: 453 is running. +INFO: 458 is running. +INFO: 463 is running. +INFO: 468 is running. +INFO: 473 is running. +INFO: 478 is running. +INFO: 483 is running. +INFO: 488 is running. +INFO: 493 is running. +INFO: 498 is running. +INFO: 503 is running. +INFO: 508 is running. +INFO: 513 is running. INFO: 518 is running. -INFO: 526 is running. -INFO: 534 is running. -INFO: 540 is running. -INFO: 547 is running. -INFO: 554 is running. -INFO: 561 is running. +INFO: 523 is running. +INFO: 528 is running. +INFO: 533 is running. +INFO: 538 is running. +INFO: 543 is running. +INFO: 548 is running. +INFO: 553 is running. +INFO: 558 is running. +INFO: 563 is running. INFO: 568 is running. -INFO: 576 is running. -INFO: 584 is running. +INFO: 573 is running. +INFO: 578 is running. +INFO: 583 is running. +INFO: 588 is running. INFO: 593 is running. -INFO: 602 is running. -INFO: 611 is running. -INFO: 620 is running. -INFO: 630 is running. -INFO: 641 is running. -INFO: 649 is running. -INFO: 658 is running. -INFO: 668 is running. -INFO: 676 is running. -INFO: 684 is running. -INFO: 692 is running. -INFO: 702 is running. -INFO: 712 is running. -INFO: 722 is running. -INFO: 731 is running. -INFO: 742 is running. -INFO: 751 is running. -INFO: 760 is running. -INFO: 769 is running. -INFO: 777 is running. -INFO: 788 is running. -INFO: 796 is running. -INFO: 806 is running. -INFO: 815 is running. -INFO: 825 is running. -INFO: 834 is running. -INFO: 843 is running. -INFO: 850 is running. -INFO: 860 is running. -INFO: 869 is running. -INFO: 879 is running. -INFO: 888 is running. -INFO: 897 is running. -INFO: 906 is running. -INFO: 915 is running. -INFO: 923 is running. -INFO: 933 is running. -INFO: 942 is running. -INFO: 951 is running. -INFO: 961 is running. -INFO: 971 is running. -# terminated with exception (report_on_exception is true): -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a5666e3d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a1fe1b2d0 RSI: 0x0000733a5656df90 - R8: 0x0000733a5656df90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a1fe1b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41: [BUG] Segmentation fault at 0x000000000000002c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - -thread '' (942) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed --- Control frame information ----------------------------------------------- -stack backtrace: -c:0008 p:0000 s:0049 e:000048 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41 -c:0007 p:-15836762651059 s:0043 e:000041 l:n b:---- BLOCK [FINISH] -c:0006 p:0032 s:0038 e:000037 l:y b:0001 METHOD :273 -c:0005 p:0031 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 -c:0004 p:0049 s:0022 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82 -c:0003 p:0012 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'correct' -:273:in 'select' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:4641:in 'block in correct' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41:in 'normalize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a1a0e54 RBP: 0x0000733a745cbf28 RSP: 0x0000733a5626c668 - RAX: 0x0000733a5616be80 RBX: 0x0000733a5616be78 RCX: 0x0000000000000001 - RDX: 0x0000733a72368580 RDI: 0x0000733a2041b050 RSI: 0x0000733a5616be40 - R8: 0x000000002f76f168 R9: 0x0000000000000001 R10: 0x0000000000000001 - R11: 0x0000000000000000 R12: 0x0000733a2041b050 R13: 0x0000000000000024 - R14: 0x0000733a745cbf38 R15: 0x0000733a5616be78 EFL: 0x0000000000010287 - --- C level backtrace information ------------------------------------------- -INFO: 981 is running. -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -SEGV received in SEGV handler - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73eABRT received in SEGV handler - RBP: 0x0000000000000001 RSP: 0x0000733a56a703d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a48413050 RSI: 0x0000733a5696ff90 - R8: 0x0000733a5696ff90INFO: 990 is running. -INFO: 999 is running. -INFO: 1006 is running. -INFO: 1013 is running. -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -[BUG] Object is missing entry in generic_fields_tbl -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a572743d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a1da1b550 RSI: 0x0000733a57173f90 - R8: 0x0000733a57173f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a1da1b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1021 is running. -BUS received in SEGV handler -[BUG] Segmentation fault at 0x0000733a745eec60 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in BUS handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 INFO: 1030 is running. -INFO: 1039 is running. -INFO: 1046 is running. -INFO: 1053 is running. -ERROR: Child worker (961) crashed. Respawning worker. -ERROR: Child worker (1006) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::test - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1399:13 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:705:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 14: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3150:22 - 15: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 16: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 17: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 18: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 19: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 20: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 21: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 22: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 23: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 24: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 25: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:15: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a516463d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a2ee1b2d0 RSI: 0x0000733a51545f90 - R8: 0x0000733a51545f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a2ee1b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (272) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby: YJIT has panicked. More info to follow... -stack backtrace: -[BUG] Segmentation fault at 0x0000000000000014 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e62b48b RBP: 0x0000000000000002 RSP: 0x0000733a49e0a450 - RAX: 0x0000000000000000 RBX: 0x0000733a68a31bd0 RCX: 0x0000733a8da69080 - RDX: 0x0000733a8ed6ede0 RDI: 0x00000000ffffffff RSI: 0x0000000000000002 - R8: 0x0000000000000002 R9: 0x0000733a8da69080 R10: 0xe4a87ff834866020 - R11: 0x0000733a8eb75020# terminated with exception (report_on_exception is true): - R12: 0x00000000ffffffff R13: 0x0000733a8db6f140 - R14: 0x0040000000000001 R15: 0x0000000000000001 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean.rb:119: [BUG] Segmentation fault at 0x0000000000000002 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:0011 s:0018 e:000016 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean.rb:119 -c:0002 p:0035 s:0013 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean.rb:119:in 'formatter' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e879e3a RBP: 0x0000733a5073ef58 RSP: 0x0000733a5083f7f0 - RAX: 0x0000733a72304cc0 RBX: 0x0000733a5073ef58 RCX: 0x000059e100100001 - RDX: 0x0000733a5083f9d0 RDI: 0x0000000000000002 RSI: 0x0000733a69c10b80 - R8: 0x0000733a7269e9f0 R9: 0x0000733a48402e00 R10: 0x0000733a5083f880 - R11: 0x0000733a31dff6c0 R12: 0x0000733a3121b050 R13: 0x000059e100100001 - R14: 0x0000733a68a4d448 R15: 0x0000733a5073ef58 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -# terminated with exception (report_on_exception is true): -ruby: YJIT has panicked. More info to follow... - -thread '' (702) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -INFO: 1083 is running. - -thread '' (375) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -NameErrorSEGV received in SEGV handler -[BUG] ABRT received in SEGV handler -Segmentation fault at 0x000000000000413c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -[BUG] stack backtrace: -SEGV received in SEGV handler -Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ABRT received in SEGV handler -[BUG] c:0001 p:---- s:0003 Segmentation fault at 0x000000000000413ce:000002 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -l:y b:---- DUMMY -- Control frame information ----------------------------------------------- - [FINISH] -c:0001 SEGV received in SEGV handler -p:---- -s:0003 -e:000002 l:y b:---- DUMMY [FINISH] - - -ABRT received in SEGV handler --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e6faea9 RBP: 0x0000000000000000 RSP: 0x0000733a53e5a7a0 - RAX: 0x0000733a745eeb18 RBX: 0x000000000000413c RCX: 0x312e312f50545448 - RDX: 0x0000000000008008 RDI: 0x0000733a69c18218 RSI: 0x0000733a69c18218 - R8: 0x0000733a745eebc0 R9: 0x0000733a8da69080 R10: 0x253c0ba5c999f72c -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -SEGV received in SEGV handler -[BUG] Segmentation fault at 0xffffffff00000002ABRT received in SEGV handler - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 -ERROR: Iodine caught an unprotected exception - NameError: undefined method '_hijack' for class 'String' - -ERROR: - -# terminated with exception (report_on_exception is true): -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e7d8197 RBP: 0x0000000000000009 RSP: 0x0000733a4f636790 - RAX: 0x0000000000002000 RBX: 0x0000733a68a89b28 RCX: 0x312e302e302e3732 - RDX: 0x0000000000000009 RDI: 0x2e302e302e37323a RSI: 0x2e302e302e373231 - R8: 0x0000733a68a89b00 R9: 0x0000733a8da69080 R10: 0x232b0cbecb880032 - R11: 0x0000733a8eb75020 R12: 0x0000733a8db6f000 R13: 0x0000733ace62138a - R14: 0x0000000000000001 R15: 0x0000000000000001 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e5c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e5c0 RBP: 0x0000000000000001 RSP: 0x0000733a4bc193d8 - RAX: 0x0000733a6a19e5c0 RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a4001b2d0 RSI: 0x0000733a4bb18f90 - R8: 0x0000733a4bb18f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a4001b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -SEGV received in SEGV handler - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e6faea9 RBP: 0x0000000000000000 RSP: 0x0000733a510435b0 - RAX: 0x0000733a745eec78 RBX: 0x0000303830383a74ABRT received in SEGV handler - RCX: 0x303830383a74736f - RDX: 0x0000000000008008 RDI: 0x0000733a69c180d8 RSI: 0x0000733a69c180d8 - R8: 0x0000733a745e1380 R9: 0x0000733a8da69080 R10: 0x292d1ba7cd8dfc38 - R11: 0x0000733a8eb75020 R12: 0x0000733a745eec60 R13: 0x0000000000000004 - R14: 0x0000733b0ed7b660 R15: 0x0000733a69c180d8 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e5c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e5c0 RBP: 0x0000000000000001 RSP: 0x0000733a4c21c358 - RAX: 0x0000733a6a19e5c0 RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a3e81b050 RSI: 0x0000733a4c11bf90 - R8: 0x0000733a4c11bf90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a3e81b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -ruby: YJIT has panicked. More info to follow... - -thread '' (864) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -ruby: YJIT has panicked. More info to follow... - -thread '' (681) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a57877478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000stack backtrace: - RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a1c81b550 RSI: 0x0000733a57776f90 - R8: 0x0000733a57776f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a1c81b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:40: [BUG] Segmentation fault at 0x0000733a6a19e937 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:0008 s:0019 e:000015 l:y b:0001 METHOD /app/app.rb:40 -c:0002 p:0066 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:16 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:16:in 'call' -/app/app.rb:40:in 'render_plain' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e937 RBP: 0x0000000000000001 RSP: 0x0000733a4b214460 - RAX: 0x0000733a68a3ff00 RBX: 0x0000733a4b014098 RCX: 0x0000000000000006 - RDX: 0x000000001000000c RDI: 0x0000733a68a3ff00ruby: YJIT has panicked. More info to follow... - RSI: 0x0000000000000004 - R8: 0x0000000000000001 R9: 0x0000733a8da69080 R10: 0x0000000000000000 - R11: 0x0000733a435fefb8 R12: 0x0000733a42a1b7d0 R13: 0x0000733a4b113f58/app/app.rb:13: -[BUG] R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206Segmentation fault at 0x0000733a6a19e73e - --- C level backtrace information ------------------------------------------- - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a4fe3a478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 -thread '' (981) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed - - RDX: 0x0000000000000000 RDI: 0x0000733a3301b050 RSI: 0x0000733a4fd39f90 - R8: 0x0000733a4fd39f90 R9: 0x0000733a69c107c0stack backtrace: - R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a3301b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a5284f3d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a2c41b7d0 RSI: 0x0000733a5274ef90 - R8: 0x0000733a5274ef90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a2c41b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -SEGV received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 ABRT received in SEGV handler -l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:40: SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -# terminated with exception (report_on_exception is true): -iteration level underflow (RuntimeError) -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a53857478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a28e1b550 RSI: 0x0000733a53756f90 - R8: 0x0000733a53756f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a28e1b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a5666e3d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a20a1b7d0 RSI: 0x0000733a5656df90 - R8: 0x0000733a5656df90/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:7: R9: 0x0000733a69c107c0SEGV received in SEGV handler -[BUG] R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a20a1b7d0Segmentation fault at 0x0000000000000003 R13: 0x0000000000000001 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202-- Control frame information ----------------------------------------------- - - --- C level backtrace information ------------------------------------------- -ABRT received in SEGV handler -/app/app.rb:13: c:0005 [BUG] p:0004 s:0029 e:000027 l:y Segmentation fault at 0x0000733a6a19e5c0b:0001 METHOD -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:7 -c:0004 p:0023 s:0023 e:000021 l:y b:0001 -- Control frame information ----------------------------------------------- -METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:54 -c:0003 p:0010 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:54:in 'spell_checker' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:7:in 'new' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e863f1a RBP: 0x0000733a745ed400 RSP: 0x0000733a57274850 - RAX: 0x0000000000000003 RBX: 0x0000ec6100100001 RCX: 0x0000000000000002 - RDX: 0x0000733a8da52000 RDI: 0x0000733a69c57a30 RSI: 0x0000733a68aa76f0 - R8: 0x000000000000001f R9: 0x0000000000000ea6 R10: 0x0000000000000000 - R11: 0x0000733a1e5ff6c0 R12: 0x000000000000ec61 R13: 0x0000000000000001 - R14: 0x0000733a68aa76f0 R15: 0x0000733a8ed386c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -undefined method '_hijack' for class 'String' (NameError)SEGV received in SEGV handler - -ABRT received in SEGV handler -BUS received in SEGV handler -[BUG] Segmentation fault at 0x000000000000007d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in BUS handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -# terminated with exception (report_on_exception is true): -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y SEGV received in SEGV handler -b:---- ABRT received in SEGV handler -DUMMY [FINISH] -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - -[BUG] Segmentation fault at 0x0000000000000000 - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e7ce43f RBP: 0x0000733a69d35b50 RSP: 0x0000733a5284f640 - RAX: 0x000b40b4326326c0 RBX: 0x0000733a68a9e810 RCX: 0x0000000000000005 - RDX: 0x0000733a4840dc00 RDI: 0x0000733a69c16dc8 RSI: 0x0000733a4840c240 - R8: 0x0000733a4840c240 R9: 0x0000000000000003 R10: 0x292d1ba7cd8dfc38 - R11: 0x0000733a8eb75020 R12: 0x20eb1017ce9acca7 R13: 0x0000733a8e686730 - R14: 0x0000733a4840dc00 R15: 0xffffffffffffffff EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a4f837478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a3541b7d0 RSI: 0x0000733a4f736f90 - R8: 0x0000733a4f736f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a3541b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (699) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e5c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e5c0 RBP: 0x0000000000000001 RSP: 0x0000733a496063d8 - RAX: 0x0000733a6a19e5c0 RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a46c1b050 RSI: 0x0000733a49505f90 - R8: 0x0000733a49505f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a46c1b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -/app/app.rb:40: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0003 p:0008 s:0019 e:000015 l:y b:0001 METHOD /app/app.rb:40 -ruby: YJIT has panicked. More info to follow... -/app/app.rb:13: [BUG] ruby: YJIT has panicked. More info to follow... -Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 - -thread '' (508) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73estack backtrace: - RBP: 0x0000000000000001 RSP: 0x0000733a5807b3d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a1b01b550 RSI: 0x0000733a57f7af90 - R8: 0x0000733a57f7af90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a1b01b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -undefined method '_hijack' for class 'String' (NameError) -ERROR: Iodine caught an unprotected exception - NameError: undefined method '_hijack' for class 'String' - -ERROR: - -INFO: 1080 is running. -ruby: YJIT has panicked. More info to follow... - -thread '' (511) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a57a78478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a1c21b550 RSI: 0x0000733a57977f90 - R8: 0x0000733a57977f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a1c21b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -SEGV received in BUS handler -[BUG] Bus Error at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e86040d RBP: 0x000b140400001300 RSP: 0x0000733a5626c580 - RAX: 0x0000733a21019400 RBX: 0x0000733a5626c6e0 RCX: 0x0000733a5626c6e0 - RDX: 0x0000000000001221 RDI: 0x000b140400001300 RSI: 0x0000733a5626c6e0 - R8: 0x0000000000000008 R9: 0x0000000000000001 R10: 0x232b0cbeca7de632 - R11: 0x0000733a8eb75020 R12: 0x0000733a8da34000# terminated with exception (report_on_exception is true): - R13: 0x0000000000001221 - R14: 0x0000733a5626c5a8 R15: 0x0000733a74337fd0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ABRT received in SEGV handler -/usr/local/lib/ruby/4.0.0/did_you_mean.rb:119: [BUG] Segmentation fault at 0x0000000000000002 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:0011 s:0018 e:000016 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean.rb:119 -/app/app.rb:13: c:0002 p:0035 [BUG] s:0013 e:000012 l:y b:0001 METHODSegmentation fault at 0x0000733a6a19e5c0 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] --- Control frame information ----------------------------------------------- - -c:0002 -- Ruby level backtrace information ---------------------------------------- -p:0000 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -s:0011 /usr/local/lib/ruby/4.0.0/did_you_mean.rb:119:in 'formatter' -e:000010 -l:y -- Threading information --------------------------------------------------- -b:0001 Total ractor count: 1 -METHODRuby thread count for this ractor: 5 - /app/app.rb:13 - [FINISH]-- Machine register context ------------------------------------------------ - - RIP: 0x0000733a8e879e3ac:0001 RBP: 0x0000733a4a50df58p:---- RSP: 0x0000733a4a60e7f0s:0003 -e:000002 RAX: 0x0000733a72304cc0l:y RBX: 0x0000733a4a50df58b:---- RCX: 0x000059e100100001DUMMY - [FINISH] RDX: 0x0000733a4a60e9d0 - RDI: 0x0000000000000002 RSI: 0x0000733a69c10b80 - - R8: 0x0000733a7269e9f0-- Ruby level backtrace information ---------------------------------------- - R9: 0x0000733a43c21420/app/app.rb:13:in 'call' - R10: 0x0000733a4a60e880 - --- Threading information --------------------------------------------------- - R11: 0x0000733a441ff6c0Total ractor count: 1 - R12: 0x0000733a43c1b050Ruby thread count for this ractor: 5 - R13: 0x000059e100100001 - --- Machine register context ------------------------------------------------ - R14: 0x0000733a69d37630 R15: 0x0000733a4a50df58 RIP: 0x0000733a6a19e5c0 EFL: 0x0000000000010206 RBP: 0x0000000000000001 - - RSP: 0x0000733a4c01b478-- C level backtrace information ------------------------------------------- - - RAX: 0x0000733a6a19e5c0 RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a3f41b2d0 RSI: 0x0000733a4bf1af90 - R8: 0x0000733a4bf1af90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a3f41b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e6faea9 RBP: 0x0000000000000000 RSP: 0x0000733a5003b700 - RAX: 0x0000733a69c645e0 RBX: 0x0000000000000000 RCX: 0x656e696c65706970 -SEGV received in SEGV handler -[BUG] [BUG] Segmentation fault at 0x0000303830383a74Segmentation fault at 0x000000000000413c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler -Crashed while printing bug report --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000013 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ABRT received in SEGV handler -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a50a403d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a30c1b050 RSI: 0x0000733a5093ff90 - R8: 0x0000733a5093ff90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a30c1b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in ABRT handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'call' for false - -ERROR: - -ERROR: Iodine caught an unprotected exception - NoMethodError: undefined method 'call' for false - -ERROR: - -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 SEGV received in SEGV handler -p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 ABRT received in SEGV handler -p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Aborted at 0x00000000000002ac -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -# terminated with exception (report_on_exception is true): -[BUG] Segmentation fault at 0x000000000000413c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -SEGV received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 ABRT received in SEGV handler -l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e6faea9 RBP: 0x0000000000000000 RSP: 0x0000733a4e42d700/app/app.rb:13: SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y [BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a4ee32478 -INFO: 1089 is running. -[BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a69362d90 RBP: 0x0000733a5807b9b0 RSP: 0x0000733a5807b750 - RAX: 0x0000000000000008 RBX: 0x0000733b0edacac0 RCX: 0x0000000000000023 - RDX: 0x0000000000000008 RDI: 0x0000733a68a44c18 RSI: 0x0000000000000000 - R8: 0x0000733a5807b724 R9: 0x00000000000001ff R10: 0x0000000000000000 - R11: 0x04007303f5901e2e R12: 0x0000733a68a44c08 R13: 0x0000733a693c9340 - R14: 0x0000733a68a44ca8 R15: 0x0000733a5807b8a0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (843) crashed. Respawning worker. -ERROR: Child worker (139) crashed. Respawning worker. -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a3721b7d0 RSI: 0x0000733a4ed31f90 - R8: 0x0000733a4ed31f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a3721b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- - - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a55e6a3d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a2161b2d0 RSI: 0x0000733a55d69f90 - R8: 0x0000733a55d69f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a2161b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -SEGV received in SEGV handler -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 ABRT received in SEGV handler -l:y b:---- DUMMY [FINISH] -SEGV received in SEGV handler -ABRT received in SEGV handler -# terminated with exception (report_on_exception is true): -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a5485f478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a25e1b550 RSI: 0x0000733a5475ef90 - R8: 0x0000733a5475ef90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a25e1b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD# terminated with exception (report_on_exception is true): -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a55a68478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a21c1b050 RSI: 0x0000733a55967f90 - R8: 0x0000733a55967f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a21c1b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - -/app/app.rb:35: -- Threading information --------------------------------------------------- -[BUG] Total ractor count: 1 -Ruby thread count for this ractor: 5 - -Segmentation fault at 0x0000000000000333-- Machine register context ------------------------------------------------ - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a57e7a478 --- Control frame information ----------------------------------------------- - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128c:0002 -p:0184 RDX: 0x0000000000000000s:0011 RDI: 0x0000733a1f21b050e:000010 RSI: 0x0000733a57d79f90l:y -b:0001 R8: 0x0000733a57d79f90METHOD R9: 0x0000733a69c107c0 /app/app.rb:35 [FINISH] R10: 0x0000733a69c10bd0 - -c:0001 R11: 0x0000000000000006p:---- R12: 0x0000733a1f21b050 R13: 0x0000000000000001s:0003 -e:000002 R14: 0x0000000000000001l:y b:---- R15: 0x0000733a69c107c0DUMMY EFL: 0x0000000000010202 [FINISH] - - --- C level backtrace information ------------------------------------------- - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:35:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19ec75 RBP: 0x0000000000000001 RSP: 0x0000733a54a60448 - RAX: 0x0000000000000000 RBX: 0x0000733a54860058 RCX: 0x0000733a6a19ec65 - RDX: 0x0000000000000db9 RDI: 0x0000733a69c143c0 RSI: 0x000000000000032b - R8: 0x0000733a484f2e00 R9: 0x0000733a484ddf80 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000000 R12: 0x0000733a69c143c0 R13: 0x000000000000032b - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e5c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e5c0 RBP: 0x0000000000000001 RSP: 0x0000733a4b214478 - RAX: 0x0000733a6a19e5c0 RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a4241b550 RSI: 0x0000733a4b113f90 - R8: 0x0000733a4b113f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a4241b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH]/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e5c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 SEGV received in SEGV handler -l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY ABRT received in SEGV handler - [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 -# terminated with exception (report_on_exception is true): -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a5887f3d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a47e07050 RSI: 0x0000733a5877ef90 - R8: 0x0000733a5877ef90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a47e07050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:42: /app/app.rb:13: ruby: YJIT has panicked. More info to follow... -[BUG] Segmentation fault at 0x0000733a6a19e5c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - -thread '' (150) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e5c0 RBP: 0x0000000000000001SEGV received in SEGV handler -ABRT received in SEGV handler - RSP: 0x0000733a4b013478 - RAX: 0x0000733a6a19e5c0 RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a41e1b050 RSI: 0x0000733a4af12f90 - R8: 0x0000733a4af12f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006SEGV received in SEGV handler - R12: 0x0000733a41e1b050ABRT received in SEGV handler - R13: 0x0000000000000001[BUG] gc_sweep(): unknown data type 0x0(0x0000733a69d547f8) 0x0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Aborted at 0x0000000000000216 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -# terminated with exception (report_on_exception is true): -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler -[BUG] Segmentation fault at 0x000000000000000e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0016 s:0052 e:000048 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:42 -c:0007 p:0007 s:0043 e:000041 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 [FINISH] -c:0006 p:0032 s:0038 e:000037 l:y b:0001 METHOD :273 -c:0005 p:0031 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 -c:0004 p:0049 s:0022 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82 -c:0003 p:0012 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'correct' -:273:in 'select' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'block in correct' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:42:in 'normalize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e872b93 RBP: 0x0000733a7456e2f0 RSP: 0x0000733a4f435670 - RAX: 0x000000000000000e RBX: 0x0000733a4f334e40 RCX: 0x0000000000000002 - RDX: 0x0000733a68aa5b20 RDI: 0x0000733a745eec60 RSI: 0x00001eff00100005 - R8: 0x0000733a68aa5af8 R9: 0x0000733a8da69080 R10: 0x0000733a8dbfe9c0 - R11: 0x0000000000000000 R12: 0x0000733a723071c0 R13: 0x0000733a68aa5c38 - R14: 0x0000733a7456e300 R15: 0x0000733a4f334e40 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/app.rb:40: [BUG] Segmentation fault at 0x0000733a6a19e766 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:0008 s:0019 e:000015 l:y b:0001 METHOD /app/app.rb:40 -c:0002 p:0066 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:16 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:16:in 'call' -/app/app.rb:40:in 'render_plain' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e766 RBP: 0x0000000000000001 RSP: 0x0000733a48e023c0 - RAX: 0x0000733a72665a10 RBX: 0x0000733a48c02098 RCX: 0x0000733a8da690b0 - RDX: 0x000000001000000c RDI: 0x0000733a72665a10 RSI: 0x0000000000000004 - R8: 0x0000733a72664430 R9: 0x0000733a8da69080 R10: 0x0000733a69c10bd0 - R11: 0x0000733a68aa93d8 R12: 0x0000733a4841e050 R13: 0x0000733a48d01f58 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -ERROR: Child worker (1080) crashed. Respawning worker. -ERROR: Child worker (209) crashed. Respawning worker. -ERROR: Child worker (684) crashed. Respawning worker. -ERROR: Child worker (228) crashed. Respawning worker. -ERROR: Child worker (398) crashed. Respawning worker. -ERROR: Child worker (742) crashed. Respawning worker. -ERROR: Child worker (61) crashed. Respawning worker. -ERROR: Child worker (118) crashed. Respawning worker. -ERROR: Child worker (179) crashed. Respawning worker. -ERROR: Child worker (1046) crashed. Respawning worker. -ERROR: Child worker (593) crashed. Respawning worker. -ERROR: Child worker (342) crashed. Respawning worker. -ERROR: Child worker (1083) crashed. Respawning worker. -ERROR: Child worker (68) crashed. Respawning worker. -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -[BUG] Segmentation fault at 0xffffffff00000002 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e86346c RBP: 0x0000000000000000 RSP: 0x0000733a4ee32710 - RAX: 0x0000733a745e1398 RBX: 0x0000733a745e1380 RCX: 0x000000000000000b - RDX: 0x000000000000008e RDI: 0x0000733a8da62000 RSI: 0x0000000000000457 - R8: 0x00000000000000ff R9: 0x0000000000000457 R10: 0x0000733a4ee32730 - R11: 0x0000000000000246 R12: 0x0000000000004571 R13: 0x0000733a36c1b550 - R14: 0x0000733a4ee32730 R15: 0xffffffff00000000 EFL: 0x0000000000010286 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1095 is running. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a4d224358 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a3be1b2d0 RSI: 0x0000733a4d123f90 - R8: 0x0000733a4d123f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a3be1b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000303830383a74SEGV received in SEGV handler - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 ABRT received in SEGV handler -l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e6faea9 RBP: 0x0000000000000000 RSP: 0x0000733a52a505b0 - RAX: 0x0000733a745eec78SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- [BUG] Object is missing entry in generic_fields_tbl -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -[BUG] SEGV received in SEGV handler -ABRT received in SEGV handler -undefined method '_hijack' for class 'String' (NameError) -[BUG] Segmentation fault at 0x0000000000000009 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e865c07 RBP: 0x0000733a5405b6d8 RSP: 0x0000733a5405b680 - RAX: 0x0000000000000009 RBX: 0x0000733a68aa1bb0 RCX: 0x0000733a7449d600 - RDX: 0x00000000000004a0 RDI: 0x0000733a725cb910 RSI: 0x0000733a68aa1bb0 - R8: 0x000000000000007f R9: 0x00000000000000cf R10: 0x0000000000000000 - R11: 0x0000733a275ff6c0 R12: 0x000000000002a4f1 R13: 0x0000733a745e1380 - R14: 0x0000733b0ed96f7b R15: 0x0000733a5405b8a0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler -Crashed while printing bug report -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a4e22c478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a3901b550 RSI: 0x0000733a4e12bf90 - R8: 0x0000733a4e12bf90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a3901b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a5003b478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a33c1b7d0 RSI: 0x0000733a4ff3af90 - R8: 0x0000733a4ff3af90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a33c1b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (480) crashed. Respawning worker. -ERROR: Child worker (490) crashed. Respawning worker. -ERROR: Child worker (534) crashed. Respawning worker. -ERROR: Child worker (923) crashed. Respawning worker. -ERROR: Child worker (554) crashed. Respawning worker. -ERROR: Child worker (99) crashed. Respawning worker. -ERROR: Child worker (825) crashed. Respawning worker. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (14) crashed. Respawning worker. -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e5c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e5c0 RBP: 0x0000000000000001 RSP: 0x0000733a49405478 - RAX: 0x0000733a6a19e5c0 RBX: 0x0000000000000000 RCX: 0x0000733a8e879128/app/app.rb:13: -[BUG] RDX: 0x0000000000000000 RDI: 0x0000733a4781b2d0 RSI: 0x0000733a49304f90 -Segmentation fault at 0x0000733a6a19e73e R8: 0x0000733a49304f90 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a4781b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0-- Control frame information ----------------------------------------------- - EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a5867e3d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a1a41b2d0 RSI: 0x0000733a5857df90 - R8: 0x0000733a5857df90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a1a41b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e5c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e5c0 RBP: 0x0000000000000001 RSP: 0x0000733a494053d8 - RAX: 0x0000733a6a19e5c0 RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a4721b050 RSI: 0x0000733a49304f90 - R8: 0x0000733a49304f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a4721b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a57877478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a1bc1b050 RSI: 0x0000733a57776f90 - R8: 0x0000733a57776f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a1bc1b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb:47: [BUG] Segmentation fault at 0x0000000000000014 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0005 p:---- s:0030 e:000029 l:y b:---- CFUNC :message -c:0004 p:---- s:0027 e:000026 l:y b:---- CFUNC :detailed_message -c:0003 p:0063 s:0022 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb:47 -c:0002 p:0020 s:0013 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:11 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:11:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb:47:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb:47:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb:47:in 'message' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e8840cb RBP: 0x0000000000000000 RSP: 0x0000733a56a703c0 - RAX: 0x0000733a5696fee8 RBX: 0x0000000000000d31 RCX: 0x0000733a68aa0058 - RDX: 0x0000000000000332 RDI: 0x0000733a74337fd0 RSI: 0x0000733a68aa0058 - R8: 0x0000000000000004 R9: 0x0000733a745f6e88 R10: 0x0000733a56a70370 - R11: 0x0000733a68a9a568 R12: 0x0000733a1ec1b2d0 R13: 0x0000000000000000 - R14: 0x0000000000000000 R15: 0x0000733a68a9a568 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:25: [BUG] Segmentation fault at 0x0000000000000011 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0010 p:---- s:0076 e:000075 l:y b:---- CFUNC :== -c:0009 p:0149 s:0071 e:000070 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:25 -c:0008 p:0008 s:0051 e:000050 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:68 -c:0007 p:0011 s:0042 e:000041 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 [FINISH] -c:0006 p:0032 s:0038 e:000037 l:y b:0001 METHOD :273 -c:0005 p:0031 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 -c:0004 p:0049 s:0022 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82 -c:0003 p:0012 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'correct' -:273:in 'select' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'block in correct' -/usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:68:in 'distance' -/usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:25:in 'distance' -/usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:25:in '==' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e8840cb RBP: 0x0000000000000001 RSP: 0x0000733a4a40d2c0 - RAX: 0x0000733a4a30cdd0 RBX: 0x000000000000008c RCX: 0x0000733a68aa3348 - RDX: 0x0000000000000332 RDI: 0x0000733a74337fd0 RSI: 0x0000733a68aa3348 - R8: 0x0000000000000001 R9: 0x0000733a72252360 R10: 0x0000733a4a40d270 - R11: 0x00000000000000c7 R12: 0x0000733a4481b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000000000000004 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a5204b478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a2d01b2d0 RSI: 0x0000733a51f4af90 - R8: 0x0000733a51f4af90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a2d01b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e7ce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0008 s:0014 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e7ce RBP: 0x0000000000000001 RSP: 0x0000733a55666460 - RAX: 0x0000733a68aa1390 RBX: 0x0000733a55466070 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000733a69ca9f28 RSI: 0x0000733a6938e3bf - R8: 0x0000733a4780e200 R9: 0x0000733a47801d80 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a22e1b2d0 R13: 0x0000733a55565f90 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000000000000074 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - -SEGV received in SEGV handler -ABRT received in SEGV handler -# terminated with exception (report_on_exception is true): -undefined method '_hijack' for class 'String' (NameError) -SEGV received in SEGV handler -/app/app.rb:40: ABRT received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -SEGV received in SEGV handler -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x000000000000000c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- ABRT received in ABRT handler -s:0003 e:000002 l:y b:---- DUMMY [FINISH] -# terminated with exception (report_on_exception is true): -undefined method '_hijack' for class 'String' (NameError) -undefined method '_hijack' for class 'String' (NameError) -ruby: YJIT has panicked. More info to follow... - -thread '' (673) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a55867478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a2221b050 RSI: 0x0000733a55766f90 - R8: 0x0000733a55766f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a2221b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -undefined method '_hijack' for class 'String' (NameError) -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:68: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0008 s:0054 e:000050 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:68 -c:0007 p:0011 s:0042 e:000041 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 [FINISH] -c:0006 p:0032 s:0038 e:000037 l:y b:0001 METHOD :273 -c:0005 p:0031 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 -c:0004 p:0049 s:0022 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82 -c:0003 p:0012 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'correct' -:273:in 'select' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'block in correct' -/usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb:68:in 'distance' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e872bb1 RBP: 0x0000733a72383570 RSP: 0x0000733a4f234670 - RAX: 0x0000000000000000 RBX: 0x0000733a4f133e40 RCX: 0x0000733a72342d00 - RDX: 0x0000733a4f234770 RDI: 0x0000733a35a1b2d0 RSI: 0x0000733a4f133e40 - R8: 0x0000733a72250448 R9: 0x0000733a47807b40 R10: 0x0000733a4f234620 - R11: 0x0000733a371ff6c0 R12: 0x0000733a744b9500 R13: 0x0000733a68aa1cc8 - R14: 0x0000733a72383580 R15: 0x0000733a4f133e40 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in ABRT handler -# terminated with exception (report_on_exception is true): -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a1a0c82 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0008 s:0014 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a1a0c82 RBP: 0x0000000000000001 RSP: 0x0000733a51e4a340 - RAX: 0x0000733a68aace20 RBX: 0x0000733a51c4a070 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000733a68aace20 RSI: 0x0000733a6938e3bf - R8: 0x0000733a48406000 R9: 0x0000733a48405000 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a2d61b2d0 R13: 0x0000733a51d49f90 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e5c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e5c0 RBP: 0x0000000000000001 RSP: 0x0000733a4b415358 - RAX: 0x0000733a6a19e5c0 RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a4121b050 RSI: 0x0000733a4b314f90 - R8: 0x0000733a4b314f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a4121b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] gc_sweep(): unknown data type 0x0(0x0000733a69c5e7e0) 0x0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Aborted at 0x00000000000000ff -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/app.rb:14: [BUG] Segmentation fault at 0x0000733a6a19e761 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0018 s:0013 e:000010 l:y b:0001 METHOD /app/app.rb:14 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:14:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e761 RBP: 0x0000000000000001 RSP: 0x0000733a4aa103c0 - RAX: 0x0000733a68aab390 RBX: 0x0000733a4a810068 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000733a69c283b0 RSI: 0x0000733a6938e3ce - R8: 0x0000733a47802600 R9: 0x0000733a47801080 R10: 0x0000733a69c10bd0 - R11: 0x0000733a68a9e1b8 R12: 0x0000733a4301b050 R13: 0x0000733a4a90ff90 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Child worker (332) crashed. Respawning worker. -ERROR: Child worker (389) crashed. Respawning worker. -ERROR: Child worker (906) crashed. Respawning worker. -ERROR: Child worker (518) crashed. Respawning worker. -ERROR: Child worker (942) crashed. Respawning worker. -ERROR: Child worker (869) crashed. Respawning worker. -ERROR: Child worker (49) crashed. Respawning worker. -ERROR: Child worker (1030) crashed. Respawning worker. -ERROR: Child worker (611) crashed. Respawning worker. -ERROR: Child worker (108) crashed. Respawning worker. -ERROR: Child worker (879) crashed. Respawning worker. -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e650 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0008 s:0014 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e650 RBP: 0x0000000000000001 RSP: 0x0000733a4b817460 - RAX: 0x0000733a68aa0e90 RBX: 0x0000733a4b617070 RCX: 0x0000000000000000 - RDX: 0x0000000000000000 RDI: 0x0000733a69ca9f28 RSI: 0x0000733a6938e3bf - R8: 0x0000733a47203e00 R9: 0x0000733a47201280 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a4061b050 R13: 0x0000733a4b716f90 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (731) crashed. Respawning worker. -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e8092c3 RBP: 0x0000000000000000 RSP: 0x0000733a56a704d8 - RAX: 0x0000000000001221 RBX: 0x0000733a745eec60 RCX: 0x0000000000000001 - RDX: 0x0000733a56a70500 RDI: 0x745e00c000000000 RSI: 0x0000000000001221 - R8: 0x00000000000000ff R9: 0x0000000000000122 R10: 0x0000733a56a70500 - R11: 0x0000733a8eb75020 R12: 0x0000000000001221 R13: 0x0000733a745eec60 - R14: 0x0000733a56a70500 R15: 0x0000733a745e0074 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: 1104 is running. -INFO: 1109 is running. -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a4ca20478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a3d01b050 RSI: 0x0000733a4c91ff90 - R8: 0x0000733a4c91ff90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a3d01b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in ABRT handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a4d224478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a3b81b050 RSI: 0x0000733a4d123f90 - R8: 0x0000733a4d123f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a3b81b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] Bus Error at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- BUS received in BUS handler -s:0003 e:000002 l:y b:---- DUMMY [FINISH] -ABRT received in BUS handler - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e86040d RBP: 0x000b140400001300SEGV received in SEGV handler -SEGV received in SEGV handler -[BUG] ABRT received in SEGV handler -ABRT received in ABRT handler -Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 # terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:73: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0048 s:0037 e:000034 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:73 -c:0005 p:0066 s:0029 e:000027 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:17 -c:0004 p:0023 s:0023 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:54 -c:0003 p:0010 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:54:in 'spell_checker' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:17:in 'new' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:73:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a8e872bb1 RBP: 0x0000733a74378d70 RSP: 0x0000733a4dc298d0 - RAX: 0x0000000000000000 RBX: 0x0000733a4db28eb0 RCX: 0x0000733a7233ee00 - RDX: 0x0000733a4dc299d0 RDI: 0x0000733a3a81b7d0 RSI: 0x0000733a4db28eb0 - R8: 0x0000733a69cd6f10 R9: 0x0000733a3a821780 R10: 0x0000733a4dc29880 - R11: 0x0000000000095060 R12: 0x0000733a744c2c70 R13: 0x0000733a68a719b0 - R14: 0x0000733a74378d80 R15: 0x0000733a4db28eb0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -BUS received in SEGV handler -ABRT received in BUS handler -[BUG] during_gc != 0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Aborted at 0x00000000000002d2 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a58e823d8 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a3e21b550 RSI: 0x0000733a58d81f90 - R8: 0x0000733a58d81f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a3e21b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler -ERROR: Child worker (712) crashed. Respawning worker. -ERROR: Child worker (796) crashed. Respawning worker. -ERROR: Child worker (371) crashed. Respawning worker. -ERROR: Child worker (129) crashed. Respawning worker. -ERROR: Child worker (576) crashed. Respawning worker. -ERROR: Child worker (470) crashed. Respawning worker. -ERROR: Child worker (971) crashed. Respawning worker. -ERROR: Child worker (54) crashed. Respawning worker. -ERROR: Child worker (751) crashed. Respawning worker. -ERROR: Child worker (416) crashed. Respawning worker. -ERROR: Child worker (149) crashed. Respawning worker. -ERROR: Child worker (217) crashed. Respawning worker. -ERROR: Child worker (171) crashed. Respawning worker. -ERROR: Child worker (255) crashed. Respawning worker. -ERROR: Child worker (850) crashed. Respawning worker. -ERROR: Child worker (777) crashed. Respawning worker. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -undefined method '_hijack' for class 'String' (NameError) -INFO: 1113 is running. -SEGV received in SEGV handler -ABRT received in SEGV handler -undefined method '_hijack' for class 'String' (NameError) -ERROR: Iodine caught an unprotected exception - NameError: undefined method '_hijack' for class 'String' - -ERROR: - -ERROR: Child worker (274) crashed. Respawning worker. -ERROR: Child worker (834) crashed. Respawning worker. -ERROR: Child worker (526) crashed. Respawning worker. -ERROR: Child worker (293) crashed. Respawning worker. -ERROR: Child worker (722) crashed. Respawning worker. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Aborted at 0x00000000000002b4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Segmentation fault at 0x000000000000000c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/app.rb:13: [BUG] Segmentation fault at 0x0000733a6a19e73e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000733a6a19e73e RBP: 0x0000000000000001 RSP: 0x0000733a58c81478 - RAX: 0x0000733a6a19e73e RBX: 0x0000000000000000 RCX: 0x0000733a8e879128 - RDX: 0x0000000000000000 RDI: 0x0000733a1f21b2d0 RSI: 0x0000733a58b80f90 - R8: 0x0000733a58b80f90 R9: 0x0000733a69c107c0 R10: 0x0000733a69c10bd0 - R11: 0x0000000000000006 R12: 0x0000733a1f21b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000733a69c107c0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (1113) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 1 -stack backtrace: -SEGV received in SEGV handler -ABRT received in SEGV handler -ERROR: Child worker (760) crashed. Respawning worker. -ERROR: Child worker (236) crashed. Respawning worker. -ERROR: Child worker (561) crashed. Respawning worker. -ERROR: Child worker (1109) crashed. Respawning worker. -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler -INFO: 1121 is running. -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x000000000000413c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler -Crashed while printing bug report -ERROR: Child worker (313) crashed. Respawning worker. -ERROR: Child worker (461) crashed. Respawning worker. -undefined method '_hijack' for class 'String' (NameError) - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::SEGV received in SEGV handler -asmSEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler -::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ABRT received in SEGV handler -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- Machine register context ------------------------------------------------ - 0 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - : __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 13: 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -INFO: 1125 is running. -INFO: (1125) detected exit signal. - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 1018: : yjitrb_yjit_iseq_gen_entry_point:: -backend at ::/usr/src/ruby/yjit/src/yjit.rsir:::175Assembler:::26compile - - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 11: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 12: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 13: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 14: yjit::yjit::rb_yjit_iseq_gen_entry_pointINFO: (1125) cleanup complete. -::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 15: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 16: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 -INFO: 1135 is running. -INFO: 1131 is running. -ERROR: Child worker (351) crashed. Respawning worker. -ERROR: Child worker (443) crashed. Respawning worker. - 17: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 24: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borroweds -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0000 s:0049 e:000048 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41 -c:0007 p:0007 s:0043 e:000041 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 [FINISH] -c:0006 p:0032 s:0038 e:000037 l:y b:0001 METHOD :273 -c:0005 p:0031 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 -c:0004 p:0049 s:0022 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82 -c:0003 p:0012 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'correct' -:273:in 'select' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'block in correct' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41:in 'normalize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 18: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 19: jit_exec - at /usr/src/ruby/vm.c:567:30 - 20: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 21: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 22: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 23: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 24: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ERROR: Child worker (90) crashed. Respawning worker. -ERROR: Child worker (668) crashed. Respawning worker. - 25: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 26: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 27: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 28: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 29: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 30: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796: 11: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 -3 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 31: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 32: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 33: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 34: http1_on_data_first_time - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776:3 - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 12: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 13: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 35: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 36: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 37: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 38: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 39: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 14: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 15: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 16: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a17a18000-733a17c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a17c00000-733a18000000 rw-p 00000000 00:00 0 -733a18080000-733a18e00000 rw-p 00000000 00:00 0 -733a18f00000-733a19a00000 rw-p 00000000 00:00 0 -733a19b80000-733a1b800000 rw-p 00000000 00:00 0 -733a1b8f8000-733a1d1ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a1d1ff000-733a1d200000 ---p 00000000 00:00 0 -733a1d200000-733a1da00000 rw-p 00000000 00:00 0 -733a1da00000-733a1de00000 rw-p 00000000 00:00 0 -733a1deff000-733a1df00000 ---p 00000000 00:00 0 -733a1df00000-733a1e000000 rw-p 00000000 00:00 0 -733a1e000000-733a1e400000 rw-p 00000000 00:00 0 -733a1e4ff000-733a1e500000 ---p 00000000 00:00 0 -733a1e500000-733a1e600000 rw-p 00000000 00:00 0 -733a1e600000-733a1ea00000 rw-p 00000000 00:00 0 -733a1eaff000-733a1eb00000 ---p 00000000 00:00 0 -733a1eb00000-733a1ec00000 rw-p 00000000 00:00 0 -733a1ec00000-733a1f000000 rw-p 00000000 00:00 0 -733a1f0ff000-733a1f100000 ---p 00000000 00:00 0 -733a1f100000-733a1f200000 rw-p 00000000 00:00 0 -733a1f200000-733a1f600000 rw-p 00000000 00:00 0 -733a1f6ff000-733a1f700000 ---p 00000000 00:00 0 -733a1f700000-733a1f800000 rw-p 00000000 00:00 0 -733a1f800000-733a20200000 rw-p 00000000 00:00 0 -733a202ff000-733a20300000 ---p 00000000 00:00 0 -733a20300000-733a20400000 rw-p 00000000 00:00 0 -733a20400000-733a20800000 rw-p 00000000 00:00 0 -733a208ff000-733a20900000 ---p 00000000 00:00 0 -733a20900000-733a20a00000 rw-p 00000000 00:00 0 -733a20a00000-733a20e00000 rw-p 00000000 00:00 0 -733a20eff000-733a20f00000 ---p 00000000 00:00 0 -733a20f00000-733a21000000 rw-p 00000000 00:00 0 -733a21000000-733a21400000 rw-p 00000000 00:00 0 -733a214ff000-733a21500000 ---p 00000000 00:00 0 -733a21500000-733a21600000 rw-p 00000000 00:00 0 -733a21600000-733a21a00000 rw-p 00000000 00:00 0 -733a21aff000-733a21b00000 ---p 00000000 00:00 0 -733a21b00000-733a21c00000 rw-p 00000000 00:00 0 -733a21c00000-733a22000000 rw-p 00000000 00:00 0 -733a220ff000-733a22100000 ---p 00000000 00:00 0 -733a22100000-733a22200000 rw-p 00000000 00:00 0 -733a22200000-733a22600000 rw-p 00000000 00:00 0 -733a226ff000-733a22700000 ---p 00000000 00:00 0 -733a22700000-733a22800000 rw-p 00000000 00:00 0 -733a22800000-733a22c00000 rw-p 00000000 00:00 0 -733a22cff000-733a22d00000 ---p 00000000 00:00 0 -733a22d00000-733a22e00000 rw-p 00000000 00:00 0 -733a22e00000-733a23200000 rw-p 00000000 00:00 0 -733a232ff000-733a23300000 ---p 00000000 00:00 0 -733a23300000-733a23400000 rw-p 00000000 00:00 0 -733a23400000-733a23800000 rw-p 00000000 00:00 0 -733a238ff000-733a23900000 ---p 00000000 00:00 0 -733a23900000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 17: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2 40: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 41: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 -feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 0000000 42: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 43: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 -0 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 - 44: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 45: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a3300000/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 -thread '' (252) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -stack backtrace: - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -0-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 -- 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 --p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 000 00000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000- 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 12 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a4700000: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 13: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 14: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 15: yjit::stats::0 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a4with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 16: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 17: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -8a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a 0: __rustc::rust_begin_unwind - at 49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc:_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 698[anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 :5 - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 0000 0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733 1a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 : 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rcore::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:w-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a5014f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st -ack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 2: core::cell [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00:: 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 panic_already_borrowed---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b1::14000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sdo_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21tack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Rub -y:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 3: core:: rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bcellc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000::000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733apanic_already_borrowed4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc -_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 0000 4: core::cell::panic_already_borrowed0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733 -a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chun at k] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allo/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rsc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 :178:9 - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a55767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55767000-733a55768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55768000-733a55868000 rw-p 00000000 00:00 0 -733a55868000-733a55968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55968000-733a55969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55969000-733a55a69000 rw-p 00000000 00:00 0 -733a55a69000-733a55b69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b69000-733a55b6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b6a000-733a55c6a000 rw-p 00000000 00:00 0 -733a55c6a000-733a55d6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6a000-733a55d6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6b000-733a55e6b000 rw-p 00000000 00:00 0 -733a55e6b000-733a55f6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6b000-733a55f6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6c000-733a5606c000 rw-p 00000000 00:00 0 -733a5606c000-733a5616c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616c000-733a5616d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616d000-733a5626d000 rw-p 00000000 00:00 0 -733a5626d000-733a5636d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636d000-733a5636e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636e000-733a5646e000 rw-p 00000000 00:00 0 -733a5646e000-733a5656e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656e000-733a5656f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656f000-733a5666f000 rw-p 00000000 00:00 0 -733a5666f000-733a5676f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5676f000-733a56770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56770000-733a56870000 rw-p 00000000 00:00 0 -733a56870000-733a56970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56970000-733a56971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56971000-733a56a71000 rw-p 00000000 00:00 0 -733a56a71000-733a56b71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b71000-733a56b72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b72000-733a56c72000 rw-p 00000000 00:00 0 -733a56c72000-733a56d72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d72000-733a56d73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d73000-733a56e73000 rw-p 00000000 00:00 0 -733a56e73000-733a56f73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f73000-733a56f74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f74000-733a57074000 rw-p 00000000 00:00 0 -733a57074000-733a57174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57174000-733a57175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57175000-733a57275000 rw-p 00000000 00:00 0 -733a57275000-733a57375000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57375000-733a57376000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57376000-733a57476000 rw-p 00000000 00:00 0 -733a57476000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000 18: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 19: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 20: -733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_povm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 21: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 22: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 23: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 24: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 -ol_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 -- 25: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 26: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 --p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 -- 27: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2085:17 - 28: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 29: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 30: -p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:0iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 31: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 32: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 33: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:30 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_po - 34: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 35: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 36: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 37: http1_on_data_first_time -ol_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memo at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776:ry] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 --3 - 38: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 39: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 40: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 --p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de0700 41: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 42: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 43: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 44: defer_thread_inGVL0 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -73 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:933a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0:3 - 45: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 46: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 47: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 48: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s./app/app.rb:40: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73568ee20000-73568ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:40: [BUG] Aborted at 0x00000000000000bd -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 18: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 19: jit_exec - at /usr/src/ruby/vm.c:567:30 - 20: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 21: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 22: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 23: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 -INFO: 1138 is running. -ERROR: Child worker (75) crashed. Respawning worker. -ERROR: Child worker (888) crashed. Respawning worker. - 24: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -INFO: 1144 is running. - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: jit_exec - at /usr/src/ruby/vm.c:567:30 - 22: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 23: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 24: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 25: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 26: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 -WARNING: Child worker (1125) shutdown. Respawning worker. -ERROR: Child worker (897) crashed. Respawning worker. - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:600:30 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 15: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 16: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 17: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 18: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 19: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 20: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 21: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 22: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 23: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 24: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 25: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 26: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:17: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 25: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 26: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 27: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 28: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 29: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 -INFO: 1147 is running. - 30: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 31: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 32: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 33: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 34: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 35: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 36: http1_on_data_first_time - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776:3 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 37: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 38: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 39: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 40: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 41: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 42: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 43: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 - 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 - 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 -ERROR: Child worker (1039) crashed. Respawning worker. - 44: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 45: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 46: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 47: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: -thread '' (452) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -[BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowedstack backtrace: - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 11: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 12: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 13: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 14: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 15: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 16: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 17: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 18: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 19: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 20: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 21: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 22: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 23: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 24: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 25: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 26: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 27: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 28: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 29: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 30: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 31: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 32: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 33: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 34: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 35: http1_on_data_first_time - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776:3 - 36: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 37: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 38: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 39: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 40: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 41: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 42: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 43: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 44: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 45: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 46: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:40: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/app.rb:40: [BUG] Aborted at 0x00000000000001c4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 14: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 15: yjit::codegen::gen_opt_aref - at /usr/src/ruby/yjit/src/codegen.rs:3802:20 - 16: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 17: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 18: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 19: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 20: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 21: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 22: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 23: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 24: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 25: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 26: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 27: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 28: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0002 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core:: 27: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 28: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 29: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 30: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 31: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 24: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 25: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 26: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 -* Process memory map: - -INFO: 1151 is running. -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a19518000-733a19700000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a19700000-733a1a000000 rw-p 00000000 00:00 0 -733a1a080000-733a1b600000 rw-p 00000000 00:00 0 -733a1b680000-733a1d600000 rw-p 00000000 00:00 0 -733a1d6f8000-733a1efff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a1efff000-733a1f000000 ---p 00000000 00:00 0 -733a1f000000-733a1f800000 rw-p 00000000 00:00 0 -733a1f800000-733a20200000 rw-p 00000000 00:00 0 -733a202ff000-733a20300000 ---p 00000000 00:00 0 -733a20300000-733a20400000 rw-p 00000000 00:00 0 -733a20400000-733a20800000 rw-p 00000000 00:00 0 -733a208ff000-733a20900000 ---p 00000000 00:00 0 -733a20900000-733a20a00000 rw-p 00000000 00:00 0 -733a20a00000-733a20e00000 rw-p 00000000 00:00 0 -733a20eff000-733a20f00000 ---p 00000000 00:00 0 -733a20f00000-733a21000000 rw-p 00000000 00:00 0 -733a21000000-733a21400000 rw-p 00000000 00:00 0 -733a214ff000-733a21500000 ---p 00000000 00:00 0 -733a21500000-733a21600000 rw-p 00000000 00:00 0 -733a21600000-733a21a00000 rw-p 00000000 00:00 0 -733a21aff000-733a21b00000 ---p 00000000 00:00 0 -733a21b00000-733a21c00000 rw-p 00000000 00:00 0 -733a21c00000-733a22000000 rw-p 00000000 00:00 0 -733a220ff000-733a22100000 ---p 00000000 00:00 0 -733a22100000-733a22200000 rw-p 00000000 00:00 0 -733a22200000-733a22600000 rw-p 00000000 00:00 0 -733a226ff000-733a22700000 ---p 00000000 00:00 0 -733a22700000-733a22800000 rw-p 00000000 00:00 0 -733a22800000-733a22c00000 rw-p 00000000 00:00 0 -733a22cff000-733a22d00000 ---p 00000000 00:00 0 -733a22d00000-733a22e00000 rw-p 00000000 00:00 0 -733a22e00000-733a23200000 rw-p 00000000 00:00 0 -733a232ff000-733a23300000 ---p 00000000 00:00 0 -733a23300000-733a23400000 rw-p 00000000 00:00 0 -733a23400000-733a23800000 rw-p 00000000 00:00 0 -733a238ff000-733a23900000 ---p 00000000 00:00 0 -733a23900000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff00 0-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00 000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 0027000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:0: 0 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37rb_protect - at /usr/src/ruby/eval.c:1127:19 -cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 13: yjit::codegen 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0::ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3gen_entry_prologueec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 -00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42830000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a55767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55767000-733a55768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55768000-733a55868000 rw-p 00000000 00:00 0 -733a55868000-733a55968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55968000-733a55969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55969000-733a55a69000 rw-p 00000000 00:00 0 -733a55a69000-733a55b69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b69000-733a55b6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b6a000-733a55c6a000 rw-p 00000000 00:00 0 -733a55c6a000-733a55d6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6a000-733a55d6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6b000-733a55e6b000 rw-p 00000000 00:00 0 -733a55e6b000-733a55f6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6b000-733a55f6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6c000-733a5606c000 rw-p 00000000 00:00 0 -733a5606c000-733a5616c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616c000-733a5616d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616d000-733a5626d000 rw-p 00000000 00:00 0 -733a5626d000-733a5636d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636d000-733a5636e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636e000-733a5646e000 rw-p 00000000 00:00 0 -733a5646e000-733a5656e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656e000-733a5656f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656f000-733a5666f000 rw-p 00000000 00:00 0 -733a5666f000-733a5676f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5676f000-733a56770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56770000-733a56870000 rw-p 00000000 00:00 0 -733a56870000-733a56970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56970000-733a56971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56971000-733a56a71000 rw-p 00000000 00:00 0 -733a56a71000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8 deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19 711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 32 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x8: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 -6_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e 33: iodine_enterGVL401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 - /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/l at ib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /u./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 -sr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-l inux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73554ee20000-73554ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 34 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -: on_rack_request - at ./ - -vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 35: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 36: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 37: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 38: http1_on_data_first_time16 -: at yjit.::/yjitvendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:::rb_yjit_iseq_gen_entry_point776:::{3{ -closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 -ERROR: Child worker (82) crashed. Respawning worker. -ERROR: Child worker (1104) crashed. Respawning worker. -ERROR: Child worker (18) crashed. Respawning worker. - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 39: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 40: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 41: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 42: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 43: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 44: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 45: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 46: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 47: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 48: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 49: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 24: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0000 s:0049 e:000048 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41 -c:0007 p:0007 s:0043 e:000041 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 [FINISH] -c:0006 p:0032 s:0038 e:000037 l:y b:0001 METHOD :273 -c:0005 p:0031 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 -c:0004 p:0049 s:0022 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82 -c:0003 p:0012 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'correct' -:273:in 'select' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'block in correct' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41:in 'normalize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 28: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 29: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 30: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 31: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 32: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 33: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 34: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 35: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 36: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 37: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 38: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 39: http1_on_data_first_time - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776:3 - 40: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 41: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 42: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 43: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 44: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 45: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 46: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 47: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 48: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 49: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 50: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:40: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:0000 s:0016 e:000015 l:y b:0001 METHOD /app/app.rb:40 -c:0002 p:0066 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:16 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:16:in 'call' -/app/app.rb:40:in 'render_plain' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1156 is running. -INFO: 1159 is running. -ERROR: Child worker (692) crashed. Respawning worker. -INFO: 1163 is running. -ERROR: Child worker (30) crashed. Respawning worker. -ERROR: Child worker (361) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(rb_free_generic_ivar+0x0) [0x733a8e55a4ea] /usr/src/ruby/variable.c:1261 -/usr/local/lib/libruby.so.4.0(rb_free_generic_ivar) /usr/src/ruby/variable.c:1308 -/usr/local/lib/libruby.so.4.0(generic_field_set+0x48) [0x733a8e845f88] /usr/src/ruby/variable.c:1856 -/usr/local/lib/libruby.so.4.0(ivar_set+0x24) [0x733a8e84a4ad] /usr/src/ruby/variable.c:1890 -/usr/local/lib/libruby.so.4.0(rb_ivar_set) /usr/src/ruby/variable.c:2033 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(new_rack_io+0x67) [0x733a693713f7] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_rack_io.c:227 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8b4) [0x733a69362d14] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:671 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x733a69343442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a18e00000-733a1a000000 rw-p 00000000 00:00 0 -733a1a180000-733a1be00000 rw-p 00000000 00:00 0 -733a1bef8000-733a1d7ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a1d7ff000-733a1d800000 ---p 00000000 00:00 0 -733a1d800000-733a1e000000 rw-p 00000000 00:00 0 -733a1e000000-733a1e400000 rw-p 00000000 00:00 0 -733a1e4ff000-733a1e500000 ---p 00000000 00:00 0 -733a1e500000-733a1e600000 rw-p 00000000 00:00 0 -733a1e600000-733a1ea00000 rw-p 00000000 00:00 0 -733a1eaff000-733a1eb00000 ---p 00000000 00:00 0 -733a1eb00000-733a1ec00000 rw-p 00000000 00:00 0 -733a1ec00000-733a1f000000 rw-p 00000000 00:00 0 -733a1f0ff000-733a1f100000 ---p 00000000 00:00 0 -733a1f100000-733a1f200000 rw-p 00000000 00:00 0 -733a1f200000-733a1f600000 rw-p 00000000 00:00 0 -733a1f6ff000-733a1f700000 ---p 00000000 00:00 0 -733a1f700000-733a1f800000 rw-p 00000000 00:00 0 -733a1f800000-733a20200000 rw-p 00000000 00:00 0 -733a202ff000-733a20300000 ---p 00000000 00:00 0 -733a20300000-733a20400000 rw-p 00000000 00:00 0 -733a20400000-733a20800000 rw-p 00000000 00:00 0 -733a208ff000-733a20900000 ---p 00000000 00:00 0 -733a20900000-733a20a00000 rw-p 00000000 00:00 0 -733a20a00000-733a20e00000 rw-p 00000000 00:00 0 -733a20eff000-733a20f00000 ---p 00000000 00:00 0 -733a20f00000-733a21000000 rw-p 00000000 00:00 0 -733a21000000-733a21400000 rw-p 00000000 00:00 0 -733a214ff000-733a21500000 ---p 00000000 00:00 0 -733a21500000-733a21600000 rw-p 00000000 00:00 0 -733a21600000-733a21a00000 rw-p 00000000 00:00 0 -733a21aff000-733a21b00000 ---p 00000000 00:00 0 -733a21b00000-733a21c00000 rw-p 00000000 00:00 0 -733a21c00000-733a22000000 rw-p 00000000 00:00 0 -733a220ff000-733a22100000 ---p 00000000 00:00 0 -733a22100000-733a22200000 rw-p 00000000 00:00 0 -733a22200000-733a22600000 rw-p 00000000 00:00 0 -733a226ff000-733a22700000 ---p 00000000 00:00 0 -733a22700000-733a22800000 rw-p 00000000 00:00 0 -733a22800000-733a22c00000 rw-p 00000000 00:00 0 -733a22cff000-733a22d00000 ---p 00000000 00:00 0 -733a22d00000-733a22e00000 rw-p 00000000 00:00 0 -733a22e00000-733a23200000 rw-p 00000000 00:00 0 -733a232ff000-733a23300000 ---p 00000000 00:00 0 -733a23300000-733a23400000 rw-p 00000000 00:00 0 -733a23400000-733a23800000 rw-p 00000000 00:00 0 -733a238ff000-733a23900000 ---p 00000000 00:00 0 -733a23900000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a488c0000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a55767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55767000-733a55768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55768000-733a55868000 rw-p 00000000 00:00 0 -733a55868000-733a55968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55968000-733a55969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55969000-733a55a69000 rw-p 00000000 00:00 0 -733a55a69000-733a55b69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b69000-733a55b6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b6a000-733a55c6a000 rw-p 00000000 00:00 0 -733a55c6a000-733a55d6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6a000-733a55d6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6b000-733a55e6b000 rw-p 00000000 00:00 0 -733a55e6b000-733a55f6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6b000-733a55f6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6c000-733a5606c000 rw-p 00000000 00:00 0 -733a5606c000-733a5616c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616c000-733a5616d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616d000-733a5626d000 rw-p 00000000 00:00 0 -733a5626d000-733a5636d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636d000-733a5636e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636e000-733a5646e000 rw-p 00000000 00:00 0 -733a5646e000-733a5656e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656e000-733a5656f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656f000-733a5666f000 rw-p 00000000 00:00 0 -733a5666f000-733a5676f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5676f000-733a56770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56770000-733a56870000 rw-p 00000000 00:00 0 -733a56870000-733a56970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56970000-733a56971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56971000-733a56a71000 rw-p 00000000 00:00 0 -733a56a71000-733a56b71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b71000-733a56b72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b72000-733a56c72000 rw-p 00000000 00:00 0 -733a56c72000-733a56d72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d72000-733a56d73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d73000-733a56e73000 rw-p 00000000 00:00 0 -733a56e73000-733a56f73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f73000-733a56f74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f74000-733a57074000 rw-p 00000000 00:00 0 -733a57074000-733a57174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57174000-733a57175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57175000-733a57275000 rw-p 00000000 00:00 0 -733a57275000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73564ee20000-73564ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000003de -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1167 is running. -ERROR: Child worker (806) crashed. Respawning worker. -INFO: 1171 is running. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -INFO: 1175 is running. -ERROR: Child worker (999) crashed. Respawning worker. -ERROR: Child worker (189) crashed. Respawning worker. - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 24: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0000 s:0049 e:000048 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41 -c:0007 p:0007 s:0043 e:000041 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 [FINISH] -c:0006 p:0032 s:0038 e:000037 l:y b:0001 METHOD :273 -c:0005 p:0031 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 -c:0004 p:0049 s:0022 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82 -c:0003 p:0012 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'correct' -:273:in 'select' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'block in correct' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41:in 'normalize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1179 is running. -ERROR: Child worker (630) crashed. Respawning worker. -ERROR: Child worker (452) crashed. Respawning worker. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -/usr/local/lib/libruby.so.4.0(vm_search_method_fastpath+0xf) [0x733a8e872b93] /usr/src/ruby/vm_insnhelper.c:2362 -/usr/local/lib/libruby.so.4.0(vm_sendish) /usr/src/ruby/vm_insnhelper.c:6122 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x733a8e87924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x733a6a166469] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a2f398000-733a2f580000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a2f580000-733a30e00000 rw-p 00000000 00:00 0 -733a30f80000-733a32c00000 rw-p 00000000 00:00 0 -733a32cf8000-733a345ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a345ff000-733a34600000 ---p 00000000 00:00 0 -733a34600000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45870000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a48000-733a68a80000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a80000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -7346cee20000-7346cee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a16418000-733a16600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a16600000-733a1a600000 rw-p 00000000 00:00 0 -733a1a6f8000-733a1bfff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a1bfff000-733a1c000000 ---p 00000000 00:00 0 -733a1c000000-733a1c800000 rw-p 00000000 00:00 0 -733a1c800000-733a1cc00000 rw-p 00000000 00:00 0 -733a1ccff000-733a1cd00000 ---p 00000000 00:00 0 -733a1cd00000-733a1ce00000 rw-p 00000000 00:00 0 -733a1ce00000-733a1d200000 rw-p 00000000 00:00 0 -733a1d2ff000-733a1d300000 ---p 00000000 00:00 0 -733a1d300000-733a1d400000 rw-p 00000000 00:00 0 -733a1d400000-733a1d800000 rw-p 00000000 00:00 0 -733a1d8ff000-733a1d900000 ---p 00000000 00:00 0 -733a1d900000-733a1da00000 rw-p 00000000 00:00 0 -733a1da00000-733a1de00000 rw-p 00000000 00:00 0 -733a1deff000-733a1df00000 ---p 00000000 00:00 0 -733a1df00000-733a1e000000 rw-p 00000000 00:00 0 -733a1e000000-733a1e400000 rw-p 00000000 00:00 0 -733a1e4ff000-733a1e500000 ---p 00000000 00:00 0 -733a1e500000-733a1e600000 rw-p 00000000 00:00 0 -733a1e600000-733a1ea00000 rw-p 00000000 00:00 0 -733a1eaff000-733a1eb00000 ---p 00000000 00:00 0 -733a1eb00000-733a1ec00000 rw-p 00000000 00:00 0 -733a1ec00000-733a1f000000 rw-p 00000000 00:00 0 -733a1f0ff000-733a1f100000 ---p 00000000 00:00 0 -733a1f100000-733a1f200000 rw-p 00000000 00:00 0 -733a1f200000-733a1f600000 rw-p 00000000 00:00 0 -733a1f6ff000-733a1f700000 ---p 00000000 00:00 0 -733a1f700000-733a1f800000 rw-p 00000000 00:00 0 -733a1f800000-733a20200000 rw-p 00000000 00:00 0 -733a202ff000-733a20300000 ---p 00000000 00:00 0 -733a20300000-733a20400000 rw-p 00000000 00:00 0 -733a20400000-733a20800000 rw-p 00000000 00:00 0 -733a208ff000-733a20900000 ---p 00000000 00:00 0 -733a20900000-733a20a00000 rw-p 00000000 00:00 0 -733a20a00000-733a20e00000 rw-p 00000000 00:00 0 -733a20eff000-733a20f00000 ---p 00000000 00:00 0 -733a20f00000-733a21000000 rw-p 00000000 00:00 0 -733a21000000-733a21400000 rw-p 00000000 00:00 0 -733a214ff000-733a21500000 ---p 00000000 00:00 0 -733a21500000-733a21600000 rw-p 00000000 00:00 0 -733a21600000-733a21a00000 rw-p 00000000 00:00 0 -733a21aff000-733a21b00000 ---p 00000000 00:00 0 -733a21b00000-733a21c00000 rw-p 00000000 00:00 0 -733a21c00000-733a22000000 rw-p 00000000 00:00 0 -733a220ff000-733a22100000 ---p 00000000 00:00 0 -733a22100000-733a22200000 rw-p 00000000 00:00 0 -733a22200000-733a22600000 rw-p 00000000 00:00 0 -733a226ff000-733a22700000 ---p 00000000 00:00 0 -733a22700000-733a22800000 rw-p 00000000 00:00 0 -733a22800000-733a22c00000 rw-p 00000000 00:00 0 -733a22cff000-733a22d00000 ---p 00000000 00:00 0 -733a22d00000-733a22e00000 rw-p 00000000 00:00 0 -733a22e00000-733a23200000 rw-p 00000000 00:00 0 -733a232ff000-733a23300000 ---p 00000000 00:00 0 -733a23300000-733a23400000 rw-p 00000000 00:00 0 -733a23400000-733a23800000 rw-p 00000000 00:00 0 -733a238ff000-733a23900000 ---p 00000000 00:00 0 -733a23900000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34 14: yjit::core::gen_entry_point_bodye00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a -35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 -- at -p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000/usr/src/ruby/yjit/src/core.rs 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -7:3235:35 - 15: yjit::33a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000core-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f000::gen_entry_point00 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 000 -00000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 at /usr/src/ruby/yjit/src/core.rs:3225:20 - 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41c90000-733a41cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a42210000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a55767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55767000-733a55768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55768000-733a55868000 rw-p 00000000 00:00 0 -733a55868000-733a55968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55968000-733a55969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55969000-733a55a69000 rw-p 00000000 00:00 0 -733a55a69000-733a55b69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b69000-733a55b6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b6a000-733a55c6a000 rw-p 00000000 00:00 0 -733a55c6a000-733a55d6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6a000-733a55d6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6b000-733a55e6b000 rw-p 00000000 00:00 0 -733a55e6b000-733a55f6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6b000-733a55f6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6c000-733a5606c000 rw-p 00000000 00:00 0 -733a5606c000-733a5616c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616c000-733a5616d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616d000-733a5626d000 rw-p 00000000 00:00 0 -733a5626d000-733a5636d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636d000-733a5636e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636e000-733a5646e000 rw-p 00000000 00:00 0 -733a5646e000-733a5656e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656e000-733a5656f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656f000-733a5666f000 rw-p 00000000 00:00 0 -733a5666f000-733a5676f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5676f000-733a56770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56770000-733a56870000 rw-p 00000000 00:00 0 -733a56870000-733a56970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56970000-733a56971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56971000-733a56a71000 rw-p 00000000 00:00 0 -733a56a71000-733a56b71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b71000-733a56b72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b72000-733a56c72000 rw-p 00000000 00:00 0 -733a56c72000-733a56d72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d72000-733a56d73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d73000-733a56e73000 rw-p 00000000 00:00 0 -733a56e73000-733a56f73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f73000-733a56f74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f74000-733a57074000 rw-p 00000000 00:00 0 -733a57074000-733a57174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57174000-733a57175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57175000-733a57275000 rw-p 00000000 00:00 0 -733a57275000-733a57375000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57375000-733a57376000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57376000-733a57476000 rw-p 00000000 00:00 0 -733a57476000-733a57576000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57576000-733a57577000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57577000-733a57677000 rw-p 00000000 00:00 0 -733a57677000-733a57777000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57777000-733a57778000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57778000-733a57878000 rw-p 00000000 00:00 0 -733a57878000-733a57978000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57978000-733a57979000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57979000-733a57a79000 rw-p 00000000 00:00 0 -733a57a79000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-l 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}}inux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket. -so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400 at 000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0/usr/src/ruby/yjit/src/yjit.rs [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ru:175:49 - 17: yjit::statsby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_b::ody_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 with_compile_time -[anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:de at fault:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x8/usr/src/ruby/yjit/src/stats.rs:1062:15 -6_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-lin ux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7 26f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 0000001800 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 : rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73574ee20000-73574ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 -INFO: 1183 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -/usr/local/lib/libruby.so.4.0(callable_method_entry+0x9) [0x733a8e863f1a] /usr/src/ruby/vm_method.c:1952 -/usr/local/lib/libruby.so.4.0(rb_callable_method_entry) /usr/src/ruby/vm_method.c:1958 -/usr/local/lib/libruby.so.4.0(vm_populate_cc) /usr/src/ruby/vm_insnhelper.c:2154 -/usr/local/lib/libruby.so.4.0(vm_search_cc) /usr/src/ruby/vm_insnhelper.c:2284 -/usr/local/lib/libruby.so.4.0(vm_search_method_slowpath0+0x5) [0x733a8e872bfe] /usr/src/ruby/vm_insnhelper.c:2298 -/usr/local/lib/libruby.so.4.0(vm_search_method_fastpath) /usr/src/ruby/vm_insnhelper.c:2378 -/usr/local/lib/libruby.so.4.0(vm_sendish) /usr/src/ruby/vm_insnhelper.c:6122 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x733a8e87924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(vm_call0_cc+0xf8) [0x733a8e87f628] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_vm_call0+0x47) [0x733a8e883655] /usr/src/ruby/vm_eval.c:61 -/usr/local/lib/libruby.so.4.0(rb_vm_call_kw) /usr/src/ruby/vm_eval.c:326 -/usr/local/lib/libruby.so.4.0(rb_check_funcall_default_kw) /usr/src/ruby/vm_eval.c:712 -/usr/local/lib/libruby.so.4.0(rb_check_funcall_kw) /usr/src/ruby/vm_eval.c:682 -/usr/local/lib/libruby.so.4.0(rb_get_detailed_message+0x2e) [0x733a8e649a9e] /usr/src/ruby/error.c:1607 -/usr/local/lib/libruby.so.4.0(rb_ec_error_print_detailed+0x286) [0x733a8e6566c6] /usr/src/ruby/eval_error.c:376 -/usr/local/lib/libruby.so.4.0(thread_start_func_2+0xc77) [0x733a8e81ae47] /usr/src/ruby/thread.c:738 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 6 ruby2_keywords.rb - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 24: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. - 7 set.rb -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a17398000-733a17580000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a17580000-733a18e00000 rw-p 00000000 00:00 0 -733a18f80000-733a1ac00000 rw-p 00000000 00:00 0 -733a1acf8000-733a1c5ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a1c5ff000-733a1c600000 ---p 00000000 00:00 0 -733a1c600000-733a1ce00000 rw-p 00000000 00:00 0 -733a1ce00000-733a1d200000 rw-p 00000000 00:00 0 -733a1d2ff000-733a1d300000 ---p 00000000 00:00 0 -733a1d300000-733a1d400000 rw-p 00000000 00:00 0 -733a1d400000-733a1d800000 rw-p 00000000 00:00 0 -733a1d8ff000-733a1d900000 ---p 00000000 00:00 0 -733a1d900000-733a1da00000 rw-p 00000000 00:00 0 -733a1da00000-733a1de00000 rw-p 00000000 00:00 0 -733a1deff000-733a1df00000 ---p 00000000 00:00 0 -733a1df00000-733a1e000000 rw-p 00000000 00:00 0 -733a1e000000-733a1e400000 rw-p 00000000 00:00 0 -733a1e4ff000-733a1e500000 ---p 00000000 00:00 0 -733a1e500000-733a1e600000 rw-p 00000000 00:00 0 -733a1e600000-733a1ea00000 rw-p 00000000 00:00 0 -733a1eaff000-733a1eb00000 ---p 00000000 00:00 0 -733a1eb00000-733a1ec00000 rw-p 00000000 00:00 0 -733a1ec00000-733a1f000000 rw-p 00000000 00:00 0 -733a1f0ff000-733a1f100000 ---p 00000000 00:00 0 -733a1f100000-733a1f200000 rw-p 00000000 00:00 0 -733a1f200000-733a1f600000 rw-p 00000000 00:00 0 -733a1f6ff000-733a1f700000 ---p 00000000 00:00 0 -733a1f700000-733a1f800000 rw-p 00000000 00:00 0 -733a1f800000-733a20200000 rw-p 00000000 00:00 0 -733a202ff000-733a20300000 ---p 00000000 00:00 0 -733a20300000-733a20400000 rw-p 00000000 00:00 0 -733a20400000-733a20800000 rw-p 00000000 00:00 0 -733a208ff000-733a20900000 ---p 00000000 00:00 0 -733a20900000-733a20a00000 rw-p 00000000 00:00 0 -733a20a00000-733a20e00000 rw-p 00000000 00:00 0 -733a20eff000-733a20f00000 ---p 00000000 00:00 0 -733a20f00000-733a21000000 rw-p 00000000 00:00 0 -733a21000000-733a21400000 rw-p 00000000 00:00 0 -733a214ff000-733a21500000 ---p 00000000 00:00 0 -733a21500000-733a21600000 rw-p 00000000 00:00 0 -733a21600000-733a21a00000 rw-p 00000000 00:00 0 -733a21aff000-733a21b00000 ---p 00000000 00:00 0 -733a21b00000-733a21c00000 rw-p 00000000 00:00 0 -733a21c00000-733a22000000 rw-p 00000000 00:00 0 -733a220ff000-733a22100000 ---p 00000000 00:00 0 -733a22100000-733a22200000 rw-p 00000000 00:00 0 -733a22200000-733a22600000 rw-p 00000000 00:00 0 -733a226ff000-733a22700000 ---p 00000000 00:00 0 -733a22700000-733a22800000 rw-p 00000000 00:00 0 -733a22800000-733a22c00000 rw-p 00000000 00:00 0 -733a22cff000-733a22d00000 ---p 00000000 00:00 0 -733a22d00000-733a22e00000 rw-p 00000000 00:00 0 -733a22e00000-733a23200000 rw-p 00000000 00:00 0 -733a232ff000-733a23300000 ---p 00000000 00:00 0 -733a23300000-733a23400000 rw-p 00000000 00:00 0 -733a23400000-733a23800000 rw-p 00000000 00:00 0 -733a238ff000-733a23900000 ---p 00000000 00:00 0 -733a23900000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a452d0000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a55767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55767000-733a55768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55768000-733a55868000 rw-p 00000000 00:00 0 -733a55868000-733a55968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55968000-733a55969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55969000-733a55a69000 rw-p 00000000 00:00 0 -733a55a69000-733a55b69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b69000-733a55b6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b6a000-733a55c6a000 rw-p 00000000 00:00 0 -733a55c6a000-733a55d6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6a000-733a55d6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6b000-733a55e6b000 rw-p 00000000 00:00 0 -733a55e6b000-733a55f6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6b000-733a55f6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6c000-733a5606c000 rw-p 00000000 00:00 0 -733a5606c000-733a5616c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616c000-733a5616d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616d000-733a5626d000 rw-p 00000000 00:00 0 -733a5626d000-733a5636d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636d000-733a5636e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636e000-733a5646e000 rw-p 00000000 00:00 0 -733a5646e000-733a5656e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656e000-733a5656f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656f000-733a5666f000 rw-p 00000000 00:00 0 -733a5666f000-733a5676f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5676f000-733a56770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56770000-733a56870000 rw-p 00000000 00:00 0 -733a56870000-733a56970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56970000-733a56971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56971000-733a56a71000 rw-p 00000000 00:00 0 -733a56a71000-733a56b71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b71000-733a56b72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b72000-733a56c72000 rw-p 00000000 00:00 0 -733a56c72000-733a56d72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d72000-733a56d73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d73000-733a56e73000 rw-p 00000000 00:00 0 -733a56e73000-733a56f73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f73000-733a56f74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f74000-733a57074000 rw-p 00000000 00:00 0 -733a57074000-733a57174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57174000-733a57175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57175000-733a57275000 rw-p 00000000 00:00 0 -733a57275000-733a57375000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57375000-733a57376000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57376000-733a57476000 rw-p 00000000 00:00 0 -733a57476000-733a57576000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57576000-733a57577000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57577000-733a57677000 rw-p 00000000 00:00 0 -733a57677000-733a57777000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57777000-733a57778000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57778000-733a57878000 rw-p 00000000 00:00 0 -733a57878000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73570ee20000-73570ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (951) crashed. Respawning worker. -INFO: 1187 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a1ab18000-733a1ad00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a1ad00000-733a1b600000 rw-p 00000000 00:00 0 -733a1b780000-733a1d000000 rw-p 00000000 00:00 0 -733a1d180000-733a1f400000 rw-p 00000000 00:00 0 -733a1f4f8000-733a20dff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a20dff000-733a20e00000 ---p 00000000 00:00 0 -733a20e00000-733a21600000 rw-p 00000000 00:00 0 -733a21600000-733a21a00000 rw-p 00000000 00:00 0 -733a21aff000-733a21b00000 ---p 00000000 00:00 0 -733a21b00000-733a21c00000 rw-p 00000000 00:00 0 -733a21c00000-733a22000000 rw-p 00000000 00:00 0 -733a220ff000-733a22100000 ---p 00000000 00:00 0 -733a22100000-733a22200000 rw-p 00000000 00:00 0 -733a22200000-733a22600000 rw-p 00000000 00:00 0 -733a226ff000-733a22700000 ---p 00000000 00:00 0 -733a22700000-733a22800000 rw-p 00000000 00:00 0 -733a22800000-733a22c00000 rw-p 00000000 00:00 0 -733a22cff000-733a22d00000 ---p 00000000 00:00 0 -733a22d00000-733a22e00000 rw-p 00000000 00:00 0 -733a22e00000-733a23200000 rw-p 00000000 00:00 0 -733a232ff000-733a23300000 ---p 00000000 00:00 0 -733a23300000-733a23400000 rw-p 00000000 00:00 0 -733a23400000-733a23800000 rw-p 00000000 00:00 0 -733a238ff000-733a23900000 ---p 00000000 00:00 0 -733a23900000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42ec0000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a55767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55767000-733a55768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55768000-733a55868000 rw-p 00000000 00:00 0 -733a55868000-733a55968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55968000-733a55969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55969000-733a55a69000 rw-p 00000000 00:00 0 -733a55a69000-733a55b69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b69000-733a55b6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b6a000-733a55c6a000 rw-p 00000000 00:00 0 -733a55c6a000-733a55d6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6a000-733a55d6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6b000-733a55e6b000 rw-p 00000000 00:00 0 -733a55e6b000-733a55f6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6b000-733a55f6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6c000-733a5606c000 rw-p 00000000 00:00 0 -733a5606c000-733a5616c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616c000-733a5616d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616d000-733a5626d000 rw-p 00000000 00:00 0 -733a5626d000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a38000-733a68a70000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a70000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73540ee20000-73540ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e5c0] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a41c18000-733a41e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a41e00000-733a44a00000 rw-p 00000000 00:00 0 -733a44af8000-733a463ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a463ff000-733a46400000 ---p 00000000 00:00 0 -733a46400000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a68000-733a68aa0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68aa0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -733b0ee20000-733b0ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -/usr/local/lib/libruby.so.4.0(vm_call_method_each_type+0x3a) [0x733a8e879e3a] /usr/src/ruby/vm_insnhelper.c:4873 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xb0) [0x733a8e872bb5] /usr/src/ruby/vm_insnhelper.c:6123 -/usr/local/lib/libruby.so.4.0(vm_exec_core) /usr/src/ruby/insns.def:904 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x733a8e87924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(vm_call0_cc+0xf8) [0x733a8e87f628] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_vm_call0+0x47) [0x733a8e883655] /usr/src/ruby/vm_eval.c:61 -/usr/local/lib/libruby.so.4.0(rb_vm_call_kw) /usr/src/ruby/vm_eval.c:326 -/usr/local/lib/libruby.so.4.0(rb_check_funcall_default_kw) /usr/src/ruby/vm_eval.c:712 -/usr/local/lib/libruby.so.4.0(rb_check_funcall_kw) /usr/src/ruby/vm_eval.c:682 -/usr/local/lib/libruby.so.4.0(rb_get_detailed_message+0x2e) [0x733a8e649a9e] /usr/src/ruby/error.c:1607 -/usr/local/lib/libruby.so.4.0(rb_ec_error_print_detailed+0x286) [0x733a8e6566c6] /usr/src/ruby/eval_error.c:376 -/usr/local/lib/libruby.so.4.0(thread_start_func_2+0xc77) [0x733a8e81ae47] /usr/src/ruby/thread.c:738 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a2ad18000-733a2af00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a2af00000-733a2b800000 rw-p 00000000 00:00 0 -733a2b980000-733a2d200000 rw-p 00000000 00:00 0 -733a2d380000-733a2f000000 rw-p 00000000 00:00 0 -733a2f0f8000-733a309ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a309ff000-733a30a00000 ---p 00000000 00:00 0 -733a30a00000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43460000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a08000-733a68a40000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a40000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73498ee20000-73498ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 -ERROR: Child worker (990) crashed. Respawning worker. - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 9: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 -INFO: 1191 is running. - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 1 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1195 is running. -INFO: 1199 is running. -INFO: (1199) detected exit signal. - INFO: (1199) cleanup complete. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -: * Process memory map: - -yjit::615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a14a18000-733a14c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a14c00000-733a15000000 rw-p 00000000 00:00 0 -733a15180000-733a16a00000 rw-p 00000000 00:00 0 -733a16b80000-733a18800000 rw-p 00000000 00:00 0 -733a188f8000-733a1a1ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a1a1ff000-733a1a200000 ---p 00000000 00:00 0 -733a1a200000-733a1aa00000 rw-p 00000000 00:00 0 -733a1aa00000-733a1ae00000 rw-p 00000000 00:00 0 -733a1aeff000-733a1af00000 ---p 00000000 00:00 0 -733a1af00000-733a1b000000 rw-p 00000000 00:00 0 -733a1b000000-733a1b400000 rw-p 00000000 00:00 0 -733a1b4ff000-733a1b500000 ---p 00000000 00:00 0 -733a1b500000-733a1b600000 rw-p 00000000 00:00 0 -733a1b600000-733a1ba00000 rw-p 00000000 00:00 0 -733a1baff000-733a1bb00000 ---p 00000000 00:00 0 -733a1bb00000-733a1bc00000 rw-p 00000000 00:00 0 -733a1bc00000-733a1c000000 rw-p 00000000 00:00 0 -733a1c0ff000-733a1c100000 ---p 00000000 00:00 0 -733a1c100000-733a1c200000 rw-p 00000000 00:00 0 -733a1c200000-733a1c600000 rw-p 00000000 00:00 0 -733a1c6ff000-733a1c700000 ---p 00000000 00:00 0 -733a1c700000-733a1c800000 rw-p 00000000 00:00 0 -733a1c800000-733a1cc00000 rw-p 00000000 00:00 0 -733a1ccff000-733a1cd00000 ---p 00000000 00:00 0 -733a1cd00000-733a1ce00000 rw-p 00000000 00:00 0 -733a1ce00000-733a1d200000 rw-p 00000000 00:00 0 -733a1d2ff000-733a1d300000 ---p 00000000 00:00 0 -733a1d300000-733a1d400000 rw-p 00000000 00:00 0 -733a1d400000-733a1d800000 rw-p 00000000 00:00 0 -733a1d8ff000-733a1d900000 ---p 00000000 00:00 0 -733a1d900000-733a1da00000 rw-p 00000000 00:00 0 -733a1da00000-733a1de00000 rw-p 00000000 00:00 0 -733a1deff000-733a1df00000 ---p 00000000 00:00 0 -733a1df00000-733a1e000000 rw-p 00000000 00:00 0 -733a1e000000-733a1e400000 rw-p 00000000 00:00 0 -733a1e4ff000-733a1e500000 ---p 00000000 00:00 0 -733a1e500000-733a1e600000 rw-p 00000000 00:00 0 -733a1e600000-733a1ea00000 rw-p 00000000 00:00 0 -733a1eaff000-733a1eb00000 ---p 00000000 00:00 0 -733a1eb00000-733a1ec00000 rw-p 00000000 00:00 0 -733a1ec00000-733a1f000000 rw-p 00000000 00:00 0 -733a1f0ff000-733a1f100000 ---p 00000000 00:00 0 -733a1f100000-733a1f200000 rw-p 00000000 00:00 0 -733a1f200000-733a1f600000 rw-p 00000000 00:00 0 -733a1f6ff000-733a1f700000 ---p 00000000 00:00 0 -733a1f700000-733a1f800000 rw-p 00000000 00:00 0 -733a1f800000-733a20200000 rw-p 00000000 00:00 0 -733a202ff000-733a20300000 ---p 00000000 00:00 0 -733a20300000-733a20400000 rw-p 00000000 00:00 0 -733a20400000-733a20800000 rw-p 00000000 00:00 0 -733a208ff000-733a20900000 ---p 00000000 00:00 0 -733a20900000-733a20a00000 rw-p 00000000 00:00 0 -733a20a00000-733a20e00000 rw-p 00000000 00:00 0 -733a20eff000-733a20f00000 ---p 00000000 00:00 0 -733a20f00000-733a21000000 rw-p 00000000 00:00 0 -733a21000000-733a21400000 rw-p 00000000 00:00 0 -733a214ff000-733a21500000 ---p 00000000 00:00 0 -733a21500000-733a21600000 rw-p 00000000 00:00 0 -733a21600000-733a21a00000 rw-p 00000000 00:00 0 -733a21aff000-733a21b00000 ---p 00000000 00:00 0 -733a21b00000-733a21c00000 rw-p 00000000 00:00 0 -733a21c00000-733a22000000 rw-p 00000000 00:00 0 -733a220ff000-733a22100000 ---p 00000000 00:00 0 -733a22100000-733a22200000 rw-p 00000000 00:00 0 -733a22200000-733a22600000 rw-p 00000000 00:00 0 -733a226ff000-733a22700000 ---p 00000000 00:00 0 -733a22700000-733a22800000 rw-p 00000000 00:00 0 -733a22800000-733a22c00000 rw-p 00000000 00:00 0 -733a22cff000-733a22d00000 ---p 00000000 00:00 0 -733a22d00000-733a22e00000 rw-p 00000000 00:00 0 -733a22e00000-733a23200000 rw-p 00000000 00:00 0 -733a232ff000-733a23300000 ---p 00000000 00:00 0 -733a23300000-733a23400000 rw-p 00000000 00:00 0 -733a23400000-733a23800000 rw-p 00000000 00:00 0 -733a238ff000-733a23900000 ---p 00000000 00:00 0 -733a23900000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 000000virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -00 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 --p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 8: yjit::asm::x86_64::write_rm_multi - 9: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a50000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a55767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55767000-733a55768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55768000-733a55868000 rw-p 00000000 00:00 0 -733a55868000-733a55968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55968000-733a55969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55969000-733a55a69000 rw-p 00000000 00:00 0 -733a55a69000-733a55b69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b69000-733a55b6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b6a000-733a55c6a000 rw-p 00000000 00:00 0 -733a55c6a000-733a55d6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6a000-733a55d6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6b000-733a55e6b000 rw-p 00000000 00:00 0 -733a55e6b000-733a55f6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6b000-733a55f6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6c000-733a5606c000 rw-p 00000000 00:00 0 -733a5606c000-733a5616c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616c000-733a5616d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616d000-733a5626d000 rw-p 00000000 00:00 0 -733a5626d000-733a5636d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636d000-733a5636e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636e000-733a5646e000 rw-p 00000000 00:00 0 -733a5646e000-733a5656e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656e000-733a5656f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656f000-733a5666f000 rw-p 00000000 00:00 0 -733a5666f000-733a5676f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5676f000-733a56770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56770000-733a56870000 rw-p 00000000 00:00 0 -733a56870000-733a56970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56970000-733a56971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56971000-733a56a71000 rw-p 00000000 00:00 0 -733a56a71000-733a56b71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b71000-733a56b72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b72000-733a56c72000 rw-p 00000000 00:00 0 -733a56c72000-733a56d72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d72000-733a56d73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d73000-733a56e73000 rw-p 00000000 00:00 0 -733a56e73000-733a56f73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f73000-733a56f74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f74000-733a57074000 rw-p 00000000 00:00 0 -733a57074000-733a57174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57174000-733a57175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57175000-733a57275000 rw-p 00000000 00:00 0 -733a57275000-733a57375000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57375000-733a57376000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57376000-733a57476000 rw-p 00000000 00:00 0 -733a57476000-733a57576000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57576000-733a57577000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57577000-733a57677000 rw-p 00000000 00:00 0 -733a57677000-733a57777000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57777000-733a57778000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57778000-733a57878000 rw-p 00000000 00:00 0 -733a57878000-733a57978000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57978000-733a57979000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57979000-733a57a79000 rw-p 00000000 00:00 0 -733a57a79000-733a57b79000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57b79000-733a57b7a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57b7a000-733a57c7a000 rw-p 00000000 00:00 0 -733a57c7a000-733a57d7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57d7a000-733a57d7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57d7b000-733a57e7b000 rw-p 00000000 00:00 0 -733a57e7b000-733a57f7b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57f7b000-733a57f7c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57f7c000-733a5807c000 rw-p 00000000 00:00 0 -733a5807c000-733a5817c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5817c000-733a5817d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5817d000-733a5827d000 rw-p 00000000 00:00 0 -733a5827d000-733a5837d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5837d000-733a5837e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5837e000-733a5847e000 rw-p 00000000 00:00 0 -733a5847e000-733a5857e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5857e000-733a5857f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5857f000-733a5867f000 rw-p 00000000 00:00 0 -733a5867f000-733a5877f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5877f000-733a58780000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a58780000-733a58880000 rw-p 00000000 00:00 0 -733a58880000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a48000-733a68a80000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a80000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default: 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 -heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73590ee20000-73590ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -/usr/local/lib/libruby.so.4.0(rb_enc_mbminlen+0x0) [0x733a8e62b48b] /usr/src/ruby/encoding.c:1082 -/usr/local/lib/libruby.so.4.0(rb_enc_associate_index) /usr/src/ruby/encoding.c:1082 -/usr/local/lib/libruby.so.4.0(fstring_concurrent_set_create+0x1d7) [0x733a8e7ddd97] /usr/src/ruby/string.c:1183 -/usr/local/lib/libruby.so.4.0(rb_concurrent_set_find_or_insert+0x85) [0x733a8e61b125] /usr/src/ruby/concurrent_set.c:315 -/usr/local/lib/libruby.so.4.0(rb_fstring_new+0xd9) [0x733a8e7db719] /usr/src/ruby/string.c:589 -/usr/local/lib/libruby.so.4.0(rb_print_undef+0x37) [0x733a8e654667] /usr/src/ruby/eval_error.c:408 -/usr/local/lib/libruby.so.4.0(mnew_internal+0x456) [0x733a8e741956] /usr/src/ruby/proc.c:1873 -/usr/local/lib/libruby.so.4.0(mnew_callable+0x36) [0x733a8e7463ed] /usr/src/ruby/proc.c:1918 -/usr/local/lib/libruby.so.4.0(obj_method) /usr/src/ruby/proc.c:2226 -/usr/local/lib/libruby.so.4.0(rb_obj_method) /usr/src/ruby/proc.c:2271 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(new_rack_io+0x9d) [0x733a6937142d] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_rack_io.c:230 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8b4) [0x733a69362d14] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:671 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x733a69343442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb -INFO: 1204 is running. - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a3e600000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ec90000-733a3edb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3f018000-733a3f200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a3f200000-733a3f550000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3f550000-733a3fa50000 rw-p 00000000 00:00 0 -733a3fa50000-733a3fc00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3fc00000-733a40000000 rw-p 00000000 00:00 0 -733a40010000-733a40180000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40180000-733a41a00000 rw-p 00000000 00:00 0 -733a41a10000-733a41b80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41b80000-733a43800000 rw-p 00000000 00:00 0 -733a43810000-733a438f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a438f8000-733a451ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a451ff000-733a45200000 ---p 00000000 00:00 0 -733a45200000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -733b0ee20000-733b0ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 13: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 14: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 15: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 16: yjit::codegen::gen_opt_getconstant_path - at /usr/src/ruby/yjit/src/codegen.rs:10331:5 - 17: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 18: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3150:22 - 19: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 20: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 21: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 22: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 23: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 24: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 25: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 26: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 27: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 28: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 29: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:30: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1208 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e5c0] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a39b18000-733a39d00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a39d00000-733a3a600000 rw-p 00000000 00:00 0 -733a3a680000-733a3b400000 rw-p 00000000 00:00 0 -733a3b500000-733a3c000000 rw-p 00000000 00:00 0 -733a3c180000-733a3de00000 rw-p 00000000 00:00 0 -733a3def8000-733a3f7ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a3f7ff000-733a3f800000 ---p 00000000 00:00 0 -733a3f800000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42820000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a48000-733a68a80000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a80000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -733f4ee20000-733f4ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1212 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a16018000-733a16200000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a16200000-733a18e00000 rw-p 00000000 00:00 0 -733a18ef8000-733a1a7ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a1a7ff000-733a1a800000 ---p 00000000 WARNING: Child worker (1199) shutdown. Respawning worker. -00:00 0 -733a1a800000-733a1b000000 rw-p 00000000 00:00 0 -733a1b000000-733a1b400000 rw-p 00000000 00:00 0 -733a1b4ff000-733a1b500000 ---p 00000000 00:00 0 -733a1b500000-733a1b600000 rw-p 00000000 00:00 0 -733a1b600000-733a1ba00000 rw-p 00000000 00:00 0 -733a1baff000-733a1bb00000 ---p 00000000 00:00 0 -733a1bb00000-733a1bc00000 rw-p 00000000 00:00 0 -733a1bc00000-733a1c000000 rw-p 00000000 00:00 0 -733a1c0ff000-733a1c100000 ---p 00000000 00:00 0 -733a1c100000-733a1c200000 rw-p 00000000 00:00 0 -733a1c200000-733a1c600000 rw-p 00000000 00:00 0 -733a1c6ff000-733a1c700000 ---p 00000000 00:00 0 -733a1c700000-733a1c800000 rw-p 00000000 00:00 0 -733a1c800000-733a1cc00000 rw-p 00000000 00:00 0 -733a1ccff000-733a1cd00000 ---p 00000000 00:00 0 -733a1cd00000-733a1ce00000 rw-p 00000000 00:00 0 -733a1ce00000-733a1d200000 rw-p 00000000 00:00 0 -733a1d2ff000-733a1d300000 ---p 00000000 00:00 0 -733a1d300000-733a1d400000 rw-p 00000000 00:00 0 -733a1d400000-733a1d800000 rw-p 00000000 00:00 0 -733a1d8ff000-733a1d900000 ---p 00000000 00:00 0 -733a1d900000-733a1da00000 rw-p 00000000 00:00 0 -733a1da00000-733a1de00000 rw-p 00000000 00:00 0 -733a1deff000-733a1df00000 ---p 00000000 00:00 0 -733a1df00000-733a1e000000 rw-p 00000000 00:00 0 -733a1e000000-733a1e400000 rw-p 00000000 00:00 0 -733a1e4ff000-733a1e500000 ---p 00000000 00:00 0 -733a1e500000-733a1e600000 rw-p 00000000 00:00 0 -733a1e600000-733a1ea00000 rw-p 00000000 00:00 0 -733a1eaff000-733a1eb00000 ---p 00000000 00:00 0 -733a1eb00000-733a1ec00000 rw-p 00000000 00:00 0 -733a1ec00000-733a1f000000 rw-p 00000000 00:00 0 -733a1f0ff000-733a1f100000 ---p 00000000 00:00 0 -733a1f100000-733a1f200000 rw-p 00000000 00:00 0 -733a1f200000-733a1f600000 rw-p 00000000 00:00 0 -733a1f6ff000-733a1f700000 ---p 00000000 00:00 0 -733a1f700000-733a1f800000 rw-p 00000000 00:00 0 -733a1f800000-733a20200000 rw-p 00000000 00:00 0 -733a202ff000-733a20300000 ---p 00000000 00:00 0 -733a20300000-733a20400000 rw-p 00000000 00:00 0 -733a20400000-733a20800000 rw-p 00000000 00:00 0 -733a208ff000-733a20900000 ---p 00000000 00:00 0 -733a20900000-733a20a00000 rw-p 00000000 00:00 0 -733a20a00000-733a20e00000 rw-p 00000000 00:00 0 -733a20eff000-733a20f00000 ---p 00000000 00:00 0 -733a20f00000-733a21000000 rw-p 00000000 00:00 0 -733a21000000-733a21400000 rw-p 00000000 00:00 0 -733a214ff000-733a21500000 ---p 00000000 00:00 0 -733a21500000-733a21600000 rw-p 00000000 00:00 0 -733a21600000-733a21a00000 rw-p 00000000 00:00 0 -733a21aff000-733a21b00000 ---p 00000000 00:00 0 -733a21b00000-733a21c00000 rw-p 00000000 00:00 0 -733a21c00000-733a22000000 rw-p 00000000 00:00 0 -733a220ff000-733a22100000 ---p 00000000 00:00 0 -733a22100000-733a22200000 rw-p 00000000 00:00 0 -733a22200000-733a22600000 rw-p 00000000 00:00 0 -733a226ff000-733a22700000 ---p 00000000 00:00 0 -733a22700000-733a22800000 rw-p 00000000 00:00 0 -733a22800000-733a22c00000 rw-p 00000000 00:00 0 -733a22cff000-733a22d00000 ---p 00000000 00:00 0 -733a22d00000-733a22e00000 rw-p 00000000 00:00 0 -733a22e00000-733a23200000 rw-p 00000000 00:00 0 -733a232ff000-733a23300000 ---p 00000000 00:00 0 -733a23300000-733a23400000 rw-p 00000000 00:00 0 -733a23400000-733a23800000 rw-p 00000000 00:00 0 -733a238ff000-733a23900000 ---p 00000000 00:00 0 -733a23900000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a55767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55767000-733a55768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55768000-733a55868000 rw-p 00000000 00:00 0 -733a55868000-733a55968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55968000-733a55969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55969000-733a55a69000 rw-p 00000000 00:00 0 -733a55a69000-733a55b69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b69000-733a55b6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b6a000-733a55c6a000 rw-p 00000000 00:00 0 -733a55c6a000-733a55d6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6a000-733a55d6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6b000-733a55e6b000 rw-p 00000000 00:00 0 -733a55e6b000-733a55f6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6b000-733a55f6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6c000-733a5606c000 rw-p 00000000 00:00 0 -733a5606c000-733a5616c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616c000-733a5616d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616d000-733a5626d000 rw-p 00000000 00:00 0 -733a5626d000-733a5636d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636d000-733a5636e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636e000-733a5646e000 rw-p 00000000 00:00 0 -733a5646e000-733a5656e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656e000-733a5656f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656f000-733a5666f000 rw-p 00000000 00:00 0 -733a5666f000-733a5676f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5676f000-733a56770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56770000-733a56870000 rw-p 00000000 00:00 0 -733a56870000-733a56970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56970000-733a56971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56971000-733a56a71000 rw-p 00000000 00:00 0 -733a56a71000-733a56b71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b71000-733a56b72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b72000-733a56c72000 rw-p 00000000 00:00 0 -733a56c72000-733a56d72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d72000-733a56d73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d73000-733a56e73000 rw-p 00000000 00:00 0 -733a56e73000-733a56f73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f73000-733a56f74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f74000-733a57074000 rw-p 00000000 00:00 0 -733a57074000-733a57174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57174000-733a57175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57175000-733a57275000 rw-p 00000000 00:00 0 -733a57275000-733a57375000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57375000-733a57376000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57376000-733a57476000 rw-p 00000000 00:00 0 -733a57476000-733a57576000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57576000-733a57577000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57577000-733a57677000 rw-p 00000000 00:00 0 -733a57677000-733a57777000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57777000-733a57778000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57778000-733a57878000 rw-p 00000000 00:00 0 -733a57878000-733a57978000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57978000-733a57979000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57979000-733a57a79000 rw-p 00000000 00:00 0 -733a57a79000-733a57b79000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57b79000-733a57b7a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57b7a000-733a57c7a000 rw-p 00000000 00:00 0 -733a57c7a000-733a57d7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57d7a000-733a57d7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57d7b000-733a57e7b000 rw-p 00000000 00:00 0 -733a57e7b000-733a57f7b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57f7b000-733a57f7c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57f7c000-733a5807c000 rw-p 00000000 00:00 0 -733a5807c000-733a5817c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5817c000-733a5817d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5817d000-733a5827d000 rw-p 00000000 00:00 0 -733a5827d000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a48000-733a68a80000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a80000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73584ee20000-73584ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -ERROR: Child worker (1021) crashed. Respawning worker. - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a13f18000-733a14100000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a14100000-733a14a00000 rw-p 00000000 00:00 0 -733a14a80000-733a15800000 rw-p 00000000 00:00 0 -733a15900000-733a16400000 rw-p 00000000 00:00 0 -733a16580000-733a18200000 rw-p 00000000 00:00 0 -733a182f8000-733a19bff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a19bff000-733a19c00000 ---p 00000000 00:00 0 -733a19c00000-733a1a400000 rw-p 00000000 00:00 0 -733a1a400000-733a1a800000 rw-p 00000000 00:00 0 -733a1a8ff000-733a1a900000 ---p 00000000 00:00 0 -733a1a900000-733a1aa00000 rw-p 00000000 00:00 0 -733a1aa00000-733a1ae00000 rw-p 00000000 00:00 0 -733a1aeff000-733a1af00000 ---p 00000000 00:00 0 -733a1af00000-733a1b000000 rw-p 00000000 00:00 0 -733a1b000000-733a1b400000 rw-p 00000000 00:00 0 -733a1b4ff000-733a1b500000 ---p 00000000 00:00 0 -733a1b500000-733a1b600000 rw-p 00000000 00:00 0 -733a1b600000-733a1ba00000 rw-p 00000000 00:00 0 -733a1baff000-733a1bb00000 ---p 00000000 00:00 0 -733a1bb00000-733a1bc00000 rw-p 00000000 00:00 0 -733a1bc00000-733a1c000000 rw-p 00000000 00:00 0 -733a1c0ff000-733a1c100000 ---p 00000000 00:00 0 -733a1c100000-733a1c200000 rw-p 00000000 00:00 0 -733a1c200000-733a1c600000 rw-p 00000000 00:00 0 -733a1c6ff000-733a1c700000 ---p 00000000 00:00 0 -733a1c700000-733a1c800000 rw-p 00000000 00:00 0 -733a1c800000-733a1cc00000 rw-p 00000000 00:00 0 -733a1ccff000-733a1cd00000 ---p 00000000 00:00 0 -733a1cd00000-733a1ce00000 rw-p 00000000 00:00 0 -733a1ce00000-733a1d200000 rw-p 00000000 00:00 0 -733a1d2ff000-733a1d300000 ---p 00000000 00:00 0 -733a1d300000-733a1d400000 rw-p 00000000 00:00 0 -733a1d400000-733a1d800000 rw-p 00000000 00:00 0 -733a1d8ff000-733a1d900000 ---p 00000000 00:00 0 -733a1d900000-733a1da00000 rw-p 00000000 00:00 0 -733a1da00000-733a1de00000 rw-p 00000000 00:00 0 -733a1deff000-733a1df00000 ---p 00000000 00:00 0 -733a1df00000-733a1e000000 rw-p 00000000 00:00 0 -733a1e000000-733a1e400000 rw-p 00000000 00:00 0 -733a1e4ff000-733a1e500000 ---p 00000000 00:00 0 -733a1e500000-733a1e600000 rw-p 00000000 00:00 0 -733a1e600000-733a1ea00000 rw-p 00000000 00:00 0 -733a1eaff000-733a1eb00000 ---p 00000000 00:00 0 -733a1eb00000-733a1ec00000 rw-p 00000000 00:00 0 -733a1ec00000-733a1f000000 rw-p 00000000 00:00 0 -733a1f0ff000-733a1f100000 ---p 00000000 00:00 0 -733a1f100000-733a1f200000 rw-p 00000000 00:00 0 -733a1f200000-733a1f600000 rw-p 00000000 00:00 0 -733a1f6ff000-733a1f700000 ---p 00000000 00:00 0 -733a1f700000-733a1f800000 rw-p 00000000 00:00 0 -733a1f800000-733a20200000 rw-p 00000000 00:00 0 -733a202ff000-733a20300000 ---p 00000000 00:00 0 -733a20300000-733a20400000 rw-p 00000000 00:00 0 -733a20400000-733a20800000 rw-p 00000000 00:00 0 -733a208ff000-733a20900000 ---p 00000000 00:00 0 -733a20900000-733a20a00000 rw-p 00000000 00:00 0 -733a20a00000-733a20e00000 rw-p 00000000 00:00 0 -733a20eff000-733a20f00000 ---p 00000000 00:00 0 -733a20f00000-733a21000000 rw-p 00000000 00:00 0 -733a21000000-733a21400000 rw-p 00000000 00:00 0 -733a214ff000-733a21500000 ---p 00000000 00:00 0 -733a21500000-733a21600000 rw-p 00000000 00:00 0 -733a21600000-733a21a00000 rw-p 00000000 00:00 0 -733a21aff000-733a21b00000 ---p 00000000 00:00 0 -733a21b00000-733a21c00000 rw-p 00000000 00:00 0 -733a21c00000-733a22000000 rw-p 00000000 00:00 0 -733a220ff000-733a22100000 ---p 00000000 00:00 0 -733a22100000-733a22200000 rw-p 00000000 00:00 0 -733a22200000-733a22600000 rw-p 00000000 00:00 0 -733a226ff000-733a22700000 ---p 00000000 00:00 0 -733a22700000-733a22800000 rw-p 00000000 00:00 0 -733a22800000-733a22c00000 rw-p 00000000 00:00 0 -733a22cff000-733a22d00000 ---p 00000000 00:00 0 -733a22d00000-733a22e00000 rw-p 00000000 00:00 0 -733a22e00000-733a23200000 rw-p 00000000 00:00 0 -733a232ff000-733a23300000 ---p 00000000 00:00 0 -733a23300000-733a23400000 rw-p 00000000 00:00 0 -733a23400000-733a23800000 rw-p 00000000 00:00 0 -733a238ff000-733a23900000 ---p 00000000 00:00 0 -733a23900000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422d0000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a55767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55767000-733a55768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55768000-733a55868000 rw-p 00000000 00:00 0 -733a55868000-733a55968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55968000-733a55969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55969000-733a55a69000 rw-p 00000000 00:00 0 -733a55a69000-733a55b69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b69000-733a55b6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b6a000-733a55c6a000 rw-p 00000000 00:00 0 -733a55c6a000-733a55d6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6a000-733a55d6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6b000-733a55e6b000 rw-p 00000000 00:00 0 -733a55e6b000-733a55f6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6b000-733a55f6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6c000-733a5606c000 rw-p 00000000 00:00 0 -733a5606c000-733a5616c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616c000-733a5616d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616d000-733a5626d000 rw-p 00000000 00:00 0 -733a5626d000-733a5636d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636d000-733a5636e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636e000-733a5646e000 rw-p 00000000 00:00 0 -733a5646e000-733a5656e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656e000-733a5656f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656f000-733a5666f000 rw-p 00000000 00:00 0 -733a5666f000-733a5676f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5676f000-733a56770000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56770000-733a56870000 rw-p 00000000 00:00 0 -733a56870000-733a56970000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56970000-733a56971000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56971000-733a56a71000 rw-p 00000000 00:00 0 -733a56a71000-733a56b71000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b71000-733a56b72000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56b72000-733a56c72000 rw-p 00000000 00:00 0 -733a56c72000-733a56d72000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d72000-733a56d73000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56d73000-733a56e73000 rw-p 00000000 00:00 0 -733a56e73000-733a56f73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f73000-733a56f74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a56f74000-733a57074000 rw-p 00000000 00:00 0 -733a57074000-733a57174000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57174000-733a57175000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57175000-733a57275000 rw-p 00000000 00:00 0 -733a57275000-733a57375000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57375000-733a57376000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57376000-733a57476000 rw-p 00000000 00:00 0 -733a57476000-733a57576000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57576000-733a57577000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57577000-733a57677000 rw-p 00000000 00:00 0 -733a57677000-733a57777000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57777000-733a57778000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57778000-733a57878000 rw-p 00000000 00:00 0 -733a57878000-733a57978000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57978000-733a57979000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57979000-733a57a79000 rw-p 00000000 00:00 0 -733a57a79000-733a57b79000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57b79000-733a57b7a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57b7a000-733a57c7a000 rw-p 00000000 00:00 0 -733a57c7a000-733a57d7a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57d7a000-733a57d7b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57d7b000-733a57e7b000 rw-p 00000000 00:00 0 -733a57e7b000-733a57f7b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57f7b000-733a57f7c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a57f7c000-733a5807c000 rw-p 00000000 00:00 0 -733a5807c000-733a5817c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5817c000-733a5817d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5817d000-733a5827d000 rw-p 00000000 00:00 0 -733a5827d000-733a5837d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5837d000-733a5837e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5837e000-733a5847e000 rw-p 00000000 00:00 0 -733a5847e000-733a5857e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5857e000-733a5857f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5857f000-733a5867f000 rw-p 00000000 00:00 0 -733a5867f000-733a5877f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5877f000-733a58780000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a58780000-733a58880000 rw-p 00000000 00:00 0 -733a58880000-733a58980000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a58980000-733a58981000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a58981000-733a58a81000 rw-p 00000000 00:00 0 -733a58a81000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a48000-733a68a80000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a80000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73598ee20000-73598ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e766] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a400a8000-733a40290000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a40290000-733a404a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a404a0000-733a409a0000 rw-p 00000000 00:00 0 -733a409a0000-733a40c00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a41010000-733a41380000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41380000-733a42c00000 rw-p 00000000 00:00 0 -733a42c10000-733a42d80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42d80000-733a44a00000 rw-p 00000000 00:00 0 -733a44a10000-733a44af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44af9000-733a46400000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a46400000-733a46800000 rw-p 00000000 00:00 0 -733a46810000-733a468f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a468ff000-733a46900000 ---p 00000000 00:00 0 -733a46900000-733a46a00000 rw-p 00000000 00:00 0 -733a46a00000-733a46e00000 rw-p 00000000 00:00 0 -733a46e10000-733a46ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46eff000-733a46f00000 ---p 00000000 00:00 0 -733a46f00000-733a47000000 rw-p 00000000 00:00 0 -733a47000000-733a47400000 rw-p 00000000 00:00 0 -733a47410000-733a474f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a474ff000-733a47500000 ---p 00000000 00:00 0 -733a47500000-733a47600000 rw-p 00000000 00:00 0 -733a47600000-733a47a00000 rw-p 00000000 00:00 0 -733a47a10000-733a47af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47afe000-733a47aff000 ---p 00000000 00:00 0 -733a47aff000-733a47bff000 rw-p 00000000 00:00 0 -733a47bff000-733a47c00000 ---p 00000000 00:00 0 -733a47c00000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a28000-733a68a60000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a70000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -733b0ee20000-733b0ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (433) crashed. Respawning worker. -ERROR: Child worker (1053) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x733a8e5585a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x733a8e67ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x733a8e68cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x733a693624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x733a69343442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -INFO: 1220 is running. - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb -INFO: 1216 is running. - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -* Process memory map: - -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -/usr/local/lib/libruby.so.4.0(callable_method_entry+0x16) [0x733a8e865c07] /usr/src/ruby/vm_method.c:1952 -/usr/local/lib/libruby.so.4.0(callable_method_entry_refinements) /usr/src/ruby/vm_method.c:2009 -/usr/local/lib/libruby.so.4.0(rb_callable_method_entry_with_refinements) /usr/src/ruby/vm_method.c:2016 -/usr/local/lib/libruby.so.4.0(mnew_from_me+0x0) [0x733a8e7463d0] /usr/src/ruby/proc.c:1928 -/usr/local/lib/libruby.so.4.0(mnew_callable) /usr/src/ruby/proc.c:1929 -/usr/local/lib/libruby.so.4.0(obj_method) /usr/src/ruby/proc.c:2226 - /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a33500000-733a33e00000 rw-p 00000000 00:00 0/usr/local/lib/libruby.so.4.0(rb_obj_method) /usr/src/ruby/proc.c:2271 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(new_rack_io+0x9d) [0x733a6937142d] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_rack_io.c:230 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8b4) [0x733a69362d14] / -733a33f00000-733a37400000 rw-p 00000000 00:00 0 -733a374f8000-733a38dff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a38dff000-733a38e00000 ---p 00000000 00:00 0 -733a38e00000-733a39600000 rw-p 00000000 00:00 0 -73app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:671 -3a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bun733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff00dle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -0 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bu0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d00ndle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x733a69343442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -0000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3d/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---pundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 - 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 0/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bun0:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733dle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42890000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 --- Other runtime information ----------------------------------------------- - -00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_threa* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so -d_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon: 4 complex.so -Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 5 pathname.so - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 0 6 ruby2_keywords.rb -0:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb -000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb -a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thre 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb -ad_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb -c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 0 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb -0000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000- 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb -733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_c 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb -hunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_a 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -lloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb --733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_ 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb -alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a00 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb -0-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 0 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -0:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb -000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb -a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thre 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb -ad_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb2 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -2000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -73 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb -3a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thr 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb -ead_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [ano 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb -n:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d7 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -27000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -7 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb -33a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb --733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_ 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb -chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_ 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ab0000 rw-p 00000000 00:00 0 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64- 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 0002 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -3000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/ 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb -gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 r 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -w-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/ 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb --xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/loc 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -al/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_al 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -locate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 * Process memory map: - - [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -7615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a20a18000-733a20c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a20c00000-733a21000000 rw-p 00000000 00:00 0 -733a21180000-733a22a00000 rw-p 00000000 00:00 0 -733a22b80000-733a24800000 rw-p 00000000 00:00 0 -733a248f8000-733a261ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a261ff000-733a26200000 ---p 00000000 00:00 0 -733a26200000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -7333a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC3a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 :default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 04.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 0:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733/usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-7 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr33a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p /local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00000000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 0000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a00a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -0 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c30000733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:0-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 0 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e433f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -74000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p33a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -7343cee20000-7343cee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000143 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report --733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44060000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73508ee20000-73508ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x733a8e5585a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x733a8e67ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x733a8e68cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x733a693624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x733a69343442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb -[0x733a6a19e5c0] - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb --- Other runtime information ----------------------------------------------- - - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb -* Ruby Box: disabled - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -* Loaded features: - - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 0 enumerator.so - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 1 thread.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 2 fiber.so - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 3 rational.so - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 4 complex.so - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 5 pathname.so - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 6 ruby2_keywords.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 7 set.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 230 /app/app.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb -* Process memory map: - - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a29000000-733a29600000 rw-p 00000000 00:00 0 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - -733a29700000-733a2a000000 rw-p 00000000 00:00 0 -733a2a180000-733a2ba00000 rw-p 00000000 00:00 0 -733a2bb80000-733a2d800000 rw-p 00000000 00:00 0 -733a2d8f8000-733a2f1ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a2f1ff000-733a2f200000 ---p 00000000 00:00 0 -733a2f200000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000- 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb -733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c0000 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb -0 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 0000 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb -0000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb -0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a0 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb -0000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb -600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-7 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -33a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb -000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a395 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -00000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-73 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -3a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 000000 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -00 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 0 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -0000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416b0000-733a416f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41c10000-733a41cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a42210000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 000000* Process memory map: - -00 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-7615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 33a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a40888000-733a40a70000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a40a70000-733a40c00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a41010000-733a41380000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41380000-733a42c00000 rw-p 00000000 00:00 0 -733a42c10000-733a42d80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_ala47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rlocate] -733a42d80000-733a44a00000 rw-p 00000000 00:00 0 -733a44a10000-733a44af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44af9000-733a46400000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a46400000-733a46800000 rw-p 00000000 00:00 0 -733a46810000-733a468f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a468fe000-733a468ff000 ---p 00000000 00:00 0 -733a468ff000-733a469ff000 rw-p 00000000 00:00 0 -733a469ff000-733a46a00000 ---p 00000000 00:00 0 -733a46a00000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] - [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_a -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rwllocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-73-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad133a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 ck_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b91 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--8000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rwrw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 -p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000[anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 :nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -734a8ee20000-734a8ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732Aborted at 0x0000000000000238f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -733b0ee20000-733b0ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1223 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 - - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -[0x733a6a19e73e] - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb --- Other runtime information ----------------------------------------------- - - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -* Ruby Box: disabled - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb -* Loaded features: - - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 0 enumerator.so - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 1 thread.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 2 fiber.so - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 3 rational.so - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 4 complex.so - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 5 pathname.so - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 6 ruby2_keywords.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 7 set.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 230 /app/app.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb -* Process memory map: - - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a29e18000-733a2a000000 r--s 00000000 00:56 2 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a2a000000-733a2cc00000 rw-p 00000000 00:00 0 -733a2ccf8000-733a2e5ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a2e5ff000-733a2e600000 ---p 00000000 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb -00:00 0 -733a2e600000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -73 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -3a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000- 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c0000 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -0 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 0000 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb -0000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb -0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a0 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb -0000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb -600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 0 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -0:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-7 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb -33a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb -000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a395 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb -00000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb -00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb -3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-73 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -3a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb ----p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 000000 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -00 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed000 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb -00-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f90 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -0000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 0 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -0000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00: 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47* Process memory map: - -6ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a18000-733a68a50000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a50000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnERROR: Child worker (981) crashed. Respawning worker. -u/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/sERROR: Child worker (26) crashed. Respawning worker. -ocket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -734b0ee20000-734b0ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a30d18000-733a30f00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a30f00000-733a31800000 rw-p 00000000 00:00 0 -733a31980000-733a33200000 rw-p 00000000 00:00 0 -733a33380000-733a35000000 rw-p 00000000 00:00 0 -733a350f8000-733a369ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a369ff000-733a36a00000 ---p 00000000 00:00 0 -733a36a00000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428b0000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1b5000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1b5000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73454ee20000-73454ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -ERROR: Child worker (788) crashed. Respawning worker. -ERROR: Child worker (1013) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - - - -ERROR: Child worker (584) crashed. Respawning worker. -INFO: 1228 is running. -INFO: 1232 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x733a8e5585a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x733a8e67ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x733a8e68cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x733a693624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x733a69343442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a1ca00000-733a1d000000 rw-p 00000000 00:00 0 -733a1d100000-733a1da00000 rw-p 00000000 00:00 0 -733a1da80000-733a1e800000 rw-p 00000000 00:00 0 -733a1e900000-733a1f400000 rw-p 00000000 00:00 0 -733a1f580000-733a21800000 rw-p 00000000 00:00 0 -733a218f8000-733a231ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a231ff000-733a23200000 ---p 00000000 00:00 0 -733a23200000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3fed0000-733a3fef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a40410000-733a404f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40a10000-733a40af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a41010000-733a410f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a41610000-733a416f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41c10000-733a41cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a42210000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73528ee20000-73528ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000035c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e5c0] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a38a18000-733a38c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a38c00000-733a39000000 rw-p 00000000 00:00 0 -733a39100000-733a3c600000 rw-p 00000000 00:00 0 -733a3c6f8000-733a3dfff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a3dfff000-733a3e000000 ---p 00000000 00:00 0 -733a3e000000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aa0000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73404ee20000-73404ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x733a8e5585a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x733a8e67ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x733a8e68cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x733a693624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x733a69343f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a2fd00000-733a30600000 rw-p 00000000 00:00 0 -733a30780000-733a31800000 rw-p 00000000 00:00 0 -733a31980000-733a33e00000 rw-p 00000000 00:00 0 -733a33ef8000-733a357ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a357ff000-733a35800000 ---p 00000000 00:00 0 -733a35800000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42830000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73460ee20000-73460ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000197 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (1113) crashed. Respawning worker. -ERROR: Child worker (380) crashed. Respawning worker. -ERROR: Child worker (915) crashed. Respawning worker. -ERROR: Child worker (568) crashed. Respawning worker. -ERROR: Child worker (540) crashed. Respawning worker. -INFO: 1235 is running. -INFO: 1240 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -/usr/local/lib/libruby.so.4.0(st_add_direct_with_hash+0x24) [0x733a8e7ce43f] /usr/src/ruby/st.c:1190 -/usr/local/lib/libruby.so.4.0(rb_st_update) /usr/src/ruby/st.c:1512 -/usr/local/lib/libruby.so.4.0(rb_hash_stlike_update+0x12) [0x733a8e68832a] /usr/src/ruby/hash.c:1644 -/usr/local/lib/libruby.so.4.0(rb_hash_stlike_update) /usr/src/ruby/hash.c:1632 -/usr/local/lib/libruby.so.4.0(tbl_update) /usr/src/ruby/hash.c:1685 -/usr/local/lib/libruby.so.4.0(rb_hash_aset+0xe0) [0x733a8e688440] /usr/src/ruby/hash.c:2942 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x44d) [0x733a693629c5] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:377 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x733a69343442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a24d18000-733a24f00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a24f00000-733a25800000 rw-p 00000000 00:00 0 -733a25980000-733a27200000 rw-p 00000000 00:00 0 -733a27380000-733a29000000 rw-p 00000000 00:00 0 -733a290f8000-733a2a9ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a2a9ff000-733a2aa00000 ---p 00000000 00:00 0 -733a2aa00000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42830000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-ERROR: Child worker (1089) crashed. Respawning worker. -733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p ERROR: Child worker (407) crashed. Respawning worker. -00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x733a8e5585a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x733a8e67ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x733a8e68cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x733a693624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x733a69343f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 00* Process memory map: - -02b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db20615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 00-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_sp /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a36000000-733a36600000 rw-p 00000000 00:00 0 -733a36700000-733a37000000 rw-p 00000000 00:00 0 -733a37180000-733a38a00000 rw-p 00000000 00:00 0 -733a38b80000-733a3a800000 rw-p 00000000 00:00 0 -733a3a8f8000-733a3c1ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a3c1ff000-733a3c200000 ---p 00000000 00:00 0 -733a3c200000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404d0000-733a404f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40a10000-733a40af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a41010000-733a410f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a41610000-733a416f0000 rw-p 0000ace] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a7210000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41c10000-733a41cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a42210000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 0000000:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -7a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-7333a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -3a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee0733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_ -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-73 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a43a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon: [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunkRuby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]] -733a68a10000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 255762 -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 39 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 0000 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_0000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 0000800allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-730 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory3a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-7 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:33a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-7Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]33a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03 -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules. [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-73 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x863a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-g [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:nu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p --p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x8600000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 _64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73418ee20000-73418ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_Aborted at 0x00000000000000f5 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -734d8ee20000-734d8ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x733a8e5585a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x733a8e67ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x733a8e68cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x733a693624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x733a69343f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - - - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a34400000-733a34a00000 rw-p 00000000 00:00 0 -733a34b00000-733a35400000 rw-p 00000000 00:00 0 -733a35480000-733a36a00000 rw-p 00000000 00:00 0 -733a36a80000-733a38a00000 rw-p 00000000 00:00 0 -733a38af8000-733a3a3ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a3a3ff000-733a3a400000 ---p 00000000 00:00 0 -733a3a400000-733a3ac00000 rw-p 00000000 00:00 0 -733a3ac00000-733a3b000000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404d0000-733a404f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40a10000-733a40af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a41010000-733a410f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a41610000-733a416f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41c10000-733a41cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a42210000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73428ee20000-73428ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000011b -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a35700000-733a36000000 rw-p 00000000 00:00 0 -733a36080000-733a37600000 rw-p 00000000 00:00 0 -733a37680000-733a39600000 rw-p 00000000 00:00 0 -733a39610000-733a397f8000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a397f8000-733a3b0ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a3b0ff000-733a3b5ff000 rw-p 00000000 00:00 0 -733a3b5ff000-733a3b600000 ---p 00000000 00:00 0 -733a3b600000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422c0000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73424ee20000-73424ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1244 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x733a8e5585a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x733a8e67ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(str_alloc_embed+0x2c) [0x733a8e7d81ec] /usr/src/ruby/string.c:1021 -/usr/local/lib/libruby.so.4.0(str_enc_new) /usr/src/ruby/string.c:1071 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0xe0) [0x733a69362658] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:335 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x733a69343f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a27600000-733a27c00000 rw-p 00000000 00:00 0 -733a27f00000-733a28800000 rw-p 00000000 00:00 0 -733a28980000-733a2a200000 rw-p 00000000 00:00 0 -733a2a380000-733a2c000000 rw-p 00000000 00:00 0 -733a2c0f8000-733a2d9ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a2d9ff000-733a2da00000 ---p 00000000 00:00 0 -733a2da00000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cb0000-733a41cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a42210000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -734b8ee20000-734b8ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000025a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (39) crashed. Respawning worker. -INFO: 1248 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a2a218000-733a2a400000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a2a400000-733a2aa00000 rw-p 00000000 00:00 0 -733a2ab00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be80000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca80000-733a2ea00000 rw-p 00000000 00:00 0 -733a2eaf8000-733a303ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a303ff000-733a30400000 ---p 00000000 00:00 0 -733a30400000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f840000-733a3f8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3fe10000-733a3fef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a40410000-733a404f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40a10000-733a40af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a41010000-733a410f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a41610000-733a416f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41c10000-733a41cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a42210000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a28000-733a68a60000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a60000-733a68a70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a80000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -7349cee20000-7349cee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1252 is running. -ERROR: Child worker (283) crashed. Respawning worker. -ERROR: Child worker (425) crashed. Respawning worker. -ERROR: Child worker (602) crashed. Respawning worker. -ERROR: Child worker (676) crashed. Respawning worker. -ERROR: Child worker (160) crashed. Respawning worker. -INFO: 1256 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x733a8ea5ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x733a8ea95dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x733a8ea95c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x733a8ea8dbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x733a8ea6ae8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x733a8e56cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x733a8e56be23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x733a8e56bdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x733a8ea48eaa) [0x733a8ea48eaa] -/usr/local/lib/libruby.so.4.0(0x733a8ea455d5) [0x733a8ea455d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x733a8ea5b888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x733a8ea3ab7c) [0x733a8ea3ab7c] -/usr/local/lib/libruby.so.4.0(0x733a8ea38ff3) [0x733a8ea38ff3] -/usr/local/lib/libruby.so.4.0(0x733a8ea32b87) [0x733a8ea32b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x733a8ea05b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x733a8ea23d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x733a8ea1b777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x733a8ea5fd1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x733a8e930211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x463b) [0x733a8e8770cb] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x733a8e87924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x733a6a166469] -INFO: 1260 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a20600000-733a23600000 rw-p 00000000 00:00 0 -733a25000000-733a2a600000 rw-p 00000000 00:00 0 -733a2a678000-733a2a8f8000 rw-p 00000000 00:00 0 -733a2a8f8000-733a2c1ff000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a2c1ff000-733a2c200000 ---p 00000000 00:00 0 -733a2c200000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a20000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -734c8ee20000-734c8ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41: ERROR: Child worker (1095) crashed. Respawning worker. -[BUG] Aborted at 0x0000000000000281 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a19e73e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a19318000-733a19500000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a19500000-733a1a200000 rw-p 00000000 00:00 0 -733a1a300000-733a1be00000 rw-p 00000000 00:00 0 -733a1bf00000-733a1e800000 rw-p 00000000 00:00 0 -733a1e8f8000-733a201ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a201ff000-733a20200000 ---p 00000000 00:00 0 -733a20200000-733a20a00000 rw-p 00000000 00:00 0 -733a20a00000-733a20e00000 rw-p 00000000 00:00 0 -733a20eff000-733a20f00000 ---p 00000000 00:00 0 -733a20f00000-733a21000000 rw-p 00000000 00:00 0 -733a21000000-733a21400000 rw-p 00000000 00:00 0 -733a214ff000-733a21500000 ---p 00000000 00:00 0 -733a21500000-733a21600000 rw-p 00000000 00:00 0 -733a21600000-733a21a00000 rw-p 00000000 00:00 0 -733a21aff000-733a21b00000 ---p 00000000 00:00 0 -733a21b00000-733a21c00000 rw-p 00000000 00:00 0 -733a21c00000-733a22000000 rw-p 00000000 00:00 0 -733a220ff000-733a22100000 ---p 00000000 00:00 0 -733a22100000-733a22200000 rw-p 00000000 00:00 0 -733a22200000-733a22600000 rw-p 00000000 00:00 0 -733a226ff000-733a22700000 ---p 00000000 00:00 0 -733a22700000-733a22800000 rw-p 00000000 00:00 0 -733a22800000-733a22c00000 rw-p 00000000 00:00 0 -733a22cff000-733a22d00000 ---p 00000000 00:00 0 -733a22d00000-733a22e00000 rw-p 00000000 00:00 0 -733a22e00000-733a23200000 rw-p 00000000 00:00 0 -733a232ff000-733a23300000 ---p 00000000 00:00 0 -733a23300000-733a23400000 rw-p 00000000 00:00 0 -733a23400000-733a23800000 rw-p 00000000 00:00 0 -733a238ff000-733a23900000 ---p 00000000 00:00 0 -733a23900000-733a23a00000 rw-p 00000000 00:00 0 -733a23a00000-733a23e00000 rw-p 00000000 00:00 0 -733a23eff000-733a23f00000 ---p 00000000 00:00 0 -733a23f00000-733a24000000 rw-p 00000000 00:00 0 -733a24000000-733a24400000 rw-p 00000000 00:00 0 -733a244ff000-733a24500000 ---p 00000000 00:00 0 -733a24500000-733a24600000 rw-p 00000000 00:00 0 -733a24600000-733a24a00000 rw-p 00000000 00:00 0 -733a24aff000-733a24b00000 ---p 00000000 00:00 0 -733a24b00000-733a24c00000 rw-p 00000000 00:00 0 -733a24c00000-733a25000000 rw-p 00000000 00:00 0 -733a250ff000-733a25100000 ---p 00000000 00:00 0 -733a25100000-733a25200000 rw-p 00000000 00:00 0 -733a25200000-733a25600000 rw-p 00000000 00:00 0 -733a256ff000-733a25700000 ---p 00000000 00:00 0 -733a25700000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ec60000-733a3ecf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f210000-733a3f2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f810000-733a3f8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3fe10000-733a3fef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a40410000-733a404f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40a10000-733a40af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a41010000-733a410f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a41610000-733a416f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41c10000-733a41cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a42210000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a54d62000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d62000-733a54d63000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54d63000-733a54e63000 rw-p 00000000 00:00 0 -733a54e63000-733a54f63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f63000-733a54f64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54f64000-733a55064000 rw-p 00000000 00:00 0 -733a55064000-733a55164000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55164000-733a55165000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55165000-733a55265000 rw-p 00000000 00:00 0 -733a55265000-733a55365000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55365000-733a55366000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55366000-733a55466000 rw-p 00000000 00:00 0 -733a55466000-733a55566000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55566000-733a55567000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55567000-733a55667000 rw-p 00000000 00:00 0 -733a55667000-733a55767000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55767000-733a55768000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55768000-733a55868000 rw-p 00000000 00:00 0 -733a55868000-733a55968000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55968000-733a55969000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55969000-733a55a69000 rw-p 00000000 00:00 0 -733a55a69000-733a55b69000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b69000-733a55b6a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55b6a000-733a55c6a000 rw-p 00000000 00:00 0 -733a55c6a000-733a55d6a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6a000-733a55d6b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55d6b000-733a55e6b000 rw-p 00000000 00:00 0 -733a55e6b000-733a55f6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6b000-733a55f6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a55f6c000-733a5606c000 rw-p 00000000 00:00 0 -733a5606c000-733a5616c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616c000-733a5616d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5616d000-733a5626d000 rw-p 00000000 00:00 0 -733a5626d000-733a5636d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636d000-733a5636e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5636e000-733a5646e000 rw-p 00000000 00:00 0 -733a5646e000-733a5656e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656e000-733a5656f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5656f000-733a5666f000 rw-p 00000000 00:00 0 -733a5666f000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -7354cee20000-7354cee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -INFO: 1264 is running. -ERROR: Child worker (10) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x733a8ea5ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x733a8ea95dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x733a8ea95c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x733a8ea8dbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x733a8ea6ae8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x733a8e56cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x733a8e56be23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x733a8e56bdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x733a8ea48eaa) [0x733a8ea48eaa] -/usr/local/lib/libruby.so.4.0(0x733a8ea455d5) [0x733a8ea455d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x733a8ea5b888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x733a8ea3ab7c) [0x733a8ea3ab7c] -/usr/local/lib/libruby.so.4.0(0x733a8ea38ff3) [0x733a8ea38ff3] -/usr/local/lib/libruby.so.4.0(0x733a8ea32b87) [0x733a8ea32b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x733a8ea05b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x733a8ea23d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x733a8ea1b777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x733a8ea5fd1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x733a8e930211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x463b) [0x733a8e8770cb] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x733a8e87924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x733a6a166469] -INFO: 1268 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a1f400000-733a23a00000 rw-p 00000000 00:00 0 -733a25400000-733a29a00000 rw-p 00000000 00:00 0 -733a29a78000-733a29cf8000 rw-p 00000000 00:00 0 -733a29cf8000-733a2b5ff000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a2b5ff000-733a2b600000 ---p 00000000 00:00 0 -733a2b600000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a20000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -734d0ee20000-734d0ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41: [BUG] Aborted at 0x0000000000000292 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ERROR: Child worker (323) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x733a8e5585a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x733a8e67ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x733a8e68cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x733a693624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x733a69343442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a3eb50000-733a3ec20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3ee80000-733a3f000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3f000000-733a3f600000 rw-p 00000000 00:00 0 -733a3f610000-733a3fb10000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3fb10000-733a40010000 rw-p 00000000 00:00 0 -733a40010000-733a40200000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40200000-733a40600000 rw-p 00000000 00:00 0 -733a40610000-733a40880000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40880000-733a41e00000 rw-p 00000000 00:00 0 -733a41e10000-733a41e80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41e80000-733a43e00000 rw-p 00000000 00:00 0 -733a43e10000-733a43ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43ef8000-733a457ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a457ff000-733a45800000 ---p 00000000 00:00 0 -733a45800000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -733b0ee20000-733b0ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000022 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x733a8e649506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x733a8e7c12e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x733a8e15ddf0) [0x733a8e15ddf0] -[0x733a6a1a0c82] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a26a18000-733a26c00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a26c00000-733a27200000 rw-p 00000000 00:00 0 -733a27300000-733a27c00000 rw-p 00000000 00:00 0 -733a27c80000-733a28a00000 rw-p 00000000 00:00 0 -733a28b00000-733a29600000 rw-p 00000000 00:00 0 -733a29780000-733a2b400000 rw-p 00000000 00:00 0 -733a2b4f8000-733a2cdff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a2cdff000-733a2ce00000 ---p 00000000 00:00 0 -733a2ce00000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40ad0000-733a40af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a41010000-733a410f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a41610000-733a416f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41c10000-733a41cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a42210000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68a50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68a58000-733a68a90000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a68a90000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -734c0ee20000-734c0ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x733a8ea5ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x733a8ea95dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x733a8ea95c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x733a8ea8dbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x733a8ea6ae8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x733a8e56cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x733a8e56be23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x733a8e56bdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x733a8ea48eaa) [0x733a8ea48eaa] -/usr/local/lib/libruby.so.4.0(0x733a8ea455d5) [0x733a8ea455d5] -/usr/local/lib/libruby.so.4.0(0x733a8ea3ab7c) [0x733a8ea3ab7c] -/usr/local/lib/libruby.so.4.0(0x733a8ea38ff3) [0x733a8ea38ff3] -/usr/local/lib/libruby.so.4.0(0x733a8ea32b87) [0x733a8ea32b87] -/usr/local/lib/libruby.so.4.0(0x733a8ea237b3) [0x733a8ea237b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x733a8ea22e2e) [0x733a8ea22e2e] -/usr/local/lib/libruby.so.4.0(defer_compilation+0xa4) [0x733a8ea24854] yjit/src/core.rs:3987 -/usr/local/lib/libruby.so.4.0(0x733a8e9e3777) [0x733a8e9e3777] -/usr/local/lib/libruby.so.4.0(gen_opt_aref) yjit/src/codegen.rs:3802 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x733a8ea0155f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x733a8ea24071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(0x733a8ea25eae) [0x733a8ea25eae] -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body) yjit/src/core.rs:3634 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x733a8ea1b624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x733a8ea6942d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x733a8ea2339c] yjit/src/core.rs:3513 -[0x733a6a134033] -INFO: 1272 is running. - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a1ea00000-733a21c00000 rw-p 00000000 00:00 0 -733a23600000-733a27c00000 rw-p 00000000 00:00 0 -733a27c78000-733a27ef8000 rw-p 00000000 00:00 0 -733a27ef8000-733a297ff000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a297ff000-733a29800000 ---p 00000000 00:00 0 -733a29800000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00ERROR: Child worker (22) crashed. Respawning worker. -000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a20000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -734e4ee20000-734e4ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:13: [BUG] Aborted at 0x00000000000002be -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1275 is running. -INFO: 1279 is running. -ERROR: Child worker (649) crashed. Respawning worker. -ERROR: Child worker (620) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x733a8e5585a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x733a8e67ea90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x733a8e68cce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x733a693624ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x733a69343f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a20e00000-733a21400000 rw-p 00000000 00:00 0 -733a21500000-733a23000000 rw-p 00000000 00:00 0 -733a23100000-733a25400000 rw-p 00000000 00:00 0 -733a254f8000-733a26dff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a26dff000-733a26e00000 ---p 00000000 00:00 0 -733a26e00000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3fed0000-733a3fef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a40410000-733a404f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40a10000-733a40af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a41010000-733a410f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a41610000-733a416f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41c10000-733a41cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a42210000-733a422f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a42810000-733a428f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42e10000-733a42ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a43410000-733a434f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43a10000-733a43af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a44010000-733a440f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a44610000-733a446f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44c10000-733a44cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a45210000-733a452f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a45810000-733a458f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45e10000-733a45ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a46410000-733a464f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46a10000-733a46af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a47010000-733a470f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a47610000-733a476f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47c10000-733a47cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a48210000-733a482f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a48810000-733a488c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73500ee20000-73500ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000301 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1283 is running. -INFO: 1287 is running. -ERROR: Child worker (860) crashed. Respawning worker. -INFO: 1291 is running. -ERROR: Child worker (200) crashed. Respawning worker. -INFO: 1295 is running. -INFO: 1300 is running. -ERROR: Child worker (245) crashed. Respawning worker. -ERROR: Child worker (264) crashed. Respawning worker. -INFO: 1303 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x733a8ea5ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x733a8ea95dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x733a8ea95c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x733a8ea8dbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x733a8ea6ae8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x733a8e56cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x733a8e56be23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x733a8e56bdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x733a8ea48eaa) [0x733a8ea48eaa] -/usr/local/lib/libruby.so.4.0(0x733a8ea455d5) [0x733a8ea455d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x733a8ea5b888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x733a8ea3ab7c) [0x733a8ea3ab7c] -/usr/local/lib/libruby.so.4.0(0x733a8ea38ff3) [0x733a8ea38ff3] -/usr/local/lib/libruby.so.4.0(0x733a8ea32b87) [0x733a8ea32b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x733a8ea05b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x733a8ea23d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x733a8ea1b777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x733a8ea5fd1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x733a8e930211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x463b) [0x733a8e8770cb] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x733a8e87924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -[0x733a6a166469] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a39000000-733a3c000000 rw-p 00000000 00:00 0 -733a3da00000-733a43000000 rw-p 00000000 00:00 0 -733a43078000-733a432f8000 rw-p 00000000 00:00 0 -733a432f8000-733a44bff000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a44bff000-733a44c00000 ---p 00000000 00:00 0 -733a44c00000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a488a8000-733a488e0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488e0000-733a488f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a10000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -733b8ee20000-733b8ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41: [BUG] Aborted at 0x000000000000002c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1307 is running. -ERROR: Child worker (547) crashed. Respawning worker. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x733a8ea5ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x733a8ea95dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x733a8ea95c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x733a8ea8dbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x733a8ea6ae8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x733a8e56cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x733a8e56be23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x733a8e56bdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x733a8ea48eaa) [0x733a8ea48eaa] -/usr/local/lib/libruby.so.4.0(0x733a8ea455d5) [0x733a8ea455d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x733a8ea5b888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x733a8ea3ab7c) [0x733a8ea3ab7c] -/usr/local/lib/libruby.so.4.0(0x733a8ea38ff3) [0x733a8ea38ff3] -/usr/local/lib/libruby.so.4.0(0x733a8ea32b87) [0x733a8ea32b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x733a8ea05b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x733a8ea23d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x733a8ea1b777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x733a8ea5fd1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x733a8e930211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(yjit_compile+0x77) [0x733a8e879457] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(jit_exec) /usr/src/ruby/vm.c:567 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2797 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x733a8e8841b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x733a8e655813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x733a69359865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x733a69359bc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x733a69362d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x733a69343442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a2de00000-733a30e00000 rw-p 00000000 00:00 0 -733a30e9d000-733a327a4000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a327a4000-733a32a00000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a32a00000-733a38000000 rw-p 00000000 00:00 0 -733a380f8000-733a399ff000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a399ff000-733a39a00000 ---p 00000000 00:00 0 -733a39a00000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a20000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73434ee20000-73434ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:13: [BUG] Aborted at 0x000000000000012f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1311 is running. -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x733a8e89328f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x733a8e557805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x733a8ea5ef20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x733a8ea95dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x733a8ea95c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x733a8ea8dbb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x733a8ea6ae8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x733a8e56cea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x733a8e56be23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x733a8e56bdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x733a8ea48eaa) [0x733a8ea48eaa] -/usr/local/lib/libruby.so.4.0(0x733a8ea455d5) [0x733a8ea455d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x733a8ea5b888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x733a8ea3ab7c) [0x733a8ea3ab7c] -/usr/local/lib/libruby.so.4.0(0x733a8ea38ff3) [0x733a8ea38ff3] -/usr/local/lib/libruby.so.4.0(0x733a8ea32b87) [0x733a8ea32b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x733a8ea05b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x733a8ea23d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x733a8ea1b777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x733a8ea5fd1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x733a8e930211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x463b) [0x733a8e8770cb] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x733a8e87924a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x733a8e8841b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x733a8e655813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x733a69359865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x733a69359bc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x733a69362d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x733a8e816e59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x733a69359756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x733a693649fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x733a69334a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x733a693428ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x733a69343442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x733a693005cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x733a692f36fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x733a692f3a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x733a6935de56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x733a8e816a9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x733a6935df64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x733a8e81a34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x733a8e81af17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -615107532000-615107533000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -615107533000-615107534000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -615107534000-615107535000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107535000-615107536000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -615107536000-615107537000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -733a18c00000-733a1bc00000 rw-p 00000000 00:00 0 -733a1bc9d000-733a1d5a4000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a1d5a4000-733a1d800000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a1d800000-733a23400000 rw-p 00000000 00:00 0 -733a23478000-733a236f8000 rw-p 00000000 00:00 0 -733a236f8000-733a24fff000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a24fff000-733a25000000 ---p 00000000 00:00 0 -733a25000000-733a25800000 rw-p 00000000 00:00 0 -733a25800000-733a25c00000 rw-p 00000000 00:00 0 -733a25cff000-733a25d00000 ---p 00000000 00:00 0 -733a25d00000-733a25e00000 rw-p 00000000 00:00 0 -733a25e00000-733a26200000 rw-p 00000000 00:00 0 -733a262ff000-733a26300000 ---p 00000000 00:00 0 -733a26300000-733a26400000 rw-p 00000000 00:00 0 -733a26400000-733a26800000 rw-p 00000000 00:00 0 -733a268ff000-733a26900000 ---p 00000000 00:00 0 -733a26900000-733a26a00000 rw-p 00000000 00:00 0 -733a26a00000-733a26e00000 rw-p 00000000 00:00 0 -733a26eff000-733a26f00000 ---p 00000000 00:00 0 -733a26f00000-733a27000000 rw-p 00000000 00:00 0 -733a27000000-733a27400000 rw-p 00000000 00:00 0 -733a274ff000-733a27500000 ---p 00000000 00:00 0 -733a27500000-733a27600000 rw-p 00000000 00:00 0 -733a27600000-733a27a00000 rw-p 00000000 00:00 0 -733a27aff000-733a27b00000 ---p 00000000 00:00 0 -733a27b00000-733a27c00000 rw-p 00000000 00:00 0 -733a27c00000-733a28000000 rw-p 00000000 00:00 0 -733a280ff000-733a28100000 ---p 00000000 00:00 0 -733a28100000-733a28200000 rw-p 00000000 00:00 0 -733a28200000-733a28600000 rw-p 00000000 00:00 0 -733a286ff000-733a28700000 ---p 00000000 00:00 0 -733a28700000-733a28800000 rw-p 00000000 00:00 0 -733a28800000-733a28c00000 rw-p 00000000 00:00 0 -733a28cff000-733a28d00000 ---p 00000000 00:00 0 -733a28d00000-733a28e00000 rw-p 00000000 00:00 0 -733a28e00000-733a29200000 rw-p 00000000 00:00 0 -733a292ff000-733a29300000 ---p 00000000 00:00 0 -733a29300000-733a29400000 rw-p 00000000 00:00 0 -733a29400000-733a29800000 rw-p 00000000 00:00 0 -733a298ff000-733a29900000 ---p 00000000 00:00 0 -733a29900000-733a29a00000 rw-p 00000000 00:00 0 -733a29a00000-733a29e00000 rw-p 00000000 00:00 0 -733a29eff000-733a29f00000 ---p 00000000 00:00 0 -733a29f00000-733a2a000000 rw-p 00000000 00:00 0 -733a2a000000-733a2a400000 rw-p 00000000 00:00 0 -733a2a4ff000-733a2a500000 ---p 00000000 00:00 0 -733a2a500000-733a2a600000 rw-p 00000000 00:00 0 -733a2a600000-733a2aa00000 rw-p 00000000 00:00 0 -733a2aaff000-733a2ab00000 ---p 00000000 00:00 0 -733a2ab00000-733a2ac00000 rw-p 00000000 00:00 0 -733a2ac00000-733a2b000000 rw-p 00000000 00:00 0 -733a2b0ff000-733a2b100000 ---p 00000000 00:00 0 -733a2b100000-733a2b200000 rw-p 00000000 00:00 0 -733a2b200000-733a2b600000 rw-p 00000000 00:00 0 -733a2b6ff000-733a2b700000 ---p 00000000 00:00 0 -733a2b700000-733a2b800000 rw-p 00000000 00:00 0 -733a2b800000-733a2bc00000 rw-p 00000000 00:00 0 -733a2bcff000-733a2bd00000 ---p 00000000 00:00 0 -733a2bd00000-733a2be00000 rw-p 00000000 00:00 0 -733a2be00000-733a2c200000 rw-p 00000000 00:00 0 -733a2c2ff000-733a2c300000 ---p 00000000 00:00 0 -733a2c300000-733a2c400000 rw-p 00000000 00:00 0 -733a2c400000-733a2c800000 rw-p 00000000 00:00 0 -733a2c8ff000-733a2c900000 ---p 00000000 00:00 0 -733a2c900000-733a2ca00000 rw-p 00000000 00:00 0 -733a2ca00000-733a2ce00000 rw-p 00000000 00:00 0 -733a2ceff000-733a2cf00000 ---p 00000000 00:00 0 -733a2cf00000-733a2d000000 rw-p 00000000 00:00 0 -733a2d000000-733a2d400000 rw-p 00000000 00:00 0 -733a2d4ff000-733a2d500000 ---p 00000000 00:00 0 -733a2d500000-733a2d600000 rw-p 00000000 00:00 0 -733a2d600000-733a2da00000 rw-p 00000000 00:00 0 -733a2daff000-733a2db00000 ---p 00000000 00:00 0 -733a2db00000-733a2dc00000 rw-p 00000000 00:00 0 -733a2dc00000-733a2e000000 rw-p 00000000 00:00 0 -733a2e0ff000-733a2e100000 ---p 00000000 00:00 0 -733a2e100000-733a2e200000 rw-p 00000000 00:00 0 -733a2e200000-733a2e600000 rw-p 00000000 00:00 0 -733a2e6ff000-733a2e700000 ---p 00000000 00:00 0 -733a2e700000-733a2e800000 rw-p 00000000 00:00 0 -733a2e800000-733a2ec00000 rw-p 00000000 00:00 0 -733a2ecff000-733a2ed00000 ---p 00000000 00:00 0 -733a2ed00000-733a2ee00000 rw-p 00000000 00:00 0 -733a2ee00000-733a2f200000 rw-p 00000000 00:00 0 -733a2f2ff000-733a2f300000 ---p 00000000 00:00 0 -733a2f300000-733a2f400000 rw-p 00000000 00:00 0 -733a2f400000-733a2f800000 rw-p 00000000 00:00 0 -733a2f8ff000-733a2f900000 ---p 00000000 00:00 0 -733a2f900000-733a2fa00000 rw-p 00000000 00:00 0 -733a2fa00000-733a2fe00000 rw-p 00000000 00:00 0 -733a2feff000-733a2ff00000 ---p 00000000 00:00 0 -733a2ff00000-733a30000000 rw-p 00000000 00:00 0 -733a30000000-733a30400000 rw-p 00000000 00:00 0 -733a304ff000-733a30500000 ---p 00000000 00:00 0 -733a30500000-733a30600000 rw-p 00000000 00:00 0 -733a30600000-733a30a00000 rw-p 00000000 00:00 0 -733a30aff000-733a30b00000 ---p 00000000 00:00 0 -733a30b00000-733a30c00000 rw-p 00000000 00:00 0 -733a30c00000-733a31000000 rw-p 00000000 00:00 0 -733a310ff000-733a31100000 ---p 00000000 00:00 0 -733a31100000-733a31200000 rw-p 00000000 00:00 0 -733a31200000-733a31600000 rw-p 00000000 00:00 0 -733a316ff000-733a31700000 ---p 00000000 00:00 0 -733a31700000-733a31800000 rw-p 00000000 00:00 0 -733a31800000-733a31c00000 rw-p 00000000 00:00 0 -733a31cff000-733a31d00000 ---p 00000000 00:00 0 -733a31d00000-733a31e00000 rw-p 00000000 00:00 0 -733a31e00000-733a32200000 rw-p 00000000 00:00 0 -733a322ff000-733a32300000 ---p 00000000 00:00 0 -733a32300000-733a32400000 rw-p 00000000 00:00 0 -733a32400000-733a32800000 rw-p 00000000 00:00 0 -733a328ff000-733a32900000 ---p 00000000 00:00 0 -733a32900000-733a32a00000 rw-p 00000000 00:00 0 -733a32a00000-733a32e00000 rw-p 00000000 00:00 0 -733a32eff000-733a32f00000 ---p 00000000 00:00 0 -733a32f00000-733a33000000 rw-p 00000000 00:00 0 -733a33000000-733a33400000 rw-p 00000000 00:00 0 -733a334ff000-733a33500000 ---p 00000000 00:00 0 -733a33500000-733a33600000 rw-p 00000000 00:00 0 -733a33600000-733a33a00000 rw-p 00000000 00:00 0 -733a33aff000-733a33b00000 ---p 00000000 00:00 0 -733a33b00000-733a33c00000 rw-p 00000000 00:00 0 -733a33c00000-733a34000000 rw-p 00000000 00:00 0 -733a340ff000-733a34100000 ---p 00000000 00:00 0 -733a34100000-733a34200000 rw-p 00000000 00:00 0 -733a34200000-733a34600000 rw-p 00000000 00:00 0 -733a346ff000-733a34700000 ---p 00000000 00:00 0 -733a34700000-733a34800000 rw-p 00000000 00:00 0 -733a34800000-733a34c00000 rw-p 00000000 00:00 0 -733a34cff000-733a34d00000 ---p 00000000 00:00 0 -733a34d00000-733a34e00000 rw-p 00000000 00:00 0 -733a34e00000-733a35200000 rw-p 00000000 00:00 0 -733a352ff000-733a35300000 ---p 00000000 00:00 0 -733a35300000-733a35400000 rw-p 00000000 00:00 0 -733a35400000-733a35800000 rw-p 00000000 00:00 0 -733a358ff000-733a35900000 ---p 00000000 00:00 0 -733a35900000-733a35a00000 rw-p 00000000 00:00 0 -733a35a00000-733a35e00000 rw-p 00000000 00:00 0 -733a35eff000-733a35f00000 ---p 00000000 00:00 0 -733a35f00000-733a36000000 rw-p 00000000 00:00 0 -733a36000000-733a36400000 rw-p 00000000 00:00 0 -733a364ff000-733a36500000 ---p 00000000 00:00 0 -733a36500000-733a36600000 rw-p 00000000 00:00 0 -733a36600000-733a36a00000 rw-p 00000000 00:00 0 -733a36aff000-733a36b00000 ---p 00000000 00:00 0 -733a36b00000-733a36c00000 rw-p 00000000 00:00 0 -733a36c00000-733a37000000 rw-p 00000000 00:00 0 -733a370ff000-733a37100000 ---p 00000000 00:00 0 -733a37100000-733a37200000 rw-p 00000000 00:00 0 -733a37200000-733a37600000 rw-p 00000000 00:00 0 -733a376ff000-733a37700000 ---p 00000000 00:00 0 -733a37700000-733a37800000 rw-p 00000000 00:00 0 -733a37800000-733a37c00000 rw-p 00000000 00:00 0 -733a37cff000-733a37d00000 ---p 00000000 00:00 0 -733a37d00000-733a37e00000 rw-p 00000000 00:00 0 -733a37e00000-733a38200000 rw-p 00000000 00:00 0 -733a382ff000-733a38300000 ---p 00000000 00:00 0 -733a38300000-733a38400000 rw-p 00000000 00:00 0 -733a38400000-733a38800000 rw-p 00000000 00:00 0 -733a388ff000-733a38900000 ---p 00000000 00:00 0 -733a38900000-733a38a00000 rw-p 00000000 00:00 0 -733a38a00000-733a38e00000 rw-p 00000000 00:00 0 -733a38eff000-733a38f00000 ---p 00000000 00:00 0 -733a38f00000-733a39000000 rw-p 00000000 00:00 0 -733a39000000-733a39400000 rw-p 00000000 00:00 0 -733a394ff000-733a39500000 ---p 00000000 00:00 0 -733a39500000-733a39600000 rw-p 00000000 00:00 0 -733a39600000-733a39a00000 rw-p 00000000 00:00 0 -733a39aff000-733a39b00000 ---p 00000000 00:00 0 -733a39b00000-733a39c00000 rw-p 00000000 00:00 0 -733a39c00000-733a3a000000 rw-p 00000000 00:00 0 -733a3a0ff000-733a3a100000 ---p 00000000 00:00 0 -733a3a100000-733a3a200000 rw-p 00000000 00:00 0 -733a3a200000-733a3a600000 rw-p 00000000 00:00 0 -733a3a6ff000-733a3a700000 ---p 00000000 00:00 0 -733a3a700000-733a3a800000 rw-p 00000000 00:00 0 -733a3a800000-733a3b000000 rw-p 00000000 00:00 0 -733a3b0fe000-733a3b0ff000 ---p 00000000 00:00 0 -733a3b0ff000-733a3b1ff000 rw-p 00000000 00:00 0 -733a3b1ff000-733a3b200000 ---p 00000000 00:00 0 -733a3b200000-733a3b300000 rw-p 00000000 00:00 0 -733a3b300000-733a3bc00000 rw-p 00000000 00:00 0 -733a3bcff000-733a3bd00000 ---p 00000000 00:00 0 -733a3bd00000-733a3be00000 rw-p 00000000 00:00 0 -733a3be00000-733a3c200000 rw-p 00000000 00:00 0 -733a3c2ff000-733a3c300000 ---p 00000000 00:00 0 -733a3c300000-733a3c400000 rw-p 00000000 00:00 0 -733a3c400000-733a3c800000 rw-p 00000000 00:00 0 -733a3c8ff000-733a3c900000 ---p 00000000 00:00 0 -733a3c900000-733a3ca00000 rw-p 00000000 00:00 0 -733a3ca00000-733a3ce00000 rw-p 00000000 00:00 0 -733a3ceff000-733a3cf00000 ---p 00000000 00:00 0 -733a3cf00000-733a3d000000 rw-p 00000000 00:00 0 -733a3d000000-733a3d400000 rw-p 00000000 00:00 0 -733a3d4ff000-733a3d500000 ---p 00000000 00:00 0 -733a3d500000-733a3d600000 rw-p 00000000 00:00 0 -733a3d600000-733a3da00000 rw-p 00000000 00:00 0 -733a3daff000-733a3db00000 ---p 00000000 00:00 0 -733a3db00000-733a3dc00000 rw-p 00000000 00:00 0 -733a3dc00000-733a3e000000 rw-p 00000000 00:00 0 -733a3e0ff000-733a3e100000 ---p 00000000 00:00 0 -733a3e100000-733a3e200000 rw-p 00000000 00:00 0 -733a3e200000-733a3e600000 rw-p 00000000 00:00 0 -733a3e6ff000-733a3e700000 ---p 00000000 00:00 0 -733a3e700000-733a3e800000 rw-p 00000000 00:00 0 -733a3e800000-733a3ec00000 rw-p 00000000 00:00 0 -733a3ecff000-733a3ed00000 ---p 00000000 00:00 0 -733a3ed00000-733a3ee00000 rw-p 00000000 00:00 0 -733a3ee00000-733a3f200000 rw-p 00000000 00:00 0 -733a3f2ff000-733a3f300000 ---p 00000000 00:00 0 -733a3f300000-733a3f400000 rw-p 00000000 00:00 0 -733a3f400000-733a3f800000 rw-p 00000000 00:00 0 -733a3f8ff000-733a3f900000 ---p 00000000 00:00 0 -733a3f900000-733a3fa00000 rw-p 00000000 00:00 0 -733a3fa00000-733a3fe00000 rw-p 00000000 00:00 0 -733a3feff000-733a3ff00000 ---p 00000000 00:00 0 -733a3ff00000-733a40000000 rw-p 00000000 00:00 0 -733a40000000-733a40400000 rw-p 00000000 00:00 0 -733a404ff000-733a40500000 ---p 00000000 00:00 0 -733a40500000-733a40600000 rw-p 00000000 00:00 0 -733a40600000-733a40a00000 rw-p 00000000 00:00 0 -733a40aff000-733a40b00000 ---p 00000000 00:00 0 -733a40b00000-733a40c00000 rw-p 00000000 00:00 0 -733a40c00000-733a41000000 rw-p 00000000 00:00 0 -733a410ff000-733a41100000 ---p 00000000 00:00 0 -733a41100000-733a41200000 rw-p 00000000 00:00 0 -733a41200000-733a41600000 rw-p 00000000 00:00 0 -733a416ff000-733a41700000 ---p 00000000 00:00 0 -733a41700000-733a41800000 rw-p 00000000 00:00 0 -733a41800000-733a41c00000 rw-p 00000000 00:00 0 -733a41cff000-733a41d00000 ---p 00000000 00:00 0 -733a41d00000-733a41e00000 rw-p 00000000 00:00 0 -733a41e00000-733a42200000 rw-p 00000000 00:00 0 -733a422ff000-733a42300000 ---p 00000000 00:00 0 -733a42300000-733a42400000 rw-p 00000000 00:00 0 -733a42400000-733a42800000 rw-p 00000000 00:00 0 -733a428ff000-733a42900000 ---p 00000000 00:00 0 -733a42900000-733a42a00000 rw-p 00000000 00:00 0 -733a42a00000-733a42e00000 rw-p 00000000 00:00 0 -733a42eff000-733a42f00000 ---p 00000000 00:00 0 -733a42f00000-733a43000000 rw-p 00000000 00:00 0 -733a43000000-733a43400000 rw-p 00000000 00:00 0 -733a434ff000-733a43500000 ---p 00000000 00:00 0 -733a43500000-733a43600000 rw-p 00000000 00:00 0 -733a43600000-733a43a00000 rw-p 00000000 00:00 0 -733a43aff000-733a43b00000 ---p 00000000 00:00 0 -733a43b00000-733a43c00000 rw-p 00000000 00:00 0 -733a43c00000-733a44000000 rw-p 00000000 00:00 0 -733a440ff000-733a44100000 ---p 00000000 00:00 0 -733a44100000-733a44200000 rw-p 00000000 00:00 0 -733a44200000-733a44600000 rw-p 00000000 00:00 0 -733a446ff000-733a44700000 ---p 00000000 00:00 0 -733a44700000-733a44800000 rw-p 00000000 00:00 0 -733a44800000-733a44c00000 rw-p 00000000 00:00 0 -733a44cff000-733a44d00000 ---p 00000000 00:00 0 -733a44d00000-733a44e00000 rw-p 00000000 00:00 0 -733a44e00000-733a45200000 rw-p 00000000 00:00 0 -733a452ff000-733a45300000 ---p 00000000 00:00 0 -733a45300000-733a45400000 rw-p 00000000 00:00 0 -733a45400000-733a45800000 rw-p 00000000 00:00 0 -733a458ff000-733a45900000 ---p 00000000 00:00 0 -733a45900000-733a45a00000 rw-p 00000000 00:00 0 -733a45a00000-733a45e00000 rw-p 00000000 00:00 0 -733a45eff000-733a45f00000 ---p 00000000 00:00 0 -733a45f00000-733a46000000 rw-p 00000000 00:00 0 -733a46000000-733a46400000 rw-p 00000000 00:00 0 -733a464ff000-733a46500000 ---p 00000000 00:00 0 -733a46500000-733a46600000 rw-p 00000000 00:00 0 -733a46600000-733a46a00000 rw-p 00000000 00:00 0 -733a46aff000-733a46b00000 ---p 00000000 00:00 0 -733a46b00000-733a46c00000 rw-p 00000000 00:00 0 -733a46c00000-733a47000000 rw-p 00000000 00:00 0 -733a470ff000-733a47100000 ---p 00000000 00:00 0 -733a47100000-733a47200000 rw-p 00000000 00:00 0 -733a47200000-733a47600000 rw-p 00000000 00:00 0 -733a476ff000-733a47700000 ---p 00000000 00:00 0 -733a47700000-733a47800000 rw-p 00000000 00:00 0 -733a47800000-733a47c00000 rw-p 00000000 00:00 0 -733a47cff000-733a47d00000 ---p 00000000 00:00 0 -733a47d00000-733a47e00000 rw-p 00000000 00:00 0 -733a47e00000-733a48200000 rw-p 00000000 00:00 0 -733a482ff000-733a48300000 ---p 00000000 00:00 0 -733a48300000-733a48400000 rw-p 00000000 00:00 0 -733a48400000-733a48800000 rw-p 00000000 00:00 0 -733a488c7000-733a488ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -733a488ff000-733a48900000 ---p 00000000 00:00 0 -733a48900000-733a48a00000 rw-p 00000000 00:00 0 -733a48a00000-733a48b01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b01000-733a48b02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48b02000-733a48c02000 rw-p 00000000 00:00 0 -733a48c02000-733a48d02000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d02000-733a48d03000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48d03000-733a48e03000 rw-p 00000000 00:00 0 -733a48e03000-733a48f03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f03000-733a48f04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a48f04000-733a49004000 rw-p 00000000 00:00 0 -733a49004000-733a49104000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49104000-733a49105000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49105000-733a49205000 rw-p 00000000 00:00 0 -733a49205000-733a49305000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49305000-733a49306000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49306000-733a49406000 rw-p 00000000 00:00 0 -733a49406000-733a49506000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49506000-733a49507000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49507000-733a49607000 rw-p 00000000 00:00 0 -733a49607000-733a49707000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49707000-733a49708000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49708000-733a49808000 rw-p 00000000 00:00 0 -733a49808000-733a49908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49908000-733a49909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49909000-733a49a09000 rw-p 00000000 00:00 0 -733a49a09000-733a49b09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b09000-733a49b0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49b0a000-733a49c0a000 rw-p 00000000 00:00 0 -733a49c0a000-733a49d0a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0a000-733a49d0b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49d0b000-733a49e0b000 rw-p 00000000 00:00 0 -733a49e0b000-733a49f0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0b000-733a49f0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a49f0c000-733a4a00c000 rw-p 00000000 00:00 0 -733a4a00c000-733a4a10c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10c000-733a4a10d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a10d000-733a4a20d000 rw-p 00000000 00:00 0 -733a4a20d000-733a4a30d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30d000-733a4a30e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a30e000-733a4a40e000 rw-p 00000000 00:00 0 -733a4a40e000-733a4a50e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50e000-733a4a50f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a50f000-733a4a60f000 rw-p 00000000 00:00 0 -733a4a60f000-733a4a70f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a70f000-733a4a710000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a710000-733a4a810000 rw-p 00000000 00:00 0 -733a4a810000-733a4a910000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a910000-733a4a911000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4a911000-733a4aa11000 rw-p 00000000 00:00 0 -733a4aa11000-733a4ab11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab11000-733a4ab12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ab12000-733a4ac12000 rw-p 00000000 00:00 0 -733a4ac12000-733a4ad12000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad12000-733a4ad13000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ad13000-733a4ae13000 rw-p 00000000 00:00 0 -733a4ae13000-733a4af13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af13000-733a4af14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4af14000-733a4b014000 rw-p 00000000 00:00 0 -733a4b014000-733a4b114000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b114000-733a4b115000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b115000-733a4b215000 rw-p 00000000 00:00 0 -733a4b215000-733a4b315000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b315000-733a4b316000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b316000-733a4b416000 rw-p 00000000 00:00 0 -733a4b416000-733a4b516000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b516000-733a4b517000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b517000-733a4b617000 rw-p 00000000 00:00 0 -733a4b617000-733a4b717000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b717000-733a4b718000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b718000-733a4b818000 rw-p 00000000 00:00 0 -733a4b818000-733a4b918000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b918000-733a4b919000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4b919000-733a4ba19000 rw-p 00000000 00:00 0 -733a4ba19000-733a4bb19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb19000-733a4bb1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bb1a000-733a4bc1a000 rw-p 00000000 00:00 0 -733a4bc1a000-733a4bd1a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1a000-733a4bd1b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bd1b000-733a4be1b000 rw-p 00000000 00:00 0 -733a4be1b000-733a4bf1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1b000-733a4bf1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4bf1c000-733a4c01c000 rw-p 00000000 00:00 0 -733a4c01c000-733a4c11c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11c000-733a4c11d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c11d000-733a4c21d000 rw-p 00000000 00:00 0 -733a4c21d000-733a4c31d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31d000-733a4c31e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c31e000-733a4c41e000 rw-p 00000000 00:00 0 -733a4c41e000-733a4c51e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51e000-733a4c51f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c51f000-733a4c61f000 rw-p 00000000 00:00 0 -733a4c61f000-733a4c71f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c71f000-733a4c720000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c720000-733a4c820000 rw-p 00000000 00:00 0 -733a4c820000-733a4c920000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c920000-733a4c921000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4c921000-733a4ca21000 rw-p 00000000 00:00 0 -733a4ca21000-733a4cb21000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb21000-733a4cb22000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cb22000-733a4cc22000 rw-p 00000000 00:00 0 -733a4cc22000-733a4cd22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd22000-733a4cd23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cd23000-733a4ce23000 rw-p 00000000 00:00 0 -733a4ce23000-733a4cf23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf23000-733a4cf24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4cf24000-733a4d024000 rw-p 00000000 00:00 0 -733a4d024000-733a4d124000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d124000-733a4d125000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d125000-733a4d225000 rw-p 00000000 00:00 0 -733a4d225000-733a4d325000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d325000-733a4d326000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d326000-733a4d426000 rw-p 00000000 00:00 0 -733a4d426000-733a4d526000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d526000-733a4d527000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d527000-733a4d627000 rw-p 00000000 00:00 0 -733a4d627000-733a4d727000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d727000-733a4d728000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d728000-733a4d828000 rw-p 00000000 00:00 0 -733a4d828000-733a4d928000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d928000-733a4d929000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4d929000-733a4da29000 rw-p 00000000 00:00 0 -733a4da29000-733a4db29000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db29000-733a4db2a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4db2a000-733a4dc2a000 rw-p 00000000 00:00 0 -733a4dc2a000-733a4dd2a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2a000-733a4dd2b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4dd2b000-733a4de2b000 rw-p 00000000 00:00 0 -733a4de2b000-733a4df2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2b000-733a4df2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4df2c000-733a4e02c000 rw-p 00000000 00:00 0 -733a4e02c000-733a4e12c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12c000-733a4e12d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e12d000-733a4e22d000 rw-p 00000000 00:00 0 -733a4e22d000-733a4e32d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32d000-733a4e32e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e32e000-733a4e42e000 rw-p 00000000 00:00 0 -733a4e42e000-733a4e52e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52e000-733a4e52f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e52f000-733a4e62f000 rw-p 00000000 00:00 0 -733a4e62f000-733a4e72f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e72f000-733a4e730000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e730000-733a4e830000 rw-p 00000000 00:00 0 -733a4e830000-733a4e930000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e930000-733a4e931000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4e931000-733a4ea31000 rw-p 00000000 00:00 0 -733a4ea31000-733a4eb31000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb31000-733a4eb32000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4eb32000-733a4ec32000 rw-p 00000000 00:00 0 -733a4ec32000-733a4ed32000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed32000-733a4ed33000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ed33000-733a4ee33000 rw-p 00000000 00:00 0 -733a4ee33000-733a4ef33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef33000-733a4ef34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ef34000-733a4f034000 rw-p 00000000 00:00 0 -733a4f034000-733a4f134000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f134000-733a4f135000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f135000-733a4f235000 rw-p 00000000 00:00 0 -733a4f235000-733a4f335000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f335000-733a4f336000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f336000-733a4f436000 rw-p 00000000 00:00 0 -733a4f436000-733a4f536000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f536000-733a4f537000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f537000-733a4f637000 rw-p 00000000 00:00 0 -733a4f637000-733a4f737000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f737000-733a4f738000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f738000-733a4f838000 rw-p 00000000 00:00 0 -733a4f838000-733a4f938000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f938000-733a4f939000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4f939000-733a4fa39000 rw-p 00000000 00:00 0 -733a4fa39000-733a4fb39000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb39000-733a4fb3a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fb3a000-733a4fc3a000 rw-p 00000000 00:00 0 -733a4fc3a000-733a4fd3a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3a000-733a4fd3b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4fd3b000-733a4fe3b000 rw-p 00000000 00:00 0 -733a4fe3b000-733a4ff3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3b000-733a4ff3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a4ff3c000-733a5003c000 rw-p 00000000 00:00 0 -733a5003c000-733a5013c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013c000-733a5013d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5013d000-733a5023d000 rw-p 00000000 00:00 0 -733a5023d000-733a5033d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033d000-733a5033e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5033e000-733a5043e000 rw-p 00000000 00:00 0 -733a5043e000-733a5053e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053e000-733a5053f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5053f000-733a5063f000 rw-p 00000000 00:00 0 -733a5063f000-733a5073f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5073f000-733a50740000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50740000-733a50840000 rw-p 00000000 00:00 0 -733a50840000-733a50940000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50940000-733a50941000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50941000-733a50a41000 rw-p 00000000 00:00 0 -733a50a41000-733a50b41000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b41000-733a50b42000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50b42000-733a50c42000 rw-p 00000000 00:00 0 -733a50c42000-733a50d42000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d42000-733a50d43000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50d43000-733a50e43000 rw-p 00000000 00:00 0 -733a50e43000-733a50f43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f43000-733a50f44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a50f44000-733a51044000 rw-p 00000000 00:00 0 -733a51044000-733a51144000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51144000-733a51145000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51145000-733a51245000 rw-p 00000000 00:00 0 -733a51245000-733a51345000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51345000-733a51346000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51346000-733a51446000 rw-p 00000000 00:00 0 -733a51446000-733a51546000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51546000-733a51547000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51547000-733a51647000 rw-p 00000000 00:00 0 -733a51647000-733a51747000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51747000-733a51748000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51748000-733a51848000 rw-p 00000000 00:00 0 -733a51848000-733a51948000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51948000-733a51949000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51949000-733a51a49000 rw-p 00000000 00:00 0 -733a51a49000-733a51b49000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b49000-733a51b4a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51b4a000-733a51c4a000 rw-p 00000000 00:00 0 -733a51c4a000-733a51d4a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4a000-733a51d4b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51d4b000-733a51e4b000 rw-p 00000000 00:00 0 -733a51e4b000-733a51f4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4b000-733a51f4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a51f4c000-733a5204c000 rw-p 00000000 00:00 0 -733a5204c000-733a5214c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214c000-733a5214d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5214d000-733a5224d000 rw-p 00000000 00:00 0 -733a5224d000-733a5234d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234d000-733a5234e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5234e000-733a5244e000 rw-p 00000000 00:00 0 -733a5244e000-733a5254e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254e000-733a5254f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5254f000-733a5264f000 rw-p 00000000 00:00 0 -733a5264f000-733a5274f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5274f000-733a52750000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52750000-733a52850000 rw-p 00000000 00:00 0 -733a52850000-733a52950000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52950000-733a52951000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52951000-733a52a51000 rw-p 00000000 00:00 0 -733a52a51000-733a52b51000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b51000-733a52b52000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52b52000-733a52c52000 rw-p 00000000 00:00 0 -733a52c52000-733a52d52000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d52000-733a52d53000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52d53000-733a52e53000 rw-p 00000000 00:00 0 -733a52e53000-733a52f53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f53000-733a52f54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a52f54000-733a53054000 rw-p 00000000 00:00 0 -733a53054000-733a53154000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53154000-733a53155000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53155000-733a53255000 rw-p 00000000 00:00 0 -733a53255000-733a53355000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53355000-733a53356000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53356000-733a53456000 rw-p 00000000 00:00 0 -733a53456000-733a53556000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53556000-733a53557000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53557000-733a53657000 rw-p 00000000 00:00 0 -733a53657000-733a53757000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53757000-733a53758000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53758000-733a53858000 rw-p 00000000 00:00 0 -733a53858000-733a53958000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53958000-733a53959000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53959000-733a53a59000 rw-p 00000000 00:00 0 -733a53a59000-733a53b59000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b59000-733a53b5a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53b5a000-733a53c5a000 rw-p 00000000 00:00 0 -733a53c5a000-733a53d5a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5a000-733a53d5b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53d5b000-733a53e5b000 rw-p 00000000 00:00 0 -733a53e5b000-733a53f5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5b000-733a53f5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a53f5c000-733a5405c000 rw-p 00000000 00:00 0 -733a5405c000-733a5415c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415c000-733a5415d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5415d000-733a5425d000 rw-p 00000000 00:00 0 -733a5425d000-733a5435d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435d000-733a5435e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5435e000-733a5445e000 rw-p 00000000 00:00 0 -733a5445e000-733a5455e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455e000-733a5455f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5455f000-733a5465f000 rw-p 00000000 00:00 0 -733a5465f000-733a5475f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a5475f000-733a54760000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54760000-733a54860000 rw-p 00000000 00:00 0 -733a54860000-733a54960000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54960000-733a54961000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54961000-733a54a61000 rw-p 00000000 00:00 0 -733a54a61000-733a54b61000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b61000-733a54b62000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a54b62000-733a54c62000 rw-p 00000000 00:00 0 -733a54c62000-733a68a00000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -733a68a20000-733a68ab0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ab0000-733a68ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a68ac3000-733a68ac8000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68ac8000-733a68b77000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b77000-733a68b8b000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8b000-733a68b8c000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8c000-733a68b8d000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -733a68b8d000-733a68c84000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a68c84000-733a69007000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a69007000-733a6913e000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a6913e000-733a691c1000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c1000-733a691c4000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -733a691c4000-733a691c7000 rw-p 00000000 00:00 0 -733a691c7000-733a691ea000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a691ea000-733a69293000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a69293000-733a692c6000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692c6000-733a692d1000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d1000-733a692d5000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -733a692d5000-733a692e4000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a692e4000-733a69382000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a69382000-733a693c1000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c1000-733a693c6000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693c6000-733a693ca000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -733a693ca000-733a693cb000 rw-p 00000000 00:00 0 -733a693cb000-733a693d2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693d2000-733a693f6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693f6000-733a693fe000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693fe000-733a693ff000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a693ff000-733a69400000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -733a69400000-733a69c00000 rw-p 00000000 00:00 0 -733a69c10000-733a69db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a69db2000-733a6a132000 rw-p 00000000 00:00 0 -733a6a132000-733a6a1a1000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a1000-733a6a1a2000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a6a1a2000-733a72132000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -733a72150000-733a72190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721a0000-733a721b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a721b0000-733a722c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a722c0000-733a725c0000 rw-p 00000000 00:00 0 -733a725c0000-733a725d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725e0000-733a725f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a725f0000-733a726e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a726e4000-733a726e6000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726e6000-733a726eb000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726eb000-733a726ed000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ed000-733a726ee000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ee000-733a726ef000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -733a726ef000-733a726f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a726f0000-733a72791000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72791000-733a72792000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72792000-733a72833000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72833000-733a72834000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72834000-733a728d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d5000-733a728d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a728d6000-733a72977000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72977000-733a72978000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72978000-733a72a19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a19000-733a72a1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72a1a000-733a72abb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abb000-733a72abc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72abc000-733a72b5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5d000-733a72b5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72b5e000-733a72bff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72bff000-733a72c00000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72c00000-733a72ca1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca1000-733a72ca2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72ca2000-733a72d43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d43000-733a72d44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72d44000-733a72de5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de5000-733a72de6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72de6000-733a72e87000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e87000-733a72e88000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72e88000-733a72f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f29000-733a72f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72f2a000-733a72fcb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcb000-733a72fcc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a72fcc000-733a7306d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306d000-733a7306e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7306e000-733a7310f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7310f000-733a73110000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73110000-733a731b1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b1000-733a731b2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a731b2000-733a73253000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73253000-733a73254000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73254000-733a732f5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f5000-733a732f6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a732f6000-733a73397000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73397000-733a73398000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73398000-733a73439000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73439000-733a7343a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7343a000-733a734db000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734db000-733a734dc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a734dc000-733a7357d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357d000-733a7357e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7357e000-733a7361f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7361f000-733a73620000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73620000-733a736c1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c1000-733a736c2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a736c2000-733a73763000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73763000-733a73764000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73764000-733a73805000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73805000-733a73806000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73806000-733a738a7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a7000-733a738a8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a738a8000-733a73949000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73949000-733a7394a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a7394a000-733a739eb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739eb000-733a739ec000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a739ec000-733a73a8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8d000-733a73a8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73a8e000-733a73b2f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -733a73b2f000-733a73b30000 ---p 00000000 00:00 0 -733a73b30000-733a74330000 rw-p 00000000 00:00 0 -733a74330000-733a74360000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74360000-733a745e0000 rw-p 00000000 00:00 0 -733a745e0000-733a74600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a74600000-733a8c600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -733a8c600000-733a8da00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -733a8da00000-733a8de00000 rw-p 00000000 00:00 0 -733a8de01000-733a8de02000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de02000-733a8de03000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de03000-733a8de04000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de04000-733a8de05000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de05000-733a8de06000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -733a8de06000-733a8de07000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de07000-733a8de08000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de08000-733a8de09000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de09000-733a8de0a000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0a000-733a8de0b000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -733a8de0b000-733a8de0c000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0c000-733a8de0d000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0d000-733a8de0e000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0e000-733a8de0f000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de0f000-733a8de10000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -733a8de10000-733a8de20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -733a8de20000-733a8de21000 rw-p 00000000 00:00 0 -733a8de23000-733a8de2a000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -733a8de2a000-733a8de84000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -733a8de84000-733a8de8b000 rw-p 00000000 00:00 0 -733a8de8b000-733a8de8f000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8de8f000-733a8deb2000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb2000-733a8deb6000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb6000-733a8deb7000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb7000-733a8deb8000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -733a8deb8000-733a8df55000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8df55000-733a8e07e000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e07e000-733a8e10c000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e10c000-733a8e117000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e117000-733a8e11a000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -733a8e11a000-733a8e11e000 rw-p 00000000 00:00 0 -733a8e11e000-733a8e146000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e146000-733a8e2a9000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2a9000-733a8e2ff000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e2ff000-733a8e303000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e303000-733a8e305000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -733a8e305000-733a8e312000 rw-p 00000000 00:00 0 -733a8e312000-733a8e323000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e323000-733a8e3a0000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e3a0000-733a8e400000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e400000-733a8e401000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e401000-733a8e402000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -733a8e402000-733a8e404000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e404000-733a8e41a000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e41a000-733a8e434000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e434000-733a8e435000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e435000-733a8e436000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -733a8e436000-733a8e440000 rw-p 00000000 00:00 0 -733a8e440000-733a8e44c000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e44c000-733a8e4b1000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4b1000-733a8e4c8000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c8000-733a8e4c9000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4c9000-733a8e4ca000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -733a8e4ca000-733a8e4cd000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4cd000-733a8e4e1000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e1000-733a8e4e8000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e8000-733a8e4e9000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4e9000-733a8e4ea000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -733a8e4ea000-733a8e550000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8e550000-733a8eb24000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8eb24000-733a8ed33000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed33000-733a8ed60000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed60000-733a8ed66000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -733a8ed66000-733a8ed7b000 rw-p 00000000 00:00 0 -733a8ed7b000-733a8ed84000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ed84000-733a8ee2b000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee2b000-733a8ee43000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee43000-733a8ee49000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee49000-733a8ee4a000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -733a8ee4a000-733a8eeaa000 rw-p 00000000 00:00 0 -733a8eeaa000-733a8eeab000 rw-p 00000000 00:00 0 -733a8eeab000-733a8eead000 rw-p 00000000 00:00 0 -733a8eead000-733a8eeb1000 r--p 00000000 00:00 0 [vvar] -733a8eeb1000-733a8eeb3000 r--p 00000000 00:00 0 [vvar_vclock] -733a8eeb3000-733a8eeb5000 r-xp 00000000 00:00 0 [vdso] -733a8eeb5000-733a8eeb6000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeb6000-733a8eede000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eede000-733a8eee9000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eee9000-733a8eeeb000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeeb000-733a8eeec000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -733a8eeec000-733a8eeed000 rw-p 00000000 00:00 0 -733ace620000-733acfb20000 rw-p 00000000 00:00 0 -733b0e620000-733b0ee20000 rw-p 00000000 00:00 0 -73514ee20000-73514ee25000 rw-p 00000000 00:00 0 -7fff4d85b000-7fff4d87c000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:40: [BUG] Aborted at 0x000000000000032f -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: 1315 is running. -ERROR: Child worker (641) crashed. Respawning worker. -INFO: 1320 is running. -INFO: 1324 is running. -ERROR: Child worker (933) crashed. Respawning worker. -ERROR: Child worker (34) crashed. Respawning worker. -INFO: 1328 is running. -INFO: 1331 is running. -ERROR: Child worker (658) crashed. Respawning worker. -INFO: 1336 is running. -INFO: 1340 is running. -ERROR: Child worker (702) crashed. Respawning worker. -INFO: 1344 is running. -ERROR: Child worker (769) crashed. Respawning worker. -ERROR: Child worker (44) crashed. Respawning worker. -INFO: 1347 is running. -INFO: 1352 is running. -ERROR: Child worker (303) crashed. Respawning worker. -INFO: 1356 is running. -ERROR: Child worker (815) crashed. Respawning worker. -INFO: 1360 is running. -INFO: 1364 is running. -INFO: 1368 is running. -INFO: 1372 is running. -INFO: 1376 is running. -INFO: 1380 is running. -INFO: 1384 is running. -INFO: 1388 is running. -INFO: 1392 is running. -INFO: 1396 is running. -INFO: 1400 is running. -INFO: 1404 is running. -INFO: 1408 is running. -INFO: 1412 is running. -INFO: 1416 is running. -INFO: 1420 is running. -INFO: 1424 is running. -INFO: 1428 is running. -INFO: 1432 is running. -INFO: 1436 is running. -INFO: 1440 is running. -INFO: 1444 is running. -INFO: 1448 is running. -INFO: 1451 is running. -INFO: 1456 is running. -INFO: 1460 is running. -INFO: 1464 is running. -INFO: 1468 is running. -INFO: 1472 is running. -INFO: 1476 is running. -INFO: 1480 is running. -INFO: 1484 is running. -INFO: 1488 is running. -INFO: 1492 is running. -INFO: 1496 is running. -INFO: 1500 is running. -INFO: 1504 is running. -INFO: 1508 is running. -INFO: 1512 is running. -INFO: 1516 is running. -INFO: 1520 is running. -INFO: 1524 is running. -INFO: 1528 is running. -INFO: 1532 is running. -INFO: 1536 is running. -INFO: 1540 is running. -INFO: 1544 is running. -INFO: 1548 is running. -INFO: 1552 is running. -INFO: 1556 is running. -INFO: 1560 is running. -INFO: 1564 is running. -INFO: 1568 is running. -INFO: 1572 is running. -INFO: 1576 is running. -INFO: 1580 is running. -INFO: 1584 is running. -INFO: 1588 is running. -INFO: 1592 is running. -INFO: 1596 is running. -INFO: 1600 is running. -INFO: 1604 is running. -INFO: 1608 is running. -INFO: 1612 is running. -INFO: 1616 is running. -INFO: 1621 is running. -INFO: 1626 is running. -INFO: 1631 is running. -INFO: 1636 is running. -INFO: 1641 is running. +INFO: 598 is running. +INFO: 603 is running. +INFO: 614 is running. +INFO: 610 is running. +INFO: 619 is running. +INFO: 629 is running. +INFO: 634 is running. +INFO: 639 is running. +INFO: 624 is running. diff --git a/site/static/logs/pipelined/512/rack-iodine.log b/site/static/logs/pipelined/512/rack-iodine.log index 966099b7..13ddee87 100644 --- a/site/static/logs/pipelined/512/rack-iodine.log +++ b/site/static/logs/pipelined/512/rack-iodine.log @@ -2,13 +2,13 @@ INFO: Listening on port 8080 INFO: Starting up Iodine: * Iodine 0.7.58 - * Ruby 4.0.4 + * Ruby 4.0.5 * facil.io 0.7.4 (epoll) - * 127 Workers X 4 Threads per worker. + * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. -INFO: Server is running 127 workers X 4 threads with facil.io 0.7.4 (epoll) +INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) * Linked to OpenSSL 3.5.6 7 Apr 2026 * Detected capacity: 131056 open file limit * Root pid: 1 @@ -22,40424 +22,122 @@ INFO: 26 is running. INFO: 30 is running. INFO: 34 is running. INFO: 39 is running. -INFO: 43 is running. -INFO: 48 is running. -INFO: 54 is running. -INFO: 62 is running. -INFO: 68 is running. -INFO: 77 is running. +INFO: 44 is running. +INFO: 50 is running. +INFO: 55 is running. +INFO: 60 is running. +INFO: 65 is running. +INFO: 70 is running. +INFO: 76 is running. +INFO: 80 is running. INFO: 85 is running. -INFO: 93 is running. -INFO: 103 is running. -INFO: 111 is running. -INFO: 120 is running. +INFO: 90 is running. +INFO: 95 is running. +INFO: 100 is running. +INFO: 105 is running. +INFO: 110 is running. +INFO: 116 is running. +INFO: 121 is running. +INFO: 126 is running. INFO: 131 is running. +INFO: 136 is running. INFO: 141 is running. -INFO: 150 is running. -INFO: 160 is running. -INFO: 169 is running. -INFO: 178 is running. -INFO: 188 is running. -INFO: 196 is running. -INFO: 205 is running. -INFO: 215 is running. -INFO: 224 is running. -INFO: 235 is running. -INFO: 246 is running. -INFO: 256 is running. -INFO: 264 is running. -INFO: 273 is running. -INFO: 284 is running. -INFO: 293 is running. -INFO: 303 is running. -INFO: 314 is running. -INFO: 324 is running. -INFO: 333 is running. +INFO: 146 is running. +INFO: 151 is running. +INFO: 156 is running. +INFO: 162 is running. +INFO: 167 is running. +INFO: 171 is running. +INFO: 176 is running. +INFO: 181 is running. +INFO: 187 is running. +INFO: 192 is running. +INFO: 197 is running. +INFO: 202 is running. +INFO: 206 is running. +INFO: 211 is running. +INFO: 217 is running. +INFO: 221 is running. +INFO: 227 is running. +INFO: 232 is running. +INFO: 237 is running. +INFO: 242 is running. +INFO: 247 is running. +INFO: 252 is running. +INFO: 257 is running. +INFO: 262 is running. +INFO: 267 is running. +INFO: 272 is running. +INFO: 276 is running. +INFO: 282 is running. +INFO: 287 is running. +INFO: 292 is running. +INFO: 300 is running. +INFO: 304 is running. +INFO: 308 is running. +INFO: 312 is running. +INFO: 317 is running. +INFO: 323 is running. +INFO: 327 is running. +INFO: 332 is running. +INFO: 337 is running. INFO: 342 is running. -INFO: 350 is running. +INFO: 348 is running. +INFO: 353 is running. INFO: 358 is running. +INFO: 362 is running. INFO: 367 is running. -INFO: 378 is running. +INFO: 372 is running. +INFO: 377 is running. +INFO: 383 is running. INFO: 388 is running. +INFO: 393 is running. INFO: 398 is running. -INFO: 407 is running. -INFO: 416 is running. -INFO: 425 is running. -INFO: 434 is running. +INFO: 403 is running. +INFO: 408 is running. +INFO: 413 is running. +INFO: 418 is running. +INFO: 423 is running. +INFO: 428 is running. +INFO: 433 is running. +INFO: 438 is running. INFO: 443 is running. -INFO: 452 is running. -INFO: 464 is running. -INFO: 474 is running. +INFO: 448 is running. +INFO: 453 is running. +INFO: 458 is running. +INFO: 463 is running. +INFO: 468 is running. +INFO: 473 is running. +INFO: 478 is running. INFO: 483 is running. -INFO: 509 is running. -INFO: 517 is running. -INFO: 524 is running. -INFO: 531 is running. +INFO: 488 is running. +INFO: 493 is running. +INFO: 498 is running. +INFO: 503 is running. +INFO: 508 is running. +INFO: 513 is running. +INFO: 518 is running. +INFO: 523 is running. +INFO: 528 is running. +INFO: 533 is running. INFO: 538 is running. -INFO: 545 is running. -INFO: 552 is running. -INFO: 559 is running. -INFO: 566 is running. -INFO: 576 is running. -INFO: 585 is running. +INFO: 543 is running. +INFO: 548 is running. +INFO: 553 is running. +INFO: 558 is running. +INFO: 563 is running. +INFO: 568 is running. +INFO: 573 is running. +INFO: 578 is running. +INFO: 583 is running. INFO: 594 is running. +INFO: 589 is running. +INFO: 598 is running. INFO: 604 is running. +INFO: 610 is running. INFO: 614 is running. -INFO: 622 is running. -INFO: 631 is running. -INFO: 639 is running. -INFO: 649 is running. -INFO: 658 is running. -INFO: 668 is running. -INFO: 677 is running. -INFO: 686 is running. -INFO: 695 is running. -INFO: 704 is running. -INFO: 713 is running. -INFO: 722 is running. -INFO: 732 is running. -INFO: 740 is running. -INFO: 749 is running. -INFO: 758 is running. -INFO: 767 is running. -INFO: 777 is running. -INFO: 785 is running. -INFO: 794 is running. -INFO: 804 is running. -INFO: 815 is running. -INFO: 824 is running. -INFO: 832 is running. -INFO: 841 is running. -INFO: 851 is running. -INFO: 860 is running. -INFO: 869 is running. -INFO: 879 is running. -INFO: 888 is running. -INFO: 897 is running. -INFO: 906 is running. -INFO: 916 is running. -INFO: 923 is running. -INFO: 932 is running. -INFO: 941 is running. -INFO: 949 is running. -INFO: 959 is running. -INFO: 968 is running. -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x000000000000000c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y INFO: 977 is running. -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50: [BUG] Segmentation fault at 0x0000000000000003 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:0010 s:0019 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd8457f1a RBP: 0x0000753cd75dd3e0 RSP: 0x0000753c9fa6a850 - RAX: 0x0000000000000003 RBX: 0x0000bb01001c0001 RCX: 0x0000000000000005 - RDX: 0x0000753cd7652000 RDI: 0x0000753cb3837a88 RSI: 0x0000753c924ef090 - R8: 0x000000000000000f R9: 0x0000000000000210 R10: 0x0000000000000000 - R11: 0x0000753c6c9ff6c0 R12: 0x000000000000bb01 R13: 0x0000000000000001 - R14: 0x0000753c924ef090 R15: 0x0000753cd892c6c0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -INFO: 989 is running. -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9e660478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c6ee1b2d0 RSI: 0x0000753c9e55ff90 - R8: 0x0000753c9e55ff90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c6ee1b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -[BUG] Segmentation fault at 0x0000000000000008 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -SEGV received in SEGV handler -c:0001 p:---- s:0003 e:000002 l:y b:---- -thread '' (495) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -DUMMY [FINISH] - - -stack backtrace: --- Threading information --------------------------------------------------- -ABRT received in SEGV handler -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb2f38a57 RBP: 0x0000753c9ba4a9b0 RSP: 0x0000753c9ba4a750 - RAX: 0x0000000000000008 RBX: 0x0000753d583f2a40 RCX: 0x0000000000000000ruby: YJIT has panicked. More info to follow... - -thread '' (840) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9f8693d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c6c41b7d0 RSI: 0x0000753c9f768f90 - R8: 0x0000753c9f768f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c6c41b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9c24e478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7541b050 RSI: 0x0000753c9c14df90 - R8: 0x0000753c9c14df90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7541b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000000000000074 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000000000 RSP: 0x0000753c9f8696e0 - RAX: 0x0000753cb26481a0 RBX: 0x0000000000000074 RCX: 0x0040025b00000001 - RDX: 0x0000000000008008 RDI: 0x0000753cb2fa7b20 RSI: 0x0000753cb2fa7b20 - R8: 0x0000000000000001 R9: 0x0000753cd8968dc0 R10: 0x0000753c9f869660 - R11: 0x0000000000000000 R12: 0x0000753cd75dfaa0 R13: 0x0000753cb2f9e340 - R14: 0x0000753d583d13db R15: 0x0000753c9f8698a0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9c6503d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c74e1b2d0 RSI: 0x0000753c9c54ff90 - R8: 0x0000753c9c54ff90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c74e1b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 999 is running. -[BUG] SEGV received in SEGV handler -ABRT received in SEGV handler -# terminated with exception (report_on_exception is true): -undefined method '_hijack' for class 'String' (NameError) -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000000000 RSP: 0x0000753c9c04d5b0 - RAX: 0x0000753cd75dec58 RBX: 0x0000303830383a74 RCX: 0x303830383a74736f - RDX: 0x0000000000008008 RDI: 0x0000753cb2fa7cb0 RSI: 0x0000753cb2fa7cb0 - R8: 0x0000753cd75dec40 R9: 0x0000753cd7669080 R10: 0x1969a6784b232169 - R11: 0x0000753cd8769020 R12: 0x0000753cd75dec40 R13: 0x0000000000000004 - R14: 0x0000753d583e4910 R15: 0x0000753cb2fa7cb0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c97427478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8441b2d0 RSI: 0x0000753c97326f90 - R8: 0x0000753c97326f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c8441b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9fa6a478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c6ac1b050 RSI: 0x0000753c9f969f90 - R8: 0x0000753c9f969f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c6ac1b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9ec63478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c6dc1b2d0 RSI: 0x0000753c9eb62f90 - R8: 0x0000753c9eb62f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c6dc1b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1009 is running. -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:73: [BUG] Segmentation fault at 0x0000000000000002 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0048 s:0037 e:000034 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:73 -c:0005 p:0066 s:0029 e:000027 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:17 -c:0004 p:0023 s:0023 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:54 -c:0003 p:0010 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:54:in 'spell_checker' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:17:in 'new' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:73:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd846de3a RBP: 0x0000753ca016deb0 RSP: 0x0000753ca026e7f0 - RAX: 0x0000753cbdee2c70 RBX: 0x0000753ca016deb0 RCX: 0x0000111100100001 - RDX: 0x0000753ca026e9d0 RDI: 0x0000000000000002 RSI: 0x0000753cb2fa0758 - R8: 0x0000753cb38b6f40 R9: 0x0000753c9141f750 R10: 0x0000753ca026e880 - R11: 0x0000000000003b10 R12: 0x0000753c6a01b550 R13: 0x0000111100100001 - R14: 0x0000753cb384ee68 R15: 0x0000753ca016deb0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x000000000000007d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd83fd947 RBP: 0x0000000000000000 RSP: 0x0000753c9c24e6d8 - RAX: 0x0000000000000085 RBX: 0x0000753cb2653970 RCX: 0xef0c9facdabead06 - RDX: 0x0000753c9c24e700 RDI: 0x0000000000000065 RSI: 0x0000000000000f61 - R8: 0x0d365b8ff0c9ff59 R9: 0x0000000000000000 R10: 0x0000753c9c24e700 - R11: 0x0000753cd8769020 R12: 0x0000000000000f61 R13: 0x000000000000000f - R14: 0x0000753c9c24e700 R15: 0x0000753cb2664bc0 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9a03d478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7c01b2d0 RSI: 0x0000753c99f3cf90 - R8: 0x0000753c99f3cf90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7c01b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c96e24478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c85a1b2d0 RSI: 0x0000753c96d23f90 - R8: 0x0000753c96d23f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c85a1b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000000000000065 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y SEGV received in SEGV handler -b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000000000ABRT received in SEGV handler - RSP: 0x0000753c93407700 - RAX: 0x0000753cb262a128 RBX: 0x0000000000000065 RCX: 0x312e302e302e3732 - RDX: 0x0000000000008008 RDI: 0x0000753cb2fa7da0 RSI: 0x0000753cb2fa7da0 - R8: 0x0000753cd75df460 R9: 0x0000753cd7669080 R10: 0x136b978f4d092553 - R11: 0x0000753cd8769020 R12: 0x0000753cd75dfaa0 R13: 0x0000753cb2f9e340 - R14: 0x0000753cd75deba0 R15: 0x0000753c934078a0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ruby: YJIT has panicked. More info to follow... - -thread '' (557) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 8 -stack backtrace: -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000008008 RSP: 0x0000753c9a03d6f0 - RAX: 0x0000753cd871cace RBX: 0x65725f6f69006b63 RCX: 0x0000753c7c619400 -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 SEGV received in SEGV handler -e:000002 l:y b:---- DUMMY [FINISH] - -ABRT received in SEGV handler - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - RDX: 0x0000000000000000ruby: YJIT has panicked. More info to follow... - -thread '' (394) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - -ABRT received in SEGV handler - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000000000[BUG] /app/app.rb:13: [BUG] object allocation during garbage collection phaseSegmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- --- Control frame information ----------------------------------------------- -c:0001 c:0002 p:---- p:0000 s:0003 s:0011 e:000002 e:000010 l:y l:y b:---- b:0001 DUMMY METHOD [FINISH] /app/app.rb:13 - [FINISH] -c:0001 -p:---- -s:0003 -- Threading information --------------------------------------------------- -Total ractor count: 1 -e:000002 Ruby thread count for this ractor: 5 -l:y -b:---- -- C level backtrace information ------------------------------------------- -DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9a43f3d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7b41b2d0 RSI: 0x0000753c9a33ef90 - R8: 0x0000753c9a33ef90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7b41b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:---- s:0006 e:000005 l:y b:---- CFUNC :new -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/vendor/bundle/ruby/4.0.0/bin/iodine:0:in 'new' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c974273d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c83e1b050 RSI: 0x0000753c97326f90 - R8: 0x0000753c97326f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c83e1b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d925c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d925c0 RBP: 0x0000000000000001 RSP: 0x0000753c93809478 - RAX: 0x0000753cb3d925c0 RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8f61b050 RSI: 0x0000753c93708f90 - R8: 0x0000753c93708f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c8f61b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9a841478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7ae1b550 RSI: 0x0000753c9a740f90 - R8: 0x0000753c9a740f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7ae1b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d925c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d925c0 RBP: 0x0000000000000001 RSP: 0x0000753c934073d8 - RAX: 0x0000753cb3d925c0 RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c90e1b550 RSI: 0x0000753c93306f90 - R8: 0x0000753c93306f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c90e1b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (67) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -# terminated with exception (report_on_exception is true): -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9ee643d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c6d61b2d0 RSI: 0x0000753c9ed63f90 - R8: 0x0000753c9ed63f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c6d61b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... -/app/app.rb:13: [BUG] Segmentation fault at 0xffffffffb2ff8444 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- - -thread '' (1029) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -c:0002 p:0012 stack backtrace: -s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9287b RBP: 0x0000000000000001 RSP: 0x0000753ca0c73460 - RAX: 0x0000000000000014 RBX: 0x0000753ca0a73058 RCX: 0x0000753cb3d92877 - RDX: 0x0000000000000db9 RDI: 0x0000753cb267cdd8 RSI: 0x0000000000000014 - R8: 0x0000753c67c22500 R9: 0x0000753c67c0b200 R10: 0x0000000000000001 - R11: 0x0000000000000000 R12: 0x0000753c67c1b2d0 R13: 0x0000753ca0b72f90 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x000000000000007d -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- /app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753ca0c733d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c91a032d0 RSI: 0x0000753ca0b72f90 - R8: 0x0000753ca0b72f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c91a032d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753ca0a72478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c68e1b7d0 RSI: 0x0000753ca0971f90 - R8: 0x0000753ca0971f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c68e1b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (1039) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- SEGV received in SEGV handler -s:0003 e:000002 l:y b:---- DUMMY [FINISH] -ABRT received in SEGV handler - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000000000 RSP: 0x0000753ca08717a0 - RAX: 0x0000753cb267d468 RBX: 0x0000000000000000 RCX: 0x312e312f50545448 - RDX: 0x0000000000008008 RDI: 0x0000753cb2fa7df0 RSI: 0x0000753cb2fa7df0 - R8: 0x0000753cd75dfaa0 R9: 0x0000753cd7669080 R10: 0x157a9676471f1c55 -SEGV received in ABRT handler - R11: 0x0000753cd8769020 R12: 0x0000753cd75deba0 R13: 0x0000753cb2f9e340 - R14: 0x0000753cd75deba0ABRT received in SEGV handler - R15: 0x0000753ca0871940 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 ruby: YJIT has panicked. More info to follow... -s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ -# terminated with exception (report_on_exception is true): - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c97e2c478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8201b050 RSI: 0x0000753c97d2bf90 - R8: 0x0000753c97d2bf90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 -thread '' (14) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 12 - R12: 0x0000753c8201b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - -stack backtrace: --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9ee643d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c6e21b7d0 RSI: 0x0000753c9ed63f90 - R8: 0x0000753c9ed63f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c6e21b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000000091000534 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:---- s:0017 e:000016 l:y b:---- CFUNC :[] -c:0002 p:0008 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13:in '[]' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd833a560 RBP: 0x0000753cb26325e0 RSP: 0x0000753ca0871370 - RAX: 0x0000753cd8928e30 RBX: 0x0000000000000004 RCX: 0x0000000000000004 - RDX: 0x0000000091000504 RDI: 0x0000753cd8953468 RSI: 0x0000753cd892a460 - R8: 0x0000000000000000 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000000 R12: 0x0000000000000001 R13: 0x0000753ca0671068 - R14: 0x0000000000000000 R15: 0x0000753c6941b7d0 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000008008 RSP: 0x0000753c92c036f0 - RAX: 0x0000753cd871cace RBX: 0x65725f6f69006b63 RCX: 0x0000753c91a19000 - RDX: 0x0000000000000000 RDI: 0x0000753cbbe14c50 RSI: 0x0000753cd8724c16 - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000753d583a1b72 - R11: 0x0000753d583ed85b R12: 0x0000000000000000 R13: 0x0000753cb2f32f00 - R14: 0x00000000000000a0 R15: 0x0000753c92c039b0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9abce -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9abce RBP: 0x0000000000000001 RSP: 0x0000753c9f4673d8 - RAX: 0x0000753cb3d9abce RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c91a03050 RSI: 0x0000753c9f366f90 - R8: 0x0000753c9f366f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c91a03050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] -b:---- --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -DUMMY - [FINISH]-- Threading information --------------------------------------------------- - -Total ractor count: 1 -Ruby thread count for this ractor: 5 - - --- Machine register context ------------------------------------------------ --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - RIP: 0x0000753cb3d9273e - RBP: 0x0000000000000001-- Threading information --------------------------------------------------- - RSP: 0x0000753c97c2b478Total ractor count: 1 - -Ruby thread count for this ractor: 5 - RAX: 0x0000753cb3d9273e - RBX: 0x0000000000000000-- Machine register context ------------------------------------------------ - RCX: 0x0000753cd846d128 RIP: 0x0000753cb3d9273e - RBP: 0x0000000000000001 RDX: 0x0000000000000000 RSP: 0x0000753c9842f3d8 RDI: 0x0000753c8261b050 - RSI: 0x0000753c97b2af90 RAX: 0x0000753cb3d9273e - RBX: 0x0000000000000000 R8: 0x0000753c97b2af90 RCX: 0x0000753cd846d128 R9: 0x0000753cb2fa0398 - R10: 0x0000753cb2fa07a8 RDX: 0x0000000000000000 - RDI: 0x0000753c8141b2d0 R11: 0x0000000000000006 RSI: 0x0000753c9832ef90 R12: 0x0000753c8261b050 - R8: 0x0000753c9832ef90 R13: 0x0000000000000001 R9: 0x0000753cb2fa0398 - R14: 0x0000000000000001 R10: 0x0000753cb2fa07a8 R15: 0x0000753cb2fa0398 - EFL: 0x0000000000010202 R11: 0x0000000000000006 - - R12: 0x0000753c8141b2d0-- C level backtrace information ------------------------------------------- - R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -INFO: 1019 is running. -SEGV received in SEGV handler -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- ABRT received in ABRT handler -DUMMY [FINISH] -ABRT received in SEGV handler - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd83c243f RBP: 0x0000753cb261e158 RSP: 0x0000753c9ac436e0 - RAX: 0x000b72ed413c3c00 RBX: 0x0000753cb2635bb8 RCX: 0x0000000000000005 - RDX: 0x0000753c79c25500 RDI: 0x0000753cb2fa69a0 RSI: 0x0000753c79c0b200 - R8: 0x0000753c79c0b200 R9: 0x0000000000000003 R10: 0x1969a6784b232169 - R11: 0x0000753cd8769020 R12: 0x18a192ac1808486c R13: 0x0000753cd827a730 - R14: 0x0000753c79c25500 R15: 0xffffffffffffffff EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -[BUG] ABRT received in SEGV handler -Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' -/app/app.rb:13: -[BUG] -- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - -Segmentation fault at 0x0000753cb3d9273e-- Machine register context ------------------------------------------------ - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9c650478 --- Control frame information ----------------------------------------------- - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000c:0002 RCX: 0x0000753cd846d128p:0000 -s:0011 RDX: 0x0000000000000000e:000010 RDI: 0x0000753c75a1b7d0l:y RSI: 0x0000753c9c54ff90b:0001 - R8: 0x0000753c9c54ff90METHOD R9: 0x0000753cb2fa0398 /app/app.rb:13 R10: 0x0000753cb2fa07a8 [FINISH] - - R11: 0x0000000000000006 R12: 0x0000753c75a1b7d0c:0001 R13: 0x0000000000000001p:---- -s:0003 R14: 0x0000000000000001e:000002 R15: 0x0000753cb2fa0398l:y EFL: 0x0000000000010202b:---- - -DUMMY -- C level backtrace information ------------------------------------------- - [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9d4573d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7241b2d0 RSI: 0x0000753c9d356f90 - R8: 0x0000753c9d356f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7241b2d0/app/app.rb:13: R13: 0x0000000000000001[BUG] - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202Segmentation fault at 0x0000753cb3d9273e - --- C level backtrace information ------------------------------------------- - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9ac433d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7961b050 RSI: 0x0000753c9ab42f90 - R8: 0x0000753c9ab42f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7961b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:70: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0027 s:0036 e:000034 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:70 -c:0005 p:0066 s:0029 e:000027 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:17 -c:0004 p:0023 s:0023 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:54 -c:0003 p:0010 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:54:in 'spell_checker' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:17:in 'new' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:70:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd8466bb1 RBP: 0x0000753cbdd98cc8 RSP: 0x0000753c976288d0 - RAX: 0x0000000000000000 RBX: 0x0000753c97527eb0 RCX: 0x0000753cbbebde00 -[BUG] RDX: 0x0000753c976289d0SEGV received in SEGV handler - RDI: 0x0000753c8381b050 RSI: 0x0000753c97527eb0Segmentation fault at 0x0000000000000000 - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - R8: 0x0000753cd75e6670 R9: 0x0000753c838216f0-- Control frame information ----------------------------------------------- - R10: 0x0000753c97628880ABRT received in SEGV handler -c:0001 -p:---- R11: 0x0000753c83dff6c0s:0003 R12: 0x0000753cbdee2c40e:000002 R13: 0x0000753cb39269f8l:y -b:---- R14: 0x0000753cbdd98cd8DUMMY R15: 0x0000753c97527eb0 [FINISH] EFL: 0x0000000000010206 - - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000000000 RSP: 0x0000753c9440f5b0 - RAX: 0x0000753cd75dec58 RBX: 0x0000303830383a74 RCX: 0x303830383a74736f - RDX: 0x0000000000008008 RDI: 0x0000753cb2fa7cb0 RSI: 0x0000753cb2fa7cb0 - R8: 0x0000753cd75dec40 R9: 0x0000753cd7669080 R10: 0x1969a6784b232169 - R11: 0x0000753cd8769020 R12: 0x0000753cd75dec40 R13: 0x0000000000000004 - R14: 0x0000753d583ab160 R15: 0x0000753cb2fa7cb0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (193) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 5 -stack backtrace: -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 /app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9d6583d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7181b050 RSI: 0x0000753c9d557f90 - R8: 0x0000753c9d557f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7181b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:42: [BUG] Segmentation fault at 0x0000000000000001 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0008 p:0016 s:0052 e:000048 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:42 -c:0007 p:0007 s:0043 e:000041 l:n b:---- BLOCK /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 [FINISH] -c:0006 p:0032 s:0038 e:000037 l:y b:0001 METHOD :273 -c:0005 p:0031 s:0031 e:000030 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16 -c:0004 p:0049 s:0022 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82 -c:0003 p:0012 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 # terminated with exception (report_on_exception is true): -l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:82:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'correct' -:273:in 'select' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:16:in 'block in correct' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:42:in 'normalize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000000000000001 RBP: 0x0000753cbdf8e2f0 RSP: 0x0000753c9d658668 - RAX: 0x0000000000000000 RBX: 0x0000753c9d557e40 RCX: 0x0000753cbbec1d00 - RDX: 0x0000753c9d658770 RDI: 0x0000753c72a1b7d0 RSI: 0x0000753c9d557e40 - R8: 0x0000753c91407ab0 R9: 0x00000000000001ef R10: 0x0000753c9d658598 - R11: 0x0000000000000000 R12: 0x0000753cbbe861c0 R13: 0x0000753cb267d068 - R14: 0x0000753cbdf8e300 R15: 0x0000753c9d557e40 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:11: [BUG] Segmentation fault at 0x0000000000000002 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0020 s:0015 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:11 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:11:in 'detailed_message' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd846de3a RBP: 0x0000753c9af44f90 RSP: 0x0000753c9b045780 - RAX: 0x0000753cbdf862c0 RBX: 0x0000753cbdf862c0 RCX: 0x000020d10b440003 - RDX: 0x0000753c9b045860 RDI: 0x0000000000000002 RSI: 0x0000753cb2fa0758 - R8: 0x0000753cb268dd78 R9: 0x0000753cbdef9760 R10: 0x0000753c9b045790 - R11: 0x0000753c7a1ff6c0 R12: 0x0000753c7901b2d0 R13: 0x000020d10b440003 - R14: 0x0000753cb268dd50 R15: 0x0000753c9af44f90 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -ruby: YJIT has panicked. More info to follow... - -thread '' (388) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d925c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d925c0 RBP: 0x0000000000000001 RSP: 0x0000753c93a0a478 - RAX: 0x0000753cb3d925c0 RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8f01b050 RSI: 0x0000753c93909f90 - R8: 0x0000753c93909f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c8f01b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d925c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d925c0 RBP: 0x0000000000000001 RSP: 0x0000753c948113d8 - RAX: 0x0000753cb3d925c0 RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8cc1b2d0 RSI: 0x0000753c94710f90 - R8: 0x0000753c94710f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c8cc1b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d925c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d925c0 RBP: 0x0000000000000001 RSP: 0x0000753c94c13478 - RAX: 0x0000753cb3d925c0 RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8c61b550 RSI: 0x0000753c94b12f90 -[BUG] R8: 0x0000753c94b12f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c8c61b550 R13: 0x0000000000000001 -object allocation during garbage collection phase R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1027 is running. -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -SEGV received in SEGV handler --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 ABRT received in SEGV handler -METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- ERROR: Child worker (989) crashed. Respawning worker. -DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (706) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 12 -stack backtrace: -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -c:0002 p:0000 -- Control frame information ----------------------------------------------- -s:0011 e:000010 c:0001 l:y p:---- b:0001 s:0003 METHODe:000002 /app/app.rb:13l:y b:---- [FINISH]DUMMY - [FINISH]c:0001 -p:---- s:0003 -e:000002 l:y -b:---- -- Threading information --------------------------------------------------- -DUMMY Total ractor count: 1 - [FINISH]Ruby thread count for this ractor: 5 - - --- C level backtrace information ------------------------------------------- - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9d055478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7361b550 RSI: 0x0000753c9cf54f90 - R8: 0x0000753c9cf54f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7361b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c970253d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8541b2d0 RSI: 0x0000753c96f24f90 - R8: 0x0000753c96f24f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c8541b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb2f37d90 RBP: 0x0000753c93c0b9b0 RSP: 0x0000753c93c0b750 - RAX: 0x0800000000000000 RBX: 0x0000753d583f0080 RCX: 0x0000000000000023 - RDX: 0x0800000000000000 RDI: 0x0000753cb3920031 RSI: 0x0000000000000000 - R8: 0x0000753c93c0b724 R9: 0x00000000000001ff R10: 0x0000000000000000 - R11: 0xb40075062dcbda61 R12: 0x0000753cb3921368 R13: 0x0000753cb2f9e340 - R14: 0x0000753cb3921480 R15: 0x0000753c93c0b8a0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753ca0e743f8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c66a1b050 RSI: 0x0000753ca0d73f90 - R8: 0x0000753ca0d73f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c66a1b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:14: [BUG] Segmentation fault at 0x0000753cb3d928df -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000000000000031 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -[BUG] -- Control frame information ----------------------------------------------- -ABRT received in SEGV handler -c:0001 p:---- object allocation during garbage collection phases:0003 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -e:000002 l:y b:---- DUMMY -- Control frame information ----------------------------------------------- - [FINISH] -[BUG] c:0001 -p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH]object allocation during garbage collection phase - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - - --- Threading information --------------------------------------------------- -Total ractor count: 1 --- Control frame information ----------------------------------------------- -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c97427478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8481b550 RSI: 0x0000753c97326f90 - R8: 0x0000753c97326f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c8481b550 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d925c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d925c0 RBP: 0x0000000000000001 RSP: 0x0000753c954173d8 - RAX: 0x0000753cb3d925c0 RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8a81b2d0 RSI: 0x0000753c95316f90 - R8: 0x0000753c95316f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c8a81b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9b447478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7841b2d0 RSI: 0x0000753c9b346f90 - R8: 0x0000753c9b346f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7841b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9e05d478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7001b2d0 RSI: 0x0000753c9df5cf90 - R8: 0x0000753c9df5cf90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7001b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ABRT received in SEGV handler -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -ERROR: (Iodine) response body not a String - -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c99035478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7f01b2d0 RSI: 0x0000753c98f34f90 - R8: 0x0000753c98f34f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7f01b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase[BUG] -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -object allocation during garbage collection phasec:0001 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -p:---- s:0003 e:000002 l:y b:---- -- Control frame information ----------------------------------------------- -DUMMY [FINISH]c:0001 -p:---- s:0003 -e:000002 -l:y -- Threading information --------------------------------------------------- -[BUG] b:---- Total ractor count: 1 -DUMMY Ruby thread count for this ractor: 5 - [FINISH] - --- C level backtrace information ------------------------------------------- - - -object allocation during garbage collection phase-- Threading information --------------------------------------------------- -Total ractor count: 1 - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c98e34478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8021b7d0 RSI: 0x0000753c98d33f90 - R8: 0x0000753c98d33f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c8021b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -ABRT received in SEGV handler -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler -# terminated with exception (report_on_exception is true): -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753ca1075478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c6641b050 RSI: 0x0000753ca0f74f90 - R8: 0x0000753ca0f74f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c6641b050 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000303830383a74 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ABRT received in SEGV handler --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000000000 RSP: 0x0000753c9621e650 - RAX: 0x0000753cd75dec58 RBX: 0x0000303830383a74 RCX: 0x303830383a74736f - RDX: 0x0000000000008008 RDI: 0x0000753cb2fa7cb0 RSI: 0x0000753cb2fa7cb0 - R8: 0x0000753cd75deba0 R9: 0x0000753cd7669080ruby: YJIT has panicked. More info to follow... - -thread '' (1056) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -stack backtrace: -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c998393d8 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7d81b2d0 RSI: 0x0000753c99738f90 - R8: 0x0000753c99738f90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7d81b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb:6: [BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0004 p:0005 SEGV received in SEGV handler -s:0035 e:000032 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb:6 -c:0003 p:0028 s:0022 e:000021 ABRT received in SEGV handler -l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb:43 -c:0002 p:0020 s:0013 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:11 [FINISH] -c:0001 p:---- s:0003 [BUG] SEGV received in SEGV handler -Segmentation fault at 0x0000000000030009ABRT received in SEGV handler - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- /app/app.rb:13: s:0003 e:000002 [BUG] l:y b:---- [BUG] DUMMY [FINISH]Segmentation fault at 0x0000753cb3d925c0 -object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 --- Control frame information ----------------------------------------------- -Crashed while printing bug report -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 ABRT received in SEGV handler -METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d925c0 RBP: 0x0000000000000001 RSP: 0x0000753c9420e478 - RAX: 0x0000753cb3d925c0 RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c8de1b2d0 RSI: 0x0000753c9410df90 - R8: 0x0000753c9410df90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c8de1b2d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (732) crashed. Respawning worker. -ERROR: Child worker (103) crashed. Respawning worker. -ERROR: Child worker (658) crashed. Respawning worker. -ERROR: Child worker (869) crashed. Respawning worker. -ERROR: Child worker (350) crashed. Respawning worker. -ERROR: Child worker (932) crashed. Respawning worker. -ERROR: Child worker (314) crashed. Respawning worker. -ERROR: Child worker (841) crashed. Respawning worker. -ERROR: Child worker (722) crashed. Respawning worker. -ERROR: Child worker (851) crashed. Respawning worker. -ERROR: Child worker (358) crashed. Respawning worker. -ERROR: Child worker (538) crashed. Respawning worker. -ERROR: Child worker (517) crashed. Respawning worker. -ERROR: Child worker (767) crashed. Respawning worker. -ERROR: Child worker (559) crashed. Respawning worker. -ERROR: Child worker (54) crashed. Respawning worker. -undefined method '_hijack' for class 'String' (NameError)[BUG] -object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Child worker (293) crashed. Respawning worker. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -ERROR: Iodine caught an unprotected exception - NameError: undefined method '_hijack' for class 'String' - -ERROR: - -[BUG] Segmentation fault at 0x0000000000000031 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY # terminated with exception (report_on_exception is true): - [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x000000000000025c RSP: 0x0000753c9bc4b690 - RAX: 0x0000753cb393f0d8 RBX: 0x0000000000000031 RCX: 0x000000000000a581 - RDX: 0x0000753cd8968dc0 RDI: 0x0000753cb393f0c0 RSI: 0x000000000000a581 - R8: 0x0000753c9bc4b704 R9: 0x0000753cd8968dc0 R10: 0x0000000000000000 - R11: 0x0000000000000000 R12: 0x000000000000025c R13: 0x0000753cb2f9e340 - R14: 0x0000753d583cc0ab R15: 0x0000753c9bc4b8a0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ruby: YJIT has panicked. More info to follow... - -thread '' (594) panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby: YJIT has panicked. More info to follow... -# terminated with exception (report_on_exception is true): -stack backtrace: -FATAL: memory allocation error ./fio.h:4071 -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d9273e -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d9273e RBP: 0x0000000000000001 RSP: 0x0000753c9be4c478 - RAX: 0x0000753cb3d9273e RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c7721b7d0 RSI: 0x0000753c9bd4bf90 - R8: 0x0000753c9bd4bf90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c7721b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010202 - --- C level backtrace information ------------------------------------------- -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -[FATAL] failed to allocate memory -# terminated with exception (report_on_exception is true): -SEGV received in SEGV handler -ABRT received in SEGV handler -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d925c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb3d925c0 RBP: 0x0000000000000001 RSP: 0x0000753c9621e478 - RAX: 0x0000753cb3d925c0 RBX: 0x0000000000000000 RCX: 0x0000753cd846d128 - RDX: 0x0000000000000000 RDI: 0x0000753c88a1b7d0 RSI: 0x0000753c9611df90 - R8: 0x0000753c9611df90 R9: 0x0000753cb2fa0398 R10: 0x0000753cb2fa07a8 - R11: 0x0000000000000006 R12: 0x0000753c88a1b7d0 R13: 0x0000000000000001 - R14: 0x0000000000000001 R15: 0x0000753cb2fa0398 EFL: 0x0000000000010206 - --- C level backtrace information ------------------------------------------- -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -# terminated with exception (report_on_exception is true): --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000008008 RSP: 0x0000753c96c23790 - RAX: 0x0000753cb2ff6aa8 RBX: 0x2f22f60065707954 RCX: 0x0000753cd7ef9820 - RDX: 0x0000753c91400320 RDI: 0x0000753cbbe14c50 RSI: 0x0000000000000001 - R8: 0x0000000000000001 R9: 0x0000753d583ca900 R10: 0x0000753d583ca892 - R11: 0x0000753d583e811b R12: 0x0000753d583e8060 R13: 0x0000753d583e8148 - R14: 0x00000000000000a0 R15: 0x0000753d583e814b EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -# terminated with exception (report_on_exception is true): -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:73: [BUG] Segmentation fault at 0x00000003000008a0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0006 p:0050 s:0037 e:000034 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:73 -c:0005 p:0066 s:0029 e:000027 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:17 -c:0004 p:0023 s:0023 e:000021 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:54 -c:0003 p:0010 s:0018 e:000017 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50 -c:0002 p:0038 s:0014 e:000012 l:y b:0001 METHOD /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:15:in 'detailed_message' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:50:in 'corrections' -/usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb:54:in 'spell_checker' -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb:17:in 'new' -SEGV received in SEGV handler -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:73:in 'initialize' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd7e74d77 RBP: 0x0000753cb394a038ABRT received in SEGV handler - RSP: 0x0000753c94811838 - RAX: 0x00000003000005d1 RBX: 0x0000753cb394a038 RCX: 0x0000000300000840 - RDX: 0x00000000000002f0 RDI: 0x00000003000005d1 RSI: 0x0000753c920066ef - R8: 0x0000000000000000 R9: 0x0000000000000045 R10: 0x000000000082aaa8 - R11: 0x0000753c8ddff6c0 R12: 0x000000000000006e R13: 0x000000000000005e - R14: 0x000000000000006e R15: 0x0000753c92006500 EFL: 0x0000000000010203 - --- C level backtrace information ------------------------------------------- -/app/app.rb:13: [BUG] Segmentation fault at 0x0000753cb3d925c0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] gc_sweep(): unknown data type 0x0(0x0000753cd7488530) 0x0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Aborted at 0x0000000000000044 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cb2f37d90 RBP: 0x0000753c92e049b0 RSP: 0x0000753c92e04750 - RAX: 0x3c924c0038000000 RBX: 0x0000753d583f2200 RCX: 0x0000000000000023 - RDX: 0x3c924c0038000000 RDI: 0x0000753c924c0065 RSI: 0x0000000000000000 - R8: 0x0000753c92e04724 R9: 0x00000000000001ff R10: 0x0000000000000000 - R11: 0x380075060c058222 R12: 0x0000753c924ca470 R13: 0x0000753cb2f9e340 - R14: 0x0000753c924ca4e8 R15: 0x0000753c92e048a0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -INFO: Server Detected exit signal. -yjit.c:200: Assertion Failed: rb_iseq_get_yjit_payload:IMEMO_TYPE_P(iseq, imemo_iseq) -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Aborted at 0x0000000000000221 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -ERROR: Child worker (333) crashed. Respawning worker. -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -[BUG] gc_sweep(): unknown data type 0x0(0x0000753cb38401d8) 0x0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Aborted at 0x00000000000001da -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -undefined method '_hijack' for class 'String' (NameError) -[BUG] cannot create a new page after GC -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: 1040 is running. -INFO: 1046 is running. -# terminated with exception (report_on_exception is true): -SEGV received in SEGV handler -ABRT received in SEGV handler -INFO: 1059 is running. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -INFO: 1055 is running. -INFO: (1046) detected exit signal. -[BUG] object allocation during garbage collection phase -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -[BUG] Aborted at 0x00000000000000a9 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: (1040) detected exit signal. -/app/app.rb:40: [BUG] cannot create a new page after GC -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -INFO: (1059) detected exit signal. -INFO: (1055) detected exit signal. -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- Machine register context ------------------------------------------------ - RIP: 0x0000753cd82eeea9 RBP: 0x0000000000008008 RSP: 0x0000753c96c236f0 - RAX: 0x0000753cb2ff6aa8 RBX: 0x2f22f60065707954 RCX: 0x0000753c86019200 - RDX: 0x0000000000000000 RDI: 0x0000753cbbe14c50 RSI: 0x0000753cd8724c16 - R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000753d583b48a2 - R11: 0x0000753d583f01db R12: 0x0000000000000000 R13: 0x0000753cb2f32f00 - R14: 0x00000000000000a0 R15: 0x0000753c96c239b0 EFL: 0x0000000000010246 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -ABRT received in SEGV handler -undefined method '_hijack' for class 'Array' (NameError) -ERROR: Iodine caught an unprotected exception - NameError: undefined method '_hijack' for class 'Array' - -ERROR: - -ruby: YJIT has panicked. More info to follow... - -thread '' (219) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 12 -stack backtrace: -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -SEGV received in SEGV handler -ABRT received in SEGV handler -[BUG] Segmentation fault at 0x0000000000000000 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -INFO: (1040) cleanup complete. -INFO: (1046) cleanup complete. -INFO: (1059) cleanup complete. -INFO: (1055) cleanup complete. - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::mov - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:600:30 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 14: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3150:22 - 15: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 16: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 17: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 18: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 19: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 20: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 21: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 22: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 23: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 24: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 25: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:35: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0184 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:35 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:35:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 4 - --- C level backtrace information ------------------------------------------- - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::codegen::gen_outlined_exit - at /usr/src/ruby/yjit/src/codegen.rs:921:9 - 15: yjit::backend::ir::Assembler::get_side_exit - at /usr/src/ruby/yjit/src/backend/ir.rs:1172:33 - 16: yjit::codegen::jit_ensure_block_entry_exit - at /usr/src/ruby/yjit/src/codegen.rs:973:30 - 17: yjit::codegen::JITState::assume_no_singleton_class - at /usr/src/ruby/yjit/src/codegen.rs:379:12 - 18: yjit::codegen::jit_guard_known_klass - at /usr/src/ruby/yjit/src/codegen.rs:4959:20 - 19: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 20: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 21: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 22: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 23: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 24: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 25: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 26: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 27: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 28: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 29: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 30: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 31: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 32: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 33: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:17: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 9: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514: 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 -12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 12;.�k::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 9: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 10: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 0: __rustc::rust_begin_unwind - at 11: yjit::core::gen_branch_stub - at /usr/src/ruby/yjit/src/core.rs:3794:9 -/rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs: 698 12: yjit::core::PendingBranch::set_target - at /usr/src/ruby/yjit/src/core.rs:1532:25 -:5 13: yjit::core::defer_compilation - at /usr/src/ruby/yjit/src/core.rs:3987:27 - - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::movabs - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1080:13 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:595:29 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1459:31 - 14: yjit::codegen::JITState::defer_compilation - at /usr/src/ruby/yjit/src/codegen.rs:202:12 - 15: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9064:20 - 16: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 17: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 18: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 19: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 20: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 21: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 22: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 14: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109: 23: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 24: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 25: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 26: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 27: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 28: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 29: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -23/app/app.rb:15: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash - -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0030 s:0012 e:000010 l:y b:0001 METHOD /app/app.rb:15 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:15:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 15: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 16: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 17: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 18: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 19: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 20: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 21: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 22: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 23: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 24: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 25: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:30: -thread '' (674) panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 1 -stack backtrace: -[BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowederttershash -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 -ABRT received in SEGV handler - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: jit_exec - at /usr/src/ruby/vm.c:567:30 - 22: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 - 23: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 24: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 25: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 26: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435: 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 11: yjit::backend::x86_64::::compile_with_regs - at 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -/usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 - 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166: 9 - 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 27: iodine_protect_ruby_call - at . 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 -/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 28: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 29: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 30: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 13: yjit::codegen:: gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412: 31: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 -41 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175: 32: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 33: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 -49 - 34: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 35: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 19: rb_yjit_compile_iseq - at 36/usr/src/ruby/yjit.c: http1_parse: -412 at :.41/ -vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 37: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 38: http1_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736:3 - 39: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 40: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 41 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: jit_exec - at /usr/src/ruby/vm.c:567:30 - 22: rb_vm_exec - at /usr/src/ruby/vm.c:2797:30 -: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 23: vm_call0_cc - at /usr/src/ruby/vm_eval.c :42101: fio_defer_cycle: -12 - at . / vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c24:: 1352rb_funcallv_scope: -5 at -/usr/src/ruby/vm_eval.c:1065:16 - 25: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 43: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 44: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 45: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 46: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 47: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 48: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 49: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 26: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 24: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 25: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 26: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 27: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 27: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 28: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 29: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 30: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 31: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 32: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 33: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 34: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 35: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 36: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 37: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 38: http1_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736:3 - 28: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 29: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 30: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 31: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 39: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 40: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 41: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 32: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 42: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 43: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 44: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 45: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 46: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 47: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 48: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 49: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0002 p:0000 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:13 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:13:in 'call' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- - 33: rb_thread_call_with_gvl - at /usr/src/ruby/thread.c:2090:10 - 34: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119:8 - 35: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 36: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 37: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 38: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 39: http1_on_data_first_time - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776:3 - 40: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713:3 - 41: fio_defer_perform_single_task_for_queue - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274:3 - 42: fio_defer_perform - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 - 43: fio_defer_cycle - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352:5 - 44: defer_thread_start - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 - 45: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 46: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 47: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 48: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 49: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 50: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:40: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - --- Control frame information ----------------------------------------------- -c:0003 p:0000 s:0016 e:000015 l:y b:0001 METHOD /app/app.rb:40 -c:0002 p:0066 s:0011 e:000010 l:y b:0001 METHOD /app/app.rb:16 [FINISH] -c:0001 p:---- s:0003 e:000002 l:y b:---- DUMMY [FINISH] - --- Ruby level backtrace information ---------------------------------------- -/app/app.rb:16:in 'call' -/app/app.rb:40:in 'render_plain' - --- Threading information --------------------------------------------------- -Total ractor count: 1 -Ruby thread count for this ractor: 5 - --- C level backtrace information ------------------------------------------- -SEGV received in SEGV handler -SEGV received in SEGV handler -ABRT received in SEGV handler -ABRT received in ABRT handler - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::cell::panic_already_borrowed::do_panic::runtime - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:173:21 - 3: core::cell::panic_already_borrowed::do_panic - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/intrinsics/mod.rs:2435:9 - 4: core::cell::panic_already_borrowed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panic.rs:178:9 - 5: core::cell::RefCell::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 - 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 8: yjit::asm::x86_64::write_rm - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:432:12 - 9: yjit::asm::x86_64::write_rm_multi - 10: yjit::asm::x86_64::mov - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1058:13 - 11: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:609:21 - 12: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - 13: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 - 14: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 15: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 16: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 17: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 18: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 19: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 20: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 21: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 22: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 23: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 24: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 25: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb:41: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -ABRT received in SEGV handler -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d9273e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c7b618000-753c7b800000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c7b800000-753c7bc00000 rw-p 00000000 00:00 0 -753c7bd00000-753c7f200000 rw-p 00000000 00:00 0 -753c7f2f8000-753c80bff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c80bff000-753c80c00000 ---p 00000000 00:00 0 -753c80c00000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2b0000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c924c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924c7000-753c924ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754758408000-75475840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 0: __rustc::rust_begin_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 - 1: core::panicking::panic_fmt - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 - 2: core::panicking::assert_failed_inner - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:434:23 - 3: core::panicking::assert_failed - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:394:5 - 4: yjit::codegen::gen_send_general - at /usr/src/ruby/yjit/src/codegen.rs:9078:5 - 5: yjit::codegen::gen_opt_send_without_block - at /usr/src/ruby/yjit/src/codegen.rs:511:23 - 6: yjit::codegen::gen_single_block - at /usr/src/ruby/yjit/src/codegen.rs:1398:22 - 7: yjit::core::gen_block_series_body - at /usr/src/ruby/yjit/src/core.rs:3109:23 - 8: yjit::core::gen_block_series - at /usr/src/ruby/yjit/src/core.rs:3087:18 - 9: yjit::core::branch_stub_hit_body - at /usr/src/ruby/yjit/src/core.rs:3632:17 - 10: yjit::core::branch_stub_hit::{{closure}}::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:36 - 11: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 12: yjit::core::branch_stub_hit::{{closure}} - at /usr/src/ruby/yjit/src/core.rs:3514:13 - 13: std::panicking::catch_unwind::do_call - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590:40 - 14: std::panicking::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553:19 - 15: std::panic::catch_unwind - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359:14 - 16: yjit::cruby::with_vm_lock - at /usr/src/ruby/yjit/src/cruby.rs:693:21 - 17: yjit::core::branch_stub_hit - at /usr/src/ruby/yjit/src/core.rs:3513:9 - 18: -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:13: [BUG] YJIT: panicked at ./yjit/src/codegen.rs:9078:5: -assertion `left == right` failed: objects visible to ruby code should have a T_CLASS in their klass field - left: 2 - right: 12;3?�::borrow_mut - at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/cell.rs:1090:25 - 6: yjit::virtualmem::VirtualMemory::write_byte - at /usr/src/ruby/yjit/src/virtualmem.rs:176:40 -0000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b880000-753c8b8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be10000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf 7: yjit::asm::CodeBlock::write_byte - at /usr/src/ruby/yjit/src/asm/mod.rs:460:51 - 00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000 8: yjit::asm::x86_64::write_rex - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:378:8 - 9: yjit::asm::x86_64::push - at /usr/src/ruby/yjit/src/asm/x86_64/mod.rs:1232:17 --753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c924a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924a8000-753c924e0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924e0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2 10: yjit::backend::x86_64::::x86_emit - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:638:21 -c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 11: yjit::backend::x86_64::::compile_with_regs - at /usr/src/ruby/yjit/src/backend/x86_64/mod.rs:887:30 - [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 12: yjit::backend::ir::Assembler::compile - at /usr/src/ruby/yjit/src/backend/ir.rs:1630:24 -00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753c9bb4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4b000-753c9bb4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4c000-753c9bc4c000 rw-p 00000000 00:00 0 -753c9bc4c000-753c9bd4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4c000-753c9bd4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4d000-753c9be4d000 rw-p 00000000 00:00 0 -753c9be4d000-753c9bf4d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4d000-753c9bf4e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4e000-753c9c04e000 rw-p 00000000 00:00 0 -753c9c04e000-753c9c14e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14e000-753c9c14f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14f000-753c9c24f000 rw-p 00000000 00:00 0 -753c9c24f000-753c9c34f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c34f000-753c9c350000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c350000-753c9c450000 rw-p 00000000 00:00 0 -753c9c450000-753c9c550000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c550000-753c9c551000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c551000-753c9c651000 rw-p 00000000 00:00 0 -753c9c651000-753c9c751000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c751000-753c9c752000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c752000-753c9c852000 rw-p 00000000 00:00 0 -753c9c852000-753c9c952000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c952000-753c9c953000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c953000-753c9ca53000 rw-p 00000000 00:00 0 -753c9ca53000-753c9cb53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb53000-753c9cb54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb54000-753c9cc54000 rw-p 00000000 00:00 0 -753c9cc54000-753c9cd54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd54000-753c9cd55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd55000-753c9ce55000 rw-p 00000000 00:00 0 -753c9ce55000-753c9cf55000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf55000-753c9cf56000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf56000-753c9d056000 rw-p 00000000 00:00 0 -753c9d056000-753c9d156000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d156000-753c9d157000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d157000-753c9d257000 rw-p 00000000 00:00 0 -753c9d257000-753c9d357000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d357000-753c9d358000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d358000-753c9d458000 rw-p 00000000 00:00 0 -753c9d458000-753c9d558000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d558000-753c9d559000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d559000-753c9d659000 rw-p 00000000 00:00 0 -753c9d659000-753c9d759000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d759000-753c9d75a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d75a000-753c9d85a000 rw-p 00000000 00:00 0 -753c9d85a000-753c9d95a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95a000-753c9d95b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95b000-753c9da5b000 rw-p 00000000 00:00 0 -753c9da5b000-753c9db5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5b000-753c9db5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5c000-753c9dc5c000 rw-p 00000000 00:00 0 -753c9dc5c000-753c9dd5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5c000-753c9dd5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5d000-753c9de5d000 rw-p 00000000 00:00 0 -753c9de5d000-753c9df5d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5d000-753c9df5e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5e000-753c9e05e000 rw-p 00000000 00:00 0 -753c9e05e000-753c9e15e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15e000-753c9e15f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15f000-753c9e25f000 rw-p 00000000 00:00 0 -753c9e25f000-753c9e35f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e35f000-753c9e360000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e360000-753c9e460000 rw-p 00000000 00:00 0 -753c9e460000-753c9e560000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e560000-753c9e561000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e561000-753c9e661000 rw-p 00000000 00:00 0 -753c9e661000-753c9e761000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e761000-753c9e762000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e762000-753c9e862000 rw-p 00000000 00:00 0 -753c9e862000-753c9e962000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e962000-753c9e963000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e963000-753c9ea63000 rw-p 00000000 00:00 0 -753c9ea63000-753c9eb63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9eb63000-753c9eb64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9eb64000-753c9ec64000 rw-p 00000000 00:00 0 -753c9ec64000-753c9ed64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ed64000-753c9ed65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ed65000-753c9ee65000 rw-p 00000000 00:00 0 -753c9ee65000-753c9ef65000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ef65000-753c9ef66000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ef66000-753c9f066000 rw-p 00000000 00:00 0 -753c9f066000-753c9f166000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f166000-753c9f167000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f167000-753c9f267000 rw-p 00000000 00:00 0 -753c9f267000-753c9f367000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f367000-753c9f368000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f368000-753c9f468000 rw-p 00000000 00:00 0 -753c9f468000-753c9f568000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f568000-753c9f569000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f569000-753c9f669000 rw-p 00000000 00:00 0 -753c9f669000-753c9f769000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f769000-753c9f76a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f76a000-753c9f86a000 rw-p 00000000 00:00 0 -753c9f86a000-753c9f96a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f96a000-753c9f96b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f96b000-753c9fa6b000 rw-p 00000000 00:00 0 -753c9fa6b000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -7555d8408000-7555d840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 13: yjit::codegen::gen_entry_prologue - at /usr/src/ruby/yjit/src/codegen.rs:1166:9 - 14: yjit::core::gen_entry_point_body - at /usr/src/ruby/yjit/src/core.rs:3235:35 - 15: yjit::core::gen_entry_point - at /usr/src/ruby/yjit/src/core.rs:3225:20 - 16: yjit::yjit::rb_yjit_iseq_gen_entry_point::{{closure}} - at /usr/src/ruby/yjit/src/yjit.rs:175:49 - 17: yjit::stats::with_compile_time - at /usr/src/ruby/yjit/src/stats.rs:1062:15 - 18: rb_yjit_iseq_gen_entry_point - at /usr/src/ruby/yjit/src/yjit.rs:175:26 - 19: rb_yjit_compile_iseq - at /usr/src/ruby/yjit.c:412:41 - 20: yjit_compile - at /usr/src/ruby/vm.c:525:13 - 21: vm_exec_core - at /usr/src/ruby/insns.def:905:5 - 22: vm_exec_loop - at /usr/src/ruby/vm.c:2825:22 - 23: rb_vm_exec - at /usr/src/ruby/vm.c:2801:18 - 24: vm_call0_cc - at /usr/src/ruby/vm_eval.c:101:12 - 25: rb_funcallv_scope - at /usr/src/ruby/vm_eval.c:1065:16 - 26: rb_funcallv - at /usr/src/ruby/vm_eval.c:1080:12 - 27: rb_protect - at /usr/src/ruby/eval.c:1127:19 - 28: iodine_protect_ruby_call - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93:15 - 29: iodine_leaveGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133:12 - 30: iodine_enterGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125:14 - 31: iodine_call2 - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:164:14 - 32: iodine_handle_request_in_GVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674:7 - 33: on_rack_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796:3 - 34: http1_on_request - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554:3 - 35: http1_parse - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/./http1_parser.h:924:14 - 36: http1_consume_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690:9 - 37: http1_on_data_first_time - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776:3 -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d9273e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c6b818000-753c6ba00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c6ba00000-753c6be00000 rw-p 00000000 00:00 0 -753c6be80000-753c6cc00000 rw-p 00000000 00:00 0 -753c6cd00000-753c6d800000 rw-p 00000000 00:00 0 -753c6d980000-753c6f600000 rw-p 00000000 00:00 0 -753c6f6f8000-753c70fff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c70fff000-753c71000000 ---p 00000000 00:00 0 -753c71000000-753c71800000 rw-p 00000000 00:00 0 -753c71800000-753c71c00000 rw-p 00000000 00:00 0 -753c71cff000-753c71d00000 ---p 00000000 00:00 0 -753c71d00000-753c71e00000 rw-p 00000000 00:00 0 -753c71e00000-753c72200000 rw-p 00000000 00:00 0 -753c722ff000-753c72300000 ---p 00000000 00:00 0 -753c72300000-753c72400000 rw-p 00000000 00:00 0 -753c72400000-753c72800000 rw-p 00000000 00:00 0 -753c728ff000-753c72900000 ---p 00000000 00:00 0 -753c72900000-753c72a00000 rw-p 00000000 00:00 0 -753c72a00000-753c72e00000 rw-p 00000000 00:00 0 -753c72eff000-753c72f00000 ---p 00000000 00:00 0 -753c72f00000-753c73000000 rw-p 00000000 00:00 0 -753c73000000-753c73400000 rw-p 00000000 00:00 0 -753c734ff000-753c73500000 ---p 00000000 00:00 0 -753c73500000-753c73600000 rw-p 00000000 00:00 0 -753c73600000-753c73a00000 rw-p 00000000 00:00 0 -753c73aff000-753c73b00000 ---p 00000000 00:00 0 -753c73b00000-753c73c00000 rw-p 00000000 00:00 0 -753c73c00000-753c74000000 rw-p 00000000 00:00 0 -753c740ff000-753c74100000 ---p 00000000 00:00 0 -753c74100000-753c74200000 rw-p 00000000 00:00 0 -753c74200000-753c74600000 rw-p 00000000 00:00 0 -753c746ff000-753c74700000 ---p 00000000 00:00 0 -753c74700000-753c74800000 rw-p 00000000 00:00 0 -753c74800000-753c74c00000 rw-p 00000000 00:00 0 -753c74cff000-753c74d00000 ---p 00000000 00:00 0 -753c74d00000-753c74e00000 rw-p 00000000 00:00 0 -753c74e00000-753c75200000 rw-p 00000000 00:00 0 -753c752ff000-753c75300000 ---p 00000000 00:00 0 -753c75300000-753c75400000 rw-p 00000000 00:00 0 -753c75400000-753c75800000 rw-p 00000000 00:00 0 -753c758ff000-753c75900000 ---p 00000000 00:00 0 -753c75900000-753c75a00000 rw-p 00000000 00:00 0 -753c75a00000-753c75e00000 rw-p 00000000 00:00 0 -753c75eff000-753c75f00000 ---p 00000000 00:00 0 -753c75f00000-753c76000000 rw-p 00000000 00:00 0 -753c76000000-753c76400000 rw-p 00000000 00:00 0 -753c764ff000-753c76500000 ---p 00000000 00:00 0 -753c76500000-753c76600000 rw-p 00000000 00:00 0 -753c76600000-753c76a00000 rw-p 00000000 00:00 0 -753c76aff000-753c76b00000 ---p 00000000 00:00 0 -753c76b00000-753c76c00000 rw-p 00000000 00:00 0 -753c76c00000-753c77000000 rw-p 00000000 00:00 0 -753c770ff000-753c77100000 ---p 00000000 00:00 0 -753c77100000-753c77200000 rw-p 00000000 00:00 0 -753c77200000-753c77600000 rw-p 00000000 00:00 0 -753c776ff000-753c77700000 ---p 00000000 00:00 0 -753c77700000-753c77800000 rw-p 00000000 00:00 0 -753c77800000-753c77c00000 rw-p 00000000 00:00 0 -753c77cff000-753c77d00000 ---p 00000000 00:00 0 -753c77d00000-753c77e00000 rw-p 00000000 00:00 0 -753c77e00000-753c78200000 rw-p 00000000 00:00 0 -753c782ff000-753c78300000 ---p 00000000 00:00 0 -753c78300000-753c78400000 rw-p 00000000 00:00 0 -753c78400000-753c78800000 rw-p 00000000 00:00 0 -753c788ff000-753c78900000 ---p 00000000 00:00 0 -753c78900000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6d0000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 --- p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116038: deferred_on_data - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:00-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac2713k_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:n:t_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 3 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 - [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c960 39: fio_defer_perform_single_task_for_queue - at ./1e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c53c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_th:read_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [an1274on:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 :3 - 40: fio_defer_perform [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 0000000 -0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96 at b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -.753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_t/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1312:10 -hread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 000000 00 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c9 41: fio_defer_cycle - at ./7729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-:p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c0135200-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac:5 -k_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753c9bb4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4b000-753c9bb4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4c000-753c9bc4c000 rw-p 00000000 00:00 0 -753c9bc4c000-753c9bd4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4c000-753c9bd4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4d000-753c9be4d000 rw-p 00000000 00:00 0 -753c9be4d000-753c9bf4d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4d000-753c9bf4e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4e000-753c9c04e000 rw-p 00000000 00:00 0 -753c9c04e000-753c9c14e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14e000-753c9c14f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14f000-753c9c24f000 rw-p 00000000 00:00 0 -753c9c24f000-753c9c34f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c34f000-753c9c350000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c350000-753c9c450000 rw-p 00000000 00:00 0 -753c9c450000-753c9c550000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c550000-753c9c551000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c551000-753c9c651000 rw-p 00000000 00:00 0 -753c9c651000-753c9c751000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c751000-753c9c752000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c752000-753c9c852000 rw-p 00000000 00:00 0 -753c9c852000-753c9c952000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c952000-753c9c953000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c953000-753c9ca53000 rw-p 00000000 00:00 0 -753c9ca53000-753c9cb53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb53000-753c9cb54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb54000-753c9cc54000 rw-p 00000000 00:00 0 -753c9cc54000-753c9cd54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd54000-753c9cd55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd55000-753c9ce55000 rw-p 00000000 00:00 0 -753c9ce55000-753c9cf55000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf55000-753c9cf56000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf56000-753c9d056000 rw-p 00000000 00:00 0 -753c9d056000-753c9d156000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d156000-753c9d157000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d157000-753c9d257000 rw-p 00000000 00:00 0 -753c9d257000-753c9d357000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d357000-753c9d358000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d358000-753c9d458000 rw-p 00000000 00:00 0 -753c9d458000-753c9d558000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d558000-753c9d559000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d559000-753c9d659000 rw-p 00000000 00:00 0 -753c9d659000-753c9d759000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d759000-753c9d75a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d75a000-753c9d85a000 rw-p 00000000 00:00 0 -753c9d85a000-753c9d95a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95a000-753c9d95b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95b000-753c9da5b000 rw-p 00000000 00:00 0 -753c9da5b000-753c9db5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5b000-753c9db5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5c000-753c9dc5c000 rw-p 00000000 00:00 0 -753c9dc5c000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753c 42: defer_thread_start -bcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000 at 000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 . [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_alloc/ate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbcevendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83:3 -8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -755218408000-75521840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - - 43: rb_nogvl - at /usr/src/ruby/thread.c:1628:5 - 44: defer_thread_inGVL - at ./vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93:3 - 45: thread_do_start - at /usr/src/ruby/thread.c:651:19 - 46: thread_start_func_2 - at /usr/src/ruby/thread.c:697:18 - 47: call_thread_start_func_2 - at /usr/src/ruby/thread_pthread.c:2229:5 - 48: co_start - at /usr/src/ruby/thread_pthread_mn.c:476:9 -note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. -/app/app.rb:40: [BUG] YJIT: panicked at ./yjit/src/virtualmem.rs:176:40: -RefCell already borrowed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/app/app.rb:40: [BUG] Aborted at 0x00000000000003f1 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d9273e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c7ed00000-753c80800000 rw-p 00000000 00:00 0 -753c80900000-753c82c00000 rw-p 00000000 00:00 0 -753c82c10000-753c82df8000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c82df8000-753c846ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c846ff000-753c84bff000 rw-p 00000000 00:00 0 -753c84bff000-753c84c00000 ---p 00000000 00:00 0 -753c84c00000-753c85400000 rw-p 00000000 00:00 0 -753c85400000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c924c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924c7000-753c924ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2620000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2630000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -7544d8408000-7544d840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x753cb2f18442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c73180000-753c74a00000 rw-p 00000000 00:00 0 -753c74b80000-753c76800000 rw-p 00000000 00:00 0 -753c768f8000-753c781ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c781ff000-753c78200000 ---p 00000000 00:00 0 -753c78200000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900c0000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754d58408000-754d5840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000249 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d925c0] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c84818000-753c84a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c84a00000-753c84e00000 rw-p 00000000 00:00 0 -753c84f80000-753c86800000 rw-p 00000000 00:00 0 -753c86980000-753c88600000 rw-p 00000000 00:00 0 -753c886f8000-753c89fff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c89fff000-753c8a000000 ---p 00000000 00:00 0 -753c8a000000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6a0000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c924c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924c7000-753c924ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2620000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2630000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754118408000-75411840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c74d00000-753c76200000 rw-p 00000000 00:00 0 -753c76380000-753c78000000 rw-p 00000000 00:00 0 -753c780f8000-753c799ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c799ff000-753c79a00000 ---p 00000000 00:00 0 -753c79a00000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91230000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754c58408000-754c5840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000228 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d9273e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c7de18000-753c7e000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c7e000000-753c7e400000 rw-p 00000000 00:00 0 -753c7e580000-753c7fe00000 rw-p 00000000 00:00 0 -753c7ff80000-753c81c00000 rw-p 00000000 00:00 0 -753c81cf8000-753c835ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c835ff000-753c83600000 ---p 00000000 00:00 0 -753c83600000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6c0000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2618000-753cb2650000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753cb2650000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754558408000-75455840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c82400000-753c85000000 rw-p 00000000 00:00 0 -753c850f8000-753c869ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c869ff000-753c86a00000 ---p 00000000 00:00 0 -753c86a00000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754358408000-75435840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000000e0 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d9273e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c72c18000-753c72e00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c72e00000-753c73400000 rw-p 00000000 00:00 0 -753c73500000-753c74800000 rw-p 00000000 00:00 0 -753c74880000-753c75400000 rw-p 00000000 00:00 0 -753c75480000-753c77400000 rw-p 00000000 00:00 0 -753c774f8000-753c78dff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c78dff000-753c78e00000 ---p 00000000 00:00 0 -753c78e00000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a070000-753c8a0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a610000-753c8a6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8ac10000-753c8acf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b210000-753c8b2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b810000-753c8b8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be10000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2620000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2628000-753cb2660000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753cb2660000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754cd8408000-754cd840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d9273e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c61818000-753c61a00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c61a00000-753c62000000 rw-p 00000000 00:00 0 -753c62100000-753c62a00000 rw-p 00000000 00:00 0 -753c62a80000-753c64000000 rw-p 00000000 00:00 0 -753c64080000-753c66600000 rw-p 00000000 00:00 0 -753c666f8000-753c67fff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c67fff000-753c68000000 ---p 00000000 00:00 0 -753c68000000-753c68800000 rw-p 00000000 00:00 0 -753c68800000-753c68c00000 rw-p 00000000 00:00 0 -753c68cff000-753c68d00000 ---p 00000000 00:00 0 -753c68d00000-753c68e00000 rw-p 00000000 00:00 0 -753c68e00000-753c69200000 rw-p 00000000 00:00 0 -753c692ff000-753c69300000 ---p 00000000 00:00 0 -753c69300000-753c69400000 rw-p 00000000 00:00 0 -753c69400000-753c69800000 rw-p 00000000 00:00 0 -753c698ff000-753c69900000 ---p 00000000 00:00 0 -753c69900000-753c69a00000 rw-p 00000000 00:00 0 -753c69a00000-753c69e00000 rw-p 00000000 00:00 0 -753c69eff000-753c69f00000 ---p 00000000 00:00 0 -753c69f00000-753c6a000000 rw-p 00000000 00:00 0 -753c6a000000-753c6a400000 rw-p 00000000 00:00 0 -753c6a4ff000-753c6a500000 ---p 00000000 00:00 0 -753c6a500000-753c6a600000 rw-p 00000000 00:00 0 -753c6a600000-753c6aa00000 rw-p 00000000 00:00 0 -753c6aaff000-753c6ab00000 ---p 00000000 00:00 0 -753c6ab00000-753c6ac00000 rw-p 00000000 00:00 0 -753c6ac00000-753c6b000000 rw-p 00000000 00:00 0 -753c6b0ff000-753c6b100000 ---p 00000000 00:00 0 -753c6b100000-753c6b200000 rw-p 00000000 00:00 0 -753c6b200000-753c6b600000 rw-p 00000000 00:00 0 -753c6b6ff000-753c6b700000 ---p 00000000 00:00 0 -753c6b700000-753c6b800000 rw-p 00000000 00:00 0 -753c6b800000-753c6bc00000 rw-p 00000000 00:00 0 -753c6bcff000-753c6bd00000 ---p 00000000 00:00 0 -753c6bd00000-753c6be00000 rw-p 00000000 00:00 0 -753c6be00000-753c6c200000 rw-p 00000000 00:00 0 -753c6c2ff000-753c6c300000 ---p 00000000 00:00 0 -753c6c300000-753c6c400000 rw-p 00000000 00:00 0 -753c6c400000-753c6c800000 rw-p 00000000 00:00 0 -753c6c8ff000-753c6c900000 ---p 00000000 00:00 0 -753c6c900000-753c6ca00000 rw-p 00000000 00:00 0 -753c6ca00000-753c6ce00000 rw-p 00000000 00:00 0 -753c6ceff000-753c6cf00000 ---p 00000000 00:00 0 -753c6cf00000-753c6d000000 rw-p 00000000 00:00 0 -753c6d000000-753c6d400000 rw-p 00000000 00:00 0 -753c6d4ff000-753c6d500000 ---p 00000000 00:00 0 -753c6d500000-753c6d600000 rw-p 00000000 00:00 0 -753c6d600000-753c6da00000 rw-p 00000000 00:00 0 -753c6daff000-753c6db00000 ---p 00000000 00:00 0 -753c6db00000-753c6dc00000 rw-p 00000000 00:00 0 -753c6dc00000-753c6e000000 rw-p 00000000 00:00 0 -753c6e0ff000-753c6e100000 ---p 00000000 00:00 0 -753c6e100000-753c6e200000 rw-p 00000000 00:00 0 -753c6e200000-753c6e600000 rw-p 00000000 00:00 0 -753c6e6ff000-753c6e700000 ---p 00000000 00:00 0 -753c6e700000-753c6e800000 rw-p 00000000 00:00 0 -753c6e800000-753c6ec00000 rw-p 00000000 00:00 0 -753c6ecff000-753c6ed00000 ---p 00000000 00:00 0 -753c6ed00000-753c6ee00000 rw-p 00000000 00:00 0 -753c6ee00000-753c6f200000 rw-p 00000000 00:00 0 -753c6f2ff000-753c6f300000 ---p 00000000 00:00 0 -753c6f300000-753c6f400000 rw-p 00000000 00:00 0 -753c6f400000-753c6f800000 rw-p 00000000 00:00 0 -753c6f8ff000-753c6f900000 ---p 00000000 00:00 0 -753c6f900000-753c6fa00000 rw-p 00000000 00:00 0 -753c6fa00000-753c6fe00000 rw-p 00000000 00:00 0 -753c6feff000-753c6ff00000 ---p 00000000 00:00 0 -753c6ff00000-753c70000000 rw-p 00000000 00:00 0 -753c70000000-753c70400000 rw-p 00000000 00:00 0 -753c704ff000-753c70500000 ---p 00000000 00:00 0 -753c70500000-753c70600000 rw-p 00000000 00:00 0 -753c70600000-753c70a00000 rw-p 00000000 00:00 0 -753c70aff000-753c70b00000 ---p 00000000 00:00 0 -753c70b00000-753c70c00000 rw-p 00000000 00:00 0 -753c70c00000-753c71000000 rw-p 00000000 00:00 0 -753c710ff000-753c71100000 ---p 00000000 00:00 0 -753c71100000-753c71200000 rw-p 00000000 00:00 0 -753c71200000-753c71600000 rw-p 00000000 00:00 0 -753c716ff000-753c71700000 ---p 00000000 00:00 0 -753c71700000-753c71800000 rw-p 00000000 00:00 0 -753c71800000-753c71c00000 rw-p 00000000 00:00 0 -753c71cff000-753c71d00000 ---p 00000000 00:00 0 -753c71d00000-753c71e00000 rw-p 00000000 00:00 0 -753c71e00000-753c72200000 rw-p 00000000 00:00 0 -753c722ff000-753c72300000 ---p 00000000 00:00 0 -753c72300000-753c72400000 rw-p 00000000 00:00 0 -753c72400000-753c72800000 rw-p 00000000 00:00 0 -753c728ff000-753c72900000 ---p 00000000 00:00 0 -753c72900000-753c72a00000 rw-p 00000000 00:00 0 -753c72a00000-753c72e00000 rw-p 00000000 00:00 0 -753c72eff000-753c72f00000 ---p 00000000 00:00 0 -753c72f00000-753c73000000 rw-p 00000000 00:00 0 -753c73000000-753c73400000 rw-p 00000000 00:00 0 -753c734ff000-753c73500000 ---p 00000000 00:00 0 -753c73500000-753c73600000 rw-p 00000000 00:00 0 -753c73600000-753c73a00000 rw-p 00000000 00:00 0 -753c73aff000-753c73b00000 ---p 00000000 00:00 0 -753c73b00000-753c73c00000 rw-p 00000000 00:00 0 -753c73c00000-753c74000000 rw-p 00000000 00:00 0 -753c740ff000-753c74100000 ---p 00000000 00:00 0 -753c74100000-753c74200000 rw-p 00000000 00:00 0 -753c74200000-753c74600000 rw-p 00000000 00:00 0 -753c746ff000-753c74700000 ---p 00000000 00:00 0 -753c74700000-753c74800000 rw-p 00000000 00:00 0 -753c74800000-753c74c00000 rw-p 00000000 00:00 0 -753c74cff000-753c74d00000 ---p 00000000 00:00 0 -753c74d00000-753c74e00000 rw-p 00000000 00:00 0 -753c74e00000-753c75200000 rw-p 00000000 00:00 0 -753c752ff000-753c75300000 ---p 00000000 00:00 0 -753c75300000-753c75400000 rw-p 00000000 00:00 0 -753c75400000-753c75800000 rw-p 00000000 00:00 0 -753c758ff000-753c75900000 ---p 00000000 00:00 0 -753c75900000-753c75a00000 rw-p 00000000 00:00 0 -753c75a00000-753c75e00000 rw-p 00000000 00:00 0 -753c75eff000-753c75f00000 ---p 00000000 00:00 0 -753c75f00000-753c76000000 rw-p 00000000 00:00 0 -753c76000000-753c76400000 rw-p 00000000 00:00 0 -753c764ff000-753c76500000 ---p 00000000 00:00 0 -753c76500000-753c76600000 rw-p 00000000 00:00 0 -753c76600000-753c76a00000 rw-p 00000000 00:00 0 -753c76aff000-753c76b00000 ---p 00000000 00:00 0 -753c76b00000-753c76c00000 rw-p 00000000 00:00 0 -753c76c00000-753c77000000 rw-p 00000000 00:00 0 -753c770ff000-753c77100000 ---p 00000000 00:00 0 -753c77100000-753c77200000 rw-p 00000000 00:00 0 -753c77200000-753c77600000 rw-p 00000000 00:00 0 -753c776ff000-753c77700000 ---p 00000000 00:00 0 -753c77700000-753c77800000 rw-p 00000000 00:00 0 -753c77800000-753c77c00000 rw-p 00000000 00:00 0 -753c77cff000-753c77d00000 ---p 00000000 00:00 0 -753c77d00000-753c77e00000 rw-p 00000000 00:00 0 -753c77e00000-753c78200000 rw-p 00000000 00:00 0 -753c782ff000-753c78300000 ---p 00000000 00:00 0 -753c78300000-753c78400000 rw-p 00000000 00:00 0 -753c78400000-753c78800000 rw-p 00000000 00:00 0 -753c788ff000-753c78900000 ---p 00000000 00:00 0 -753c78900000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a640000-753c8a6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8ac10000-753c8acf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b210000-753c8b2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b810000-753c8b8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be10000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c924c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924c7000-753c924ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753c9bb4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4b000-753c9bb4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4c000-753c9bc4c000 rw-p 00000000 00:00 0 -753c9bc4c000-753c9bd4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4c000-753c9bd4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4d000-753c9be4d000 rw-p 00000000 00:00 0 -753c9be4d000-753c9bf4d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4d000-753c9bf4e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4e000-753c9c04e000 rw-p 00000000 00:00 0 -753c9c04e000-753c9c14e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14e000-753c9c14f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14f000-753c9c24f000 rw-p 00000000 00:00 0 -753c9c24f000-753c9c34f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c34f000-753c9c350000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c350000-753c9c450000 rw-p 00000000 00:00 0 -753c9c450000-753c9c550000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c550000-753c9c551000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c551000-753c9c651000 rw-p 00000000 00:00 0 -753c9c651000-753c9c751000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c751000-753c9c752000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c752000-753c9c852000 rw-p 00000000 00:00 0 -753c9c852000-753c9c952000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c952000-753c9c953000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c953000-753c9ca53000 rw-p 00000000 00:00 0 -753c9ca53000-753c9cb53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb53000-753c9cb54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb54000-753c9cc54000 rw-p 00000000 00:00 0 -753c9cc54000-753c9cd54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd54000-753c9cd55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd55000-753c9ce55000 rw-p 00000000 00:00 0 -753c9ce55000-753c9cf55000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf55000-753c9cf56000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf56000-753c9d056000 rw-p 00000000 00:00 0 -753c9d056000-753c9d156000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d156000-753c9d157000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d157000-753c9d257000 rw-p 00000000 00:00 0 -753c9d257000-753c9d357000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d357000-753c9d358000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d358000-753c9d458000 rw-p 00000000 00:00 0 -753c9d458000-753c9d558000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d558000-753c9d559000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d559000-753c9d659000 rw-p 00000000 00:00 0 -753c9d659000-753c9d759000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d759000-753c9d75a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d75a000-753c9d85a000 rw-p 00000000 00:00 0 -753c9d85a000-753c9d95a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95a000-753c9d95b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95b000-753c9da5b000 rw-p 00000000 00:00 0 -753c9da5b000-753c9db5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5b000-753c9db5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5c000-753c9dc5c000 rw-p 00000000 00:00 0 -753c9dc5c000-753c9dd5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5c000-753c9dd5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5d000-753c9de5d000 rw-p 00000000 00:00 0 -753c9de5d000-753c9df5d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5d000-753c9df5e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5e000-753c9e05e000 rw-p 00000000 00:00 0 -753c9e05e000-753c9e15e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15e000-753c9e15f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15f000-753c9e25f000 rw-p 00000000 00:00 0 -753c9e25f000-753c9e35f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e35f000-753c9e360000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e360000-753c9e460000 rw-p 00000000 00:00 0 -753c9e460000-753c9e560000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e560000-753c9e561000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e561000-753c9e661000 rw-p 00000000 00:00 0 -753c9e661000-753c9e761000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e761000-753c9e762000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e762000-753c9e862000 rw-p 00000000 00:00 0 -753c9e862000-753c9e962000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e962000-753c9e963000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e963000-753c9ea63000 rw-p 00000000 00:00 0 -753c9ea63000-753c9eb63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9eb63000-753c9eb64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9eb64000-753c9ec64000 rw-p 00000000 00:00 0 -753c9ec64000-753c9ed64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ed64000-753c9ed65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ed65000-753c9ee65000 rw-p 00000000 00:00 0 -753c9ee65000-753c9ef65000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ef65000-753c9ef66000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ef66000-753c9f066000 rw-p 00000000 00:00 0 -753c9f066000-753c9f166000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f166000-753c9f167000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f167000-753c9f267000 rw-p 00000000 00:00 0 -753c9f267000-753c9f367000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f367000-753c9f368000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f368000-753c9f468000 rw-p 00000000 00:00 0 -753c9f468000-753c9f568000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f568000-753c9f569000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f569000-753c9f669000 rw-p 00000000 00:00 0 -753c9f669000-753c9f769000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f769000-753c9f76a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f76a000-753c9f86a000 rw-p 00000000 00:00 0 -753c9f86a000-753c9f96a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f96a000-753c9f96b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f96b000-753c9fa6b000 rw-p 00000000 00:00 0 -753c9fa6b000-753c9fb6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9fb6b000-753c9fb6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9fb6c000-753c9fc6c000 rw-p 00000000 00:00 0 -753c9fc6c000-753c9fd6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9fd6c000-753c9fd6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9fd6d000-753c9fe6d000 rw-p 00000000 00:00 0 -753c9fe6d000-753c9ff6d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ff6d000-753c9ff6e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ff6e000-753ca006e000 rw-p 00000000 00:00 0 -753ca006e000-753ca016e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca016e000-753ca016f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca016f000-753ca026f000 rw-p 00000000 00:00 0 -753ca026f000-753ca036f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca036f000-753ca0370000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0370000-753ca0470000 rw-p 00000000 00:00 0 -753ca0470000-753ca0570000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0570000-753ca0571000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0571000-753ca0671000 rw-p 00000000 00:00 0 -753ca0671000-753ca0771000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0771000-753ca0772000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0772000-753ca0872000 rw-p 00000000 00:00 0 -753ca0872000-753ca0972000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0972000-753ca0973000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0973000-753ca0a73000 rw-p 00000000 00:00 0 -753ca0a73000-753ca0b73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0b73000-753ca0b74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0b74000-753ca0c74000 rw-p 00000000 00:00 0 -753ca0c74000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -755858408000-75585840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(str_alloc_embed+0x2c) [0x753cd83cc1ec] /usr/src/ruby/string.c:1021 -/usr/local/lib/libruby.so.4.0(str_enc_new) /usr/src/ruby/string.c:1071 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x40) [0x753cb2f375b8] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:332 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c8a7f0000-753c8a9f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a9f0000-753c8ad70000 rw-p 00000000 00:00 0 -753c8ad70000-753c8aff0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8aff0000-753c8b2f0000 rw-p 00000000 00:00 0 -753c8b2f0000-753c8b500000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b500000-753c8e600000 rw-p 00000000 00:00 0 -753c8e610000-753c8e6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e6f8000-753c8ffff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c8ffff000-753c90000000 ---p 00000000 00:00 0 -753c90000000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -753d58408000-753d5840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000001a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d9273e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c76518000-753c76700000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c76700000-753c77400000 rw-p 00000000 00:00 0 -753c77500000-753c77e00000 rw-p 00000000 00:00 0 -753c77e80000-753c78c00000 rw-p 00000000 00:00 0 -753c78d00000-753c79800000 rw-p 00000000 00:00 0 -753c79980000-753c7b600000 rw-p 00000000 00:00 0 -753c7b6f8000-753c7cfff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c7cfff000-753c7d000000 ---p 00000000 00:00 0 -753c7d000000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c88260000-753c882f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c88810000-753c888f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88e10000-753c88ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c89410000-753c894f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89a10000-753c89af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a010000-753c8a0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a610000-753c8a6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8ac10000-753c8acf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b210000-753c8b2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b810000-753c8b8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be10000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754a18408000-754a1840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c812a4000-753c819a4000 rw-p 00000000 00:00 0 -753c81c00000-753c82200000 rw-p 00000000 00:00 0 -753c82300000-753c83600000 rw-p 00000000 00:00 0 -753c83680000-753c84200000 rw-p 00000000 00:00 0 -753c84280000-753c86200000 rw-p 00000000 00:00 0 -753c862f8000-753c87bff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c87bff000-753c87c00000 ---p 00000000 00:00 0 -753c87c00000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894a0000-753c894f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89a10000-753c89af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a010000-753c8a0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a610000-753c8a6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8ac10000-753c8acf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b210000-753c8b2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b810000-753c8b8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be10000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754298408000-75429840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000000c4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c76e00000-753c77a00000 rw-p 00000000 00:00 0 -753c77e00000-753c7aa00000 rw-p 00000000 00:00 0 -753c7aaf8000-753c7c3ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c7c3ff000-753c7c400000 ---p 00000000 00:00 0 -753c7c400000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 000000/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -00 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff0/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -00-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 0/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -0000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 r/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bunw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 0000000dle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -0 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bu753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e20000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_bodyndle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:hea/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -p_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c9250/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ru0000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 by/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 - [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/io [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 --dine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bun000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stadle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -ck_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 - [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 /usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 r/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 0000000/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 -0 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 - [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 -- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 - ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_st* Ruby Box: disabled -ack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so -:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 6 ruby2_keywords.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 7 set.rb -rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb -25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 000000 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb -00 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_ 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb -thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [ 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb -anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb -000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb -97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk 31 /usr/local/lib/ruby/4.0.0/rubygems.rb -] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb -_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 0000 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb -0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb -c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb -0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 r 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb -w-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d3 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb -5000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb -:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb ----p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c999 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb -3a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_s 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -tack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Rub 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -y:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753cb2600000 ---p 00000000 00:0 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb -0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_6 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb -4-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb -.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bd 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb -c000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 255 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb -72864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r- 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb --p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-g 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb -nu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ru 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb -by/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb --linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socke 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb -t.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2f 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb -f0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb -:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_rese 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb -rve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fib 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -er_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb -_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c0 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb -00 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fib 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb -er_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb -f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c0 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -00 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fib 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb -er_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb -_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c0 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb -00 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fib 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb -er_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb -12000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb -_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c0 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb -00 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 0000000 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb -0 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon: 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb -Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb -161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 * Process memory map: - - /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -7535815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c6e700000-753c6f000000 rw-p 00000000 00:00 0 -753c6f100000-753c72600000 rw-p 00000000 00:00 0 -753c726f8000-753c73fff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c73fff000-753c74000000 ---p 00000000 00:00 0 -753c74000000-753c74800000 rw-p 00000000 00:00 0 -753c74800000-753c74c00000 rw-p 00000000 00:00 0 -753c74cff000-753c74d00000 ---p 00000000 00:00 0 -753c74d00000-753c74e00000 rw-p 00000000 00:00 0 -753c74e00000-753c75200000 rw-p 00000000 00:00 0 -753c752ff000-753c75300000 ---p 00000000 00:00 0 -753c75300000-cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.753c75400000 rw-p 00000000 00:00 0 -753c75400000-753c75800000 rw-p 00000000 00:00 0 -753c758ff000-753c75900000 ---p 00000000 00:00 0 -753c75900000-753c75a00000 rw-p 00000000 00:00 0 -753c75a00000-753c75e00000 rw-p 00000000 00:00 0 -753c75eff000-753c75f00000 ---p 00000000 00:00 0 -753c75f00000-753c76000000 rw-p 00000000 00:00 0 -753c76000000-753c76400000 rw-p 00000000 00:00 0 -753c764ff000-753c76500000 ---p 00000000 00:00 0 -753c76500000-753c76600000 rw-p 00000000 00:00 0 -753c76600000-753c76a00000 rw-p 00000000 00:00 0 -753c76aff000-753c76b00000 ---p 00000000 00:00 0 -753c76b00000-753c76c00000 rw-p 00000000 00:00 0 -753c76c00000-753c77000000 rw-p 00000000 00:00 0 -753c770ff000-753c77100000 ---p 00000000 00:00 0 -753c77100000-753c77200000 rw-p 00000000 00:00 0 -753c77200000-753c77600000 rw-p 00000000 00:00 0 -753c776ff000-753c77700000 ---p 00000000 00:00 0 -753c77700000-753c77800000 rw-p 00000000 00:00 0 -753c77800000-753c77c00000 rw-p 00000000 00:00 0 -753c77cff000-753c77d00000 ---p 00000000 00:00 0 -753c77d01 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/l0000-753c77e00000 rw-p 00000000 00:00 0 -753c77e00000-753c78200000 rw-p 00000000 00:00 0 -753c782ff000-753c78300000 ---p 00000000 00:00 0 -753c78300000-753c78400000 rw-p 00000000 00:00 0 -753c78400000-753c78800000 rw-p 00000000 00:00 0 -753c788ff000-753c78900000 ---p 00000000 00:00 0 -753c78900000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753ibjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-7 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -7553c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be000003cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 08ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754a98408000-754a9840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00 - -:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 000000[BUG] Aborted at 0x00000000000001e3 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -00 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753c9bb4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4b000-753c9bb4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4c000-753c9bc4c000 rw-p 00000000 00:00 0 -753c9bc4c000-753c9bd4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4c000-753c9bd4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4d000-753c9be4d000 rw-p 00000000 00:00 0 -753c9be4d000-753c9bf4d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4d000-753c9bf4e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4e000-753c9c04e000 rw-p 00000000 00:00 0 -753c9c04e000-753c9c14e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14e000-753c9c14f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14f000-753c9c24f000 rw-p 00000000 00:00 0 -753c9c24f000-753c9c34f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c34f000-753c9c350000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c350000-753c9c450000 rw-p 00000000 00:00 0 -753c9c450000-753c9c550000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c550000-753c9c551000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c551000-753c9c651000 rw-p 00000000 00:00 0 -753c9c651000-753c9c751000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c751000-753c9c752000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c752000-753c9c852000 rw-p 00000000 00:00 0 -753c9c852000-753c9c952000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c952000-753c9c953000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c953000-753c9ca53000 rw-p 00000000 00:00 0 -753c9ca53000-753c9cb53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb53000-753c9cb54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb54000-753c9cc54000 rw-p 00000000 00:00 0 -753c9cc54000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -755018408000-75501840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000002ae -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d9273e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c74f18000-753c75100000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c75100000-753c75a00000 rw-p 00000000 00:00 0 -753c75a80000-753c76800000 rw-p 00000000 00:00 0 -753c76900000-753c77400000 rw-p 00000000 00:00 0 -753c77580000-753c79200000 rw-p 00000000 00:00 0 -753c792f8000-753c7abff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c7abff000-753c7ac00000 ---p 00000000 00:00 0 -753c7ac00000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be90000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c924c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924c7000-753c924ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754b98408000-754b9840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d9273e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c5fe18000-753c60000000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c60000000-753c60600000 rw-p 00000000 00:00 0 -753c60700000-753c61000000 rw-p 00000000 00:00 0 -753c61080000-753c61e00000 rw-p 00000000 00:00 0 -753c61f00000-753c62a00000 rw-p 00000000 00:00 0 -753c62b80000-753c64800000 rw-p 00000000 00:00 0 -753c648f8000-753c661ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c661ff000-753c66200000 ---p 00000000 00:00 0 -753c66200000-753c66a00000 rw-p 00000000 00:00 0 -753c66a00000-753c66e00000 rw-p 00000000 00:00 0 -753c66eff000-753c66f00000 ---p 00000000 00:00 0 -753c66f00000-753c67000000 rw-p 00000000 00:00 0 -753c67000000-753c67400000 rw-p 00000000 00:00 0 -753c674ff000-753c67500000 ---p 00000000 00:00 0 -753c67500000-753c67600000 rw-p 00000000 00:00 0 -753c67600000-753c68000000 rw-p 00000000 00:00 0 -753c680ff000-753c68100000 ---p 00000000 00:00 0 -753c68100000-753c68200000 rw-p 00000000 00:00 0 -753c68200000-753c68600000 rw-p 00000000 00:00 0 -753c686ff000-753c68700000 ---p 00000000 00:00 0 -753c68700000-753c68800000 rw-p 00000000 00:00 0 -753c68800000-753c68c00000 rw-p 00000000 00:00 0 -753c68cff000-753c68d00000 ---p 00000000 00:00 0 -753c68d00000-753c68e00000 rw-p 00000000 00:00 0 -753c68e00000-753c69200000 rw-p 00000000 00:00 0 -753c692ff000-753c69300000 ---p 00000000 00:00 0 -753c69300000-753c69400000 rw-p 00000000 00:00 0 -753c69400000-753c69800000 rw-p 00000000 00:00 0 -753c698ff000-753c69900000 ---p 00000000 00:00 0 -753c69900000-753c69a00000 rw-p 00000000 00:00 0 -753c69a00000-753c69e00000 rw-p 00000000 00:00 0 -753c69eff000-753c69f00000 ---p 00000000 00:00 0 -753c69f00000-753c6a000000 rw-p 00000000 00:00 0 -753c6a000000-753c6a400000 rw-p 00000000 00:00 0 -753c6a4ff000-753c6a500000 ---p 00000000 00:00 0 -753c6a500000-753c6a600000 rw-p 00000000 00:00 0 -753c6a600000-753c6aa00000 rw-p 00000000 00:00 0 -753c6aaff000-753c6ab00000 ---p 00000000 00:00 0 -753c6ab00000-753c6ac00000 rw-p 00000000 00:00 0 -753c6ac00000-753c6b000000 rw-p 00000000 00:00 0 -753c6b0ff000-753c6b100000 ---p 00000000 00:00 0 -753c6b100000-753c6b200000 rw-p 00000000 00:00 0 -753c6b200000-753c6b600000 rw-p 00000000 00:00 0 -753c6b6ff000-753c6b700000 ---p 00000000 00:00 0 -753c6b700000-753c6b800000 rw-p 00000000 00:00 0 -753c6b800000-753c6bc00000 rw-p 00000000 00:00 0 -753c6bcff000-753c6bd00000 ---p 00000000 00:00 0 -753c6bd00000-753c6be00000 rw-p 00000000 00:00 0 -753c6be00000-753c6c200000 rw-p 00000000 00:00 0 -753c6c2ff000-753c6c300000 ---p 00000000 00:00 0 -753c6c300000-753c6c400000 rw-p 00000000 00:00 0 -753c6c400000-753c6c800000 rw-p 00000000 00:00 0 -753c6c8ff000-753c6c900000 ---p 00000000 00:00 0 -753c6c900000-753c6ca00000 rw-p 00000000 00:00 0 -753c6ca00000-753c6ce00000 rw-p 00000000 00:00 0 -753c6ceff000-753c6cf00000 ---p 00000000 00:00 0 -753c6cf00000-753c6d000000 rw-p 00000000 00:00 0 -753c6d000000-753c6d400000 rw-p 00000000 00:00 0 -753c6d4ff000-753c6d500000 ---p 00000000 00:00 0 -753c6d500000-753c6d600000 rw-p 00000000 00:00 0 -753c6d600000-753c6da00000 rw-p 00000000 00:00 0 -753c6daff000-753c6db00000 ---p 00000000 00:00 0 -753c6db00000-753c6dc00000 rw-p 00000000 00:00 0 -753c6dc00000-753c6e000000 rw-p 00000000 00:00 0 -753c6e0ff000-753c6e100000 ---p 00000000 00:00 0 -753c6e100000-753c6e200000 rw-p 00000000 00:00 0 -753c6e200000-753c6e600000 rw-p 00000000 00:00 0 -753c6e6ff000-753c6e700000 ---p 00000000 00:00 0 -753c6e700000-753c6e800000 rw-p 00000000 00:00 0 -753c6e800000-753c6ec00000 rw-p 00000000 00:00 0 -753c6ecff000-753c6ed00000 ---p 00000000 00:00 0 -753c6ed00000-753c6ee00000 rw-p 00000000 00:00 0 -753c6ee00000-753c6f200000 rw-p 00000000 00:00 0 -753c6f2ff000-753c6f300000 ---p 00000000 00:00 0 -753c6f300000-753c6f400000 rw-p 00000000 00:00 0 -753c6f400000-753c6f800000 rw-p 00000000 00:00 0 -753c6f8ff000-753c6f900000 ---p 00000000 00:00 0 -753c6f900000-753c6fa00000 rw-p 00000000 00:00 0 -753c6fa00000-753c6fe00000 rw-p 00000000 00:00 0 -753c6feff000-753c6ff00000 ---p 00000000 00:00 0 -753c6ff00000-753c70000000 rw-p 00000000 00:00 0 -753c70000000-753c70400000 rw-p 00000000 00:00 0 -753c704ff000-753c70500000 ---p 00000000 00:00 0 -753c70500000-753c70600000 rw-p 00000000 00:00 0 -753c70600000-753c70a00000 rw-p 00000000 00:00 0 -753c70aff000-753c70b00000 ---p 00000000 00:00 0 -753c70b00000-753c70c00000 rw-p 00000000 00:00 0 -753c70c00000-753c71000000 rw-p 00000000 00:00 0 -753c710ff000-753c71100000 ---p 00000000 00:00 0 -753c71100000-753c71200000 rw-p 00000000 00:00 0 -753c71200000-753c71600000 rw-p 00000000 00:00 0 -753c716ff000-753c71700000 ---p 00000000 00:00 0 -753c71700000-753c71800000 rw-p 00000000 00:00 0 -753c71800000-753c71c00000 rw-p 00000000 00:00 0 -753c71cff000-753c71d00000 ---p 00000000 00:00 0 -753c71d00000-753c71e00000 rw-p 00000000 00:00 0 -753c71e00000-753c72200000 rw-p 00000000 00:00 0 -753c722ff000-753c72300000 ---p 00000000 00:00 0 -753c72300000-753c72400000 rw-p 00000000 00:00 0 -753c72400000-753c72800000 rw-p 00000000 00:00 0 -753c728ff000-753c72900000 ---p 00000000 00:00 0 -753c72900000-753c72a00000 rw-p 00000000 00:00 0 -753c72a00000-753c72e00000 rw-p 00000000 00:00 0 -753c72eff000-753c72f00000 ---p 00000000 00:00 0 -753c72f00000-753c73000000 rw-p 00000000 00:00 0 -753c73000000-753c73400000 rw-p 00000000 00:00 0 -753c734ff000-753c73500000 ---p 00000000 00:00 0 -753c73500000-753c73600000 rw-p 00000000 00:00 0 -753c73600000-753c73a00000 rw-p 00000000 00:00 0 -753c73aff000-753c73b00000 ---p 00000000 00:00 0 -753c73b00000-753c73c00000 rw-p 00000000 00:00 0 -753c73c00000-753c74000000 rw-p 00000000 00:00 0 -753c740ff000-753c74100000 ---p 00000000 00:00 0 -753c74100000-753c74200000 rw-p 00000000 00:00 0 -753c74200000-753c74600000 rw-p 00000000 00:00 0 -753c746ff000-753c74700000 ---p 00000000 00:00 0 -753c74700000-753c74800000 rw-p 00000000 00:00 0 -753c74800000-753c74c00000 rw-p 00000000 00:00 0 -753c74cff000-753c74d00000 ---p 00000000 00:00 0 -753c74d00000-753c74e00000 rw-p 00000000 00:00 0 -753c74e00000-753c75200000 rw-p 00000000 00:00 0 -753c752ff000-753c75300000 ---p 00000000 00:00 0 -753c75300000-753c75400000 rw-p 00000000 00:00 0 -753c75400000-753c75800000 rw-p 00000000 00:00 0 -753c758ff000-753c75900000 ---p 00000000 00:00 0 -753c75900000-753c75a00000 rw-p 00000000 00:00 0 -753c75a00000-753c75e00000 rw-p 00000000 00:00 0 -753c75eff000-753c75f00000 ---p 00000000 00:00 0 -753c75f00000-753c76000000 rw-p 00000000 00:00 0 -753c76000000-753c76400000 rw-p 00000000 00:00 0 -753c764ff000-753c76500000 ---p 00000000 00:00 0 -753c76500000-753c76600000 rw-p 00000000 00:00 0 -753c76600000-753c76a00000 rw-p 00000000 00:00 0 -753c76aff000-753c76b00000 ---p 00000000 00:00 0 -753c76b00000-753c76c00000 rw-p 00000000 00:00 0 -753c76c00000-753c77000000 rw-p 00000000 00:00 0 -753c770ff000-753c77100000 ---p 00000000 00:00 0 -753c77100000-753c77200000 rw-p 00000000 00:00 0 -753c77200000-753c77600000 rw-p 00000000 00:00 0 -753c776ff000-753c77700000 ---p 00000000 00:00 0 -753c77700000-753c77800000 rw-p 00000000 00:00 0 -753c77800000-753c77c00000 rw-p 00000000 00:00 0 -753c77cff000-753c77d00000 ---p 00000000 00:00 0 -753c77d00000-753c77e00000 rw-p 00000000 00:00 0 -753c77e00000-753c78200000 rw-p 00000000 00:00 0 -753c782ff000-753c78300000 ---p 00000000 00:00 0 -753c78300000-753c78400000 rw-p 00000000 00:00 0 -753c78400000-753c78800000 rw-p 00000000 00:00 0 -753c788ff000-753c78900000 ---p 00000000 00:00 0 -753c78900000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a630000-753c8a6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8ac10000-753c8acf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b210000-753c8b2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b810000-753c8b8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be10000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753c9bb4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4b000-753c9bb4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4c000-753c9bc4c000 rw-p 00000000 00:00 0 -753c9bc4c000-753c9bd4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4c000-753c9bd4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4d000-753c9be4d000 rw-p 00000000 00:00 0 -753c9be4d000-753c9bf4d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4d000-753c9bf4e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4e000-753c9c04e000 rw-p 00000000 00:00 0 -753c9c04e000-753c9c14e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14e000-753c9c14f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14f000-753c9c24f000 rw-p 00000000 00:00 0 -753c9c24f000-753c9c34f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c34f000-753c9c350000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c350000-753c9c450000 rw-p 00000000 00:00 0 -753c9c450000-753c9c550000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c550000-753c9c551000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c551000-753c9c651000 rw-p 00000000 00:00 0 -753c9c651000-753c9c751000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c751000-753c9c752000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c752000-753c9c852000 rw-p 00000000 00:00 0 -753c9c852000-753c9c952000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c952000-753c9c953000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c953000-753c9ca53000 rw-p 00000000 00:00 0 -753c9ca53000-753c9cb53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb53000-753c9cb54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb54000-753c9cc54000 rw-p 00000000 00:00 0 -753c9cc54000-753c9cd54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd54000-753c9cd55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd55000-753c9ce55000 rw-p 00000000 00:00 0 -753c9ce55000-753c9cf55000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf55000-753c9cf56000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf56000-753c9d056000 rw-p 00000000 00:00 0 -753c9d056000-753c9d156000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d156000-753c9d157000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d157000-753c9d257000 rw-p 00000000 00:00 0 -753c9d257000-753c9d357000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d357000-753c9d358000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d358000-753c9d458000 rw-p 00000000 00:00 0 -753c9d458000-753c9d558000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d558000-753c9d559000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d559000-753c9d659000 rw-p 00000000 00:00 0 -753c9d659000-753c9d759000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d759000-753c9d75a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d75a000-753c9d85a000 rw-p 00000000 00:00 0 -753c9d85a000-753c9d95a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95a000-753c9d95b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95b000-753c9da5b000 rw-p 00000000 00:00 0 -753c9da5b000-753c9db5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5b000-753c9db5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5c000-753c9dc5c000 rw-p 00000000 00:00 0 -753c9dc5c000-753c9dd5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5c000-753c9dd5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5d000-753c9de5d000 rw-p 00000000 00:00 0 -753c9de5d000-753c9df5d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5d000-753c9df5e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5e000-753c9e05e000 rw-p 00000000 00:00 0 -753c9e05e000-753c9e15e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15e000-753c9e15f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15f000-753c9e25f000 rw-p 00000000 00:00 0 -753c9e25f000-753c9e35f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e35f000-753c9e360000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e360000-753c9e460000 rw-p 00000000 00:00 0 -753c9e460000-753c9e560000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e560000-753c9e561000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e561000-753c9e661000 rw-p 00000000 00:00 0 -753c9e661000-753c9e761000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e761000-753c9e762000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e762000-753c9e862000 rw-p 00000000 00:00 0 -753c9e862000-753c9e962000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e962000-753c9e963000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e963000-753c9ea63000 rw-p 00000000 00:00 0 -753c9ea63000-753c9eb63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9eb63000-753c9eb64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9eb64000-753c9ec64000 rw-p 00000000 00:00 0 -753c9ec64000-753c9ed64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ed64000-753c9ed65000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ed65000-753c9ee65000 rw-p 00000000 00:00 0 -753c9ee65000-753c9ef65000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ef65000-753c9ef66000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ef66000-753c9f066000 rw-p 00000000 00:00 0 -753c9f066000-753c9f166000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f166000-753c9f167000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f167000-753c9f267000 rw-p 00000000 00:00 0 -753c9f267000-753c9f367000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f367000-753c9f368000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f368000-753c9f468000 rw-p 00000000 00:00 0 -753c9f468000-753c9f568000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f568000-753c9f569000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f569000-753c9f669000 rw-p 00000000 00:00 0 -753c9f669000-753c9f769000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f769000-753c9f76a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f76a000-753c9f86a000 rw-p 00000000 00:00 0 -753c9f86a000-753c9f96a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f96a000-753c9f96b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f96b000-753c9fa6b000 rw-p 00000000 00:00 0 -753c9fa6b000-753c9fb6b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9fb6b000-753c9fb6c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9fb6c000-753c9fc6c000 rw-p 00000000 00:00 0 -753c9fc6c000-753c9fd6c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9fd6c000-753c9fd6d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9fd6d000-753c9fe6d000 rw-p 00000000 00:00 0 -753c9fe6d000-753c9ff6d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ff6d000-753c9ff6e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ff6e000-753ca006e000 rw-p 00000000 00:00 0 -753ca006e000-753ca016e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca016e000-753ca016f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca016f000-753ca026f000 rw-p 00000000 00:00 0 -753ca026f000-753ca036f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca036f000-753ca0370000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0370000-753ca0470000 rw-p 00000000 00:00 0 -753ca0470000-753ca0570000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0570000-753ca0571000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0571000-753ca0671000 rw-p 00000000 00:00 0 -753ca0671000-753ca0771000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0771000-753ca0772000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0772000-753ca0872000 rw-p 00000000 00:00 0 -753ca0872000-753ca0972000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0972000-753ca0973000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0973000-753ca0a73000 rw-p 00000000 00:00 0 -753ca0a73000-753ca0b73000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0b73000-753ca0b74000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0b74000-753ca0c74000 rw-p 00000000 00:00 0 -753ca0c74000-753ca0d74000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0d74000-753ca0d75000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0d75000-753ca0e75000 rw-p 00000000 00:00 0 -753ca0e75000-753ca0f75000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0f75000-753ca0f76000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca0f76000-753ca1076000 rw-p 00000000 00:00 0 -753ca1076000-753ca1176000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca1176000-753ca1177000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca1177000-753ca1277000 rw-p 00000000 00:00 0 -753ca1277000-753ca1377000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca1377000-753ca1378000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753ca1378000-753ca1478000 rw-p 00000000 00:00 0 -753ca1478000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2620000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2628000-753cb2660000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753cb2660000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -755958408000-75595840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d925c0] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c85478000-753c85660000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c85660000-753c856e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c856e0000-753c85de0000 rw-p 00000000 00:00 0 -753c85de0000-753c86200000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c86200000-753c86800000 rw-p 00000000 00:00 0 -753c86810000-753c86b00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c86b00000-753c87400000 rw-p 00000000 00:00 0 -753c87410000-753c87480000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c87480000-753c88a00000 rw-p 00000000 00:00 0 -753c88a10000-753c88a80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c88a80000-753c8aa00000 rw-p 00000000 00:00 0 -753c8aa10000-753c8aaf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8aaf8000-753c8c3ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c8c3ff000-753c8c400000 ---p 00000000 00:00 0 -753c8c400000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c924c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924c7000-753c924ff000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -753f98408000-753f9840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c74800000-753c75400000 rw-p 00000000 00:00 0 -753c75700000-753c76000000 rw-p 00000000 00:00 0 -753c76180000-753c77a00000 rw-p 00000000 00:00 0 -753c77b80000-753c79800000 rw-p 00000000 00:00 0 -753c798f8000-753c7b1ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c7b1ff000-753c7b200000 ---p 00000000 00:00 0 -753c7b200000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be70000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754b98408000-754b9840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000020c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c6d800000-753c6de00000 rw-p 00000000 00:00 0 -753c6df00000-753c6e800000 rw-p 00000000 00:00 0 -753c6e880000-753c6f600000 rw-p 00000000 00:00 0 -753c6f700000-753c70200000 rw-p 00000000 00:00 0 -753c70380000-753c72000000 rw-p 00000000 00:00 0 -753c720f8000-753c739ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c739ff000-753c73a00000 ---p 00000000 00:00 0 -753c73a00000-753c74200000 rw-p 00000000 00:00 0 -753c74200000-753c74600000 rw-p 00000000 00:00 0 -753c746ff000-753c74700000 ---p 00000000 00:00 0 -753c74700000-753c74800000 rw-p 00000000 00:00 0 -753c74800000-753c74c00000 rw-p 00000000 00:00 0 -753c74cff000-753c74d00000 ---p 00000000 00:00 0 -753c74d00000-753c74e00000 rw-p 00000000 00:00 0 -753c74e00000-753c75200000 rw-p 00000000 00:00 0 -753c752ff000-753c75300000 ---p 00000000 00:00 0 -753c75300000-753c75400000 rw-p 00000000 00:00 0 -753c75400000-753c75800000 rw-p 00000000 00:00 0 -753c758ff000-753c75900000 ---p 00000000 00:00 0 -753c75900000-753c75a00000 rw-p 00000000 00:00 0 -753c75a00000-753c75e00000 rw-p 00000000 00:00 0 -753c75eff000-753c75f00000 ---p 00000000 00:00 0 -753c75f00000-753c76000000 rw-p 00000000 00:00 0 -753c76000000-753c76400000 rw-p 00000000 00:00 0 -753c764ff000-753c76500000 ---p 00000000 00:00 0 -753c76500000-753c76600000 rw-p 00000000 00:00 0 -753c76600000-753c76a00000 rw-p 00000000 00:00 0 -753c76aff000-753c76b00000 ---p 00000000 00:00 0 -753c76b00000-753c76c00000 rw-p 00000000 00:00 0 -753c76c00000-753c77000000 rw-p 00000000 00:00 0 -753c770ff000-753c77100000 ---p 00000000 00:00 0 -753c77100000-753c77200000 rw-p 00000000 00:00 0 -753c77200000-753c77600000 rw-p 00000000 00:00 0 -753c776ff000-753c77700000 ---p 00000000 00:00 0 -753c77700000-753c77800000 rw-p 00000000 00:00 0 -753c77800000-753c77c00000 rw-p 00000000 00:00 0 -753c77cff000-753c77d00000 ---p 00000000 00:00 0 -753c77d00000-753c77e00000 rw-p 00000000 00:00 0 -753c77e00000-753c78200000 rw-p 00000000 00:00 0 -753c782ff000-753c78300000 ---p 00000000 00:00 0 -753c78300000-753c78400000 rw-p 00000000 00:00 0 -753c78400000-753c78800000 rw-p 00000000 00:00 0 -753c788ff000-753c78900000 ---p 00000000 00:00 0 -753c78900000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89a90000-753c89af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a010000-753c8a0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a610000-753c8a6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8ac10000-753c8acf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b210000-753c8b2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b810000-753c8b8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be10000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753c9bb4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4b000-753c9bb4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4c000-753c9bc4c000 rw-p 00000000 00:00 0 -753c9bc4c000-753c9bd4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4c000-753c9bd4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4d000-753c9be4d000 rw-p 00000000 00:00 0 -753c9be4d000-753c9bf4d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4d000-753c9bf4e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4e000-753c9c04e000 rw-p 00000000 00:00 0 -753c9c04e000-753c9c14e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14e000-753c9c14f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14f000-753c9c24f000 rw-p 00000000 00:00 0 -753c9c24f000-753c9c34f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c34f000-753c9c350000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c350000-753c9c450000 rw-p 00000000 00:00 0 -753c9c450000-753c9c550000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c550000-753c9c551000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c551000-753c9c651000 rw-p 00000000 00:00 0 -753c9c651000-753c9c751000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c751000-753c9c752000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c752000-753c9c852000 rw-p 00000000 00:00 0 -753c9c852000-753c9c952000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c952000-753c9c953000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c953000-753c9ca53000 rw-p 00000000 00:00 0 -753c9ca53000-753c9cb53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb53000-753c9cb54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb54000-753c9cc54000 rw-p 00000000 00:00 0 -753c9cc54000-753c9cd54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd54000-753c9cd55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd55000-753c9ce55000 rw-p 00000000 00:00 0 -753c9ce55000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -755058408000-75505840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000002b7 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d925c0] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c89c90000-753c89ca0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c89ca8000-753c89e90000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c89e90000-753c8a160000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a160000-753c8a660000 rw-p 00000000 00:00 0 -753c8a660000-753c8a800000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8ac10000-753c8b080000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b080000-753c8c600000 rw-p 00000000 00:00 0 -753c8c610000-753c8c680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c680000-753c8e600000 rw-p 00000000 00:00 0 -753c8e610000-753c8e6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e6f9000-753c90000000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c90000000-753c90400000 rw-p 00000000 00:00 0 -753c90410000-753c904f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c904fe000-753c904ff000 ---p 00000000 00:00 0 -753c904ff000-753c905ff000 rw-p 00000000 00:00 0 -753c905ff000-753c90600000 ---p 00000000 00:00 0 -753c90600000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -753d58408000-753d5840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c7aa00000-753c7bc00000 rw-p 00000000 00:00 0 -753c7bd80000-753c7da00000 rw-p 00000000 00:00 0 -753c7daf8000-753c7f3ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c7f3ff000-753c7f400000 ---p 00000000 00:00 0 -753c7f400000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91ec0000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754858408000-75485840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000197 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(RB_BUILTIN_TYPE+0x0) [0x753cb2f37d90] /usr/local/include/ruby-4.0.0/ruby/internal/special_consts.h:329 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(RB_SPECIAL_CONST_P) /usr/local/include/ruby-4.0.0/ruby/internal/value_type.h:228 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(rb_type) /usr/local/include/ruby-4.0.0/ruby/internal/value_type.h:227 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:684 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c8a400000-753c8b000000 rw-p 00000000 00:00 0 -753c8b418000-753c8b600000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c8b600000-753c8c800000 rw-p 00000000 00:00 0 -753c8c980000-753c8e600000 rw-p 00000000 00:00 0 -753c8e6f9000-753c90000000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c90000000-753c90400000 rw-p 00000000 00:00 0 -753c904d0000-753c904f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c904ff000-753c90500000 ---p 00000000 00:00 0 -753c90500000-753c90600000 rw-p 00000000 00:00 0 -753c90600000-753c90a00000 rw-p 00000000 00:00 0 -753c90a10000-753c90af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90aff000-753c90b00000 ---p 00000000 00:00 0 -753c90b00000-753c90c00000 rw-p 00000000 00:00 0 -753c90c00000-753c91000000 rw-p 00000000 00:00 0 -753c91010000-753c910f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c910ff000-753c91100000 ---p 00000000 00:00 0 -753c91100000-753c91200000 rw-p 00000000 00:00 0 -753c91200000-753c91600000 rw-p 00000000 00:00 0 -753c91610000-753c916f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c916fe000-753c916ff000 ---p 00000000 00:00 0 -753c916ff000-753c917ff000 rw-p 00000000 00:00 0 -753c917ff000-753c91800000 ---p 00000000 00:00 0 -753c91800000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92480000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92488000-753c924c0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924c0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -753d58408000-753d5840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x753cd8652f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x753cd8689dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x753cd8689c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x753cd8681bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x753cd865ee8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x753cd8160ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x753cd815fe23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x753cd815fdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x753cd863ceaa) [0x753cd863ceaa] -/usr/local/lib/libruby.so.4.0(0x753cd86395d5) [0x753cd86395d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x1d) [0x753cd864f01a] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(mov) yjit/src/asm/x86_64/mod.rs:0 -/usr/local/lib/libruby.so.4.0(0x753cd862e3a4) [0x753cd862e3a4] -/usr/local/lib/libruby.so.4.0(0x753cd862cff3) [0x753cd862cff3] -/usr/local/lib/libruby.so.4.0(0x753cd8626b87) [0x753cd8626b87] -/usr/local/lib/libruby.so.4.0(gen_single_block+0x180e) [0x753cd85f580e] yjit/src/codegen.rs:1459 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x188) [0x753cd861819d] yjit/src/core.rs:3150 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body+0x405) [0x753cd8619ef5] yjit/src/core.rs:3632 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x753cd860f624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x753cd865d42d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x753cd861739c] yjit/src/core.rs:3513 -[0x753cb3d28033] -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -[0x753cb3d9273e] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb --- Other runtime information ----------------------------------------------- - - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb -* Ruby Box: disabled - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb -* Loaded features: - - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 0 enumerator.so - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 1 thread.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 2 fiber.so - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 3 rational.so - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 4 complex.so - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 5 pathname.so - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 6 ruby2_keywords.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb 7 set.rb - - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 230 /app/app.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb -* Process memory map: - - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c66e18000-753c67000000 r--s 00000000 00:56 2 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb -5572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c67000000-753c6a200000 rw-p 00000000 00:00 0 -753c6a2f8000-753c6bbff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c6bbff000-753c6bc00000 ---p 00000000 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -00:00 0 -753c6bc00000-753c6c400000 rw-p 00000000 00:00 0 -753c6c400000-753c6c800000 rw-p 00000000 00:00 0 -753c6c8ff000-753c6c900000 ---p 00000000 00:00 0 -753c6c900000-753c6ca00000 rw-p 00000000 00:00 0 -753c6ca00000-753c6ce00000 rw-p 00000000 00:00 0 -75 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb -3c6ceff000-753c6cf00000 ---p 00000000 00:00 0 -753c6cf00000-753c6d000000 rw-p 00000000 00:00 0 -753c6d000000-753c6d400000 rw-p 00000000 00:00 0 -753c6d4ff000-753c6d500000 ---p 00000000 00:00 0 -753c6d500000-753c6d600000 rw-p 00000000 00:00 0 -753c6d600000- 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb -753c6da00000 rw-p 00000000 00:00 0 -753c6daff000-753c6db00000 ---p 00000000 00:00 0 -753c6db00000-753c6dc00000 rw-p 00000000 00:00 0 -753c6dc00000-753c6e000000 rw-p 00000000 00:00 0 -753c6e0ff000-753c6e100000 ---p 00000000 00:00 0 -753c6e100000-753c6e20000 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb -0 rw-p 00000000 00:00 0 -753c6e200000-753c6e600000 rw-p 00000000 00:00 0 -753c6e6ff000-753c6e700000 ---p 00000000 00:00 0 -753c6e700000-753c6e800000 rw-p 00000000 00:00 0 -753c6e800000-753c6ec00000 rw-p 00000000 00:00 0 -753c6ecff000-753c6ed00000 ---p 0000 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb -0000 00:00 0 -753c6ed00000-753c6ee00000 rw-p 00000000 00:00 0 -753c6ee00000-753c6f200000 rw-p 00000000 00:00 0 -753c6f2ff000-753c6f300000 ---p 00000000 00:00 0 -753c6f300000-753c6f400000 rw-p 00000000 00:00 0 -753c6f400000-753c6f800000 rw-p 00000000 00:00 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb -0 -753c6f8ff000-753c6f900000 ---p 00000000 00:00 0 -753c6f900000-753c6fa00000 rw-p 00000000 00:00 0 -753c6fa00000-753c6fe00000 rw-p 00000000 00:00 0 -753c6feff000-753c6ff00000 ---p 00000000 00:00 0 -753c6ff00000-753c70000000 rw-p 00000000 00:00 0 -753c7000 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb -0000-753c70400000 rw-p 00000000 00:00 0 -753c704ff000-753c70500000 ---p 00000000 00:00 0 -753c70500000-753c70600000 rw-p 00000000 00:00 0 -753c70600000-753c70a00000 rw-p 00000000 00:00 0 -753c70aff000-753c70b00000 ---p 00000000 00:00 0 -753c70b00000-753c70 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb -c00000 rw-p 00000000 00:00 0 -753c70c00000-753c71000000 rw-p 00000000 00:00 0 -753c710ff000-753c71100000 ---p 00000000 00:00 0 -753c71100000-753c71200000 rw-p 00000000 00:00 0 -753c71200000-753c71600000 rw-p 00000000 00:00 0 -753c716ff000-753c71700000 ---p 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 00000000 00:00 0 -753c71700000-753c71800000 rw-p 00000000 00:00 0 -753c71800000-753c71c00000 rw-p 00000000 00:00 0 -753c71cff000-753c71d00000 ---p 00000000 00:00 0 -753c71d00000-753c71e00000 rw-p 00000000 00:00 0 -753c71e00000-753c72200000 rw-p 00000000 0 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb -0:00 0 -753c722ff000-753c72300000 ---p 00000000 00:00 0 -753c72300000-753c72400000 rw-p 00000000 00:00 0 -753c72400000-753c72800000 rw-p 00000000 00:00 0 -753c728ff000-753c72900000 ---p 00000000 00:00 0 -753c72900000-753c72a00000 rw-p 00000000 00:00 0 -753 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb -c72a00000-753c72e00000 rw-p 00000000 00:00 0 -753c72eff000-753c72f00000 ---p 00000000 00:00 0 -753c72f00000-753c73000000 rw-p 00000000 00:00 0 -753c73000000-753c73400000 rw-p 00000000 00:00 0 -753c734ff000-753c73500000 ---p 00000000 00:00 0 -753c73500000-7 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb -53c73600000 rw-p 00000000 00:00 0 -753c73600000-753c73a00000 rw-p 00000000 00:00 0 -753c73aff000-753c73b00000 ---p 00000000 00:00 0 -753c73b00000-753c73c00000 rw-p 00000000 00:00 0 -753c73c00000-753c74000000 rw-p 00000000 00:00 0 -753c740ff000-753c74100000 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - ---p 00000000 00:00 0 -753c74100000-753c74200000 rw-p 00000000 00:00 0 -753c74200000-753c74600000 rw-p 00000000 00:00 0 -753c746ff000-753c74700000 ---p 00000000 00:00 0 -753c74700000-753c74800000 rw-p 00000000 00:00 0 -753c74800000-753c74c00000 rw-p 00000 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb -000 00:00 0 -753c74cff000-753c74d00000 ---p 00000000 00:00 0 -753c74d00000-753c74e00000 rw-p 00000000 00:00 0 -753c74e00000-753c75200000 rw-p 00000000 00:00 0 -753c752ff000-753c75300000 ---p 00000000 00:00 0 -753c75300000-753c75400000 rw-p 00000000 00:00 0 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - -753c75400000-753c75800000 rw-p 00000000 00:00 0 -753c758ff000-753c75900000 ---p 00000000 00:00 0 -753c75900000-753c75a00000 rw-p 00000000 00:00 0 -753c75a00000-753c75e00000 rw-p 00000000 00:00 0 -753c75eff000-753c75f00000 ---p 00000000 00:00 0 -753c75f00 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb -000-753c76000000 rw-p 00000000 00:00 0 -753c76000000-753c76400000 rw-p 00000000 00:00 0 -753c764ff000-753c76500000 ---p 00000000 00:00 0 -753c76500000-753c76600000 rw-p 00000000 00:00 0 -753c76600000-753c76a00000 rw-p 00000000 00:00 0 -753c76aff000-753c76b 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb -00000 ---p 00000000 00:00 0 -753c76b00000-753c76c00000 rw-p 00000000 00:00 0 -753c76c00000-753c77000000 rw-p 00000000 00:00 0 -753c770ff000-753c77100000 ---p 00000000 00:00 0 -753c77100000-753c77200000 rw-p 00000000 00:00 0 -753c77200000-753c77600000 rw-p 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb -00000000 00:00 0 -753c776ff000-753c77700000 ---p 00000000 00:00 0 -753c77700000-753c77800000 rw-p 00000000 00:00 0 -753c77800000-753c77c00000 rw-p 00000000 00:00 0 -753c77cff000-753c77d00000 ---p 00000000 00:00 0 -753c77d00000-753c77e00000 rw-p 00000000 00 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb -:00 0 -753c77e00000-753c78200000 rw-p 00000000 00:00 0 -753c782ff000-753c78300000 ---p 00000000 00:00 0 -753c78300000-753c78400000 rw-p 00000000 00:00 0 -753c78400000-753c78800000 rw-p 00000000 00:00 0 -753c788ff000-753c78900000 ---p 00000000 00:00 0 -753c 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb -78900000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-75 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb -3c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb -rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 000000 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb -00 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff0 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb -00-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca0 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb -0000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 0 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -0000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00: 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb -00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb -e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -7* Process memory map: - -53c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c75400000-753c78000000 rw-p 00000000 00:00 0 -753c79a00000-753c7be00000 rw-p 00000000 00:00 0 -753c7bf80000-753c7e400000 rw-p 00000000 00:00 0 -753c7e478000-753c7e6f8000 rw-p 00000000 00:00 0 -753c7e6f8000-753c7ffff000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c7ffff000-753c80000000 ---p 00000000 00:00 0 -753c80000000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 0000753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p0000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84 00000000 00:00 0 -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 0400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p0:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 0000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7530:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-7 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 53c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e0000000:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c9330 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 08000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p :00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 000000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 00 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb000 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f150000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack0000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 0_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-0000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -75p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 3c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anck_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 ron:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 000000_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [00-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c9903695b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c994 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw38000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -7-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e53c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_th000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_staread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anck_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:on:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 0000000nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 0 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_t--p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sthread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [aack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Rubynon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 :nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:0000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c976p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46029000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stac00 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]k_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:n -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_t_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [ [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 -- [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753c9bb4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4b000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c000-753c9bb4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4c000-753c9bc4c000 rw-p 00000000 00:00 0 -753c9bc4c000-753c9bd4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunkck_chunk] -753c9bd4c000-753c9bd4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4d000-753c9be4d000 rw-p 00000000 00:00 0 -753c9be4d000-753c9bf4d000 rw-p 00000000 00:00 0 [anon:Ruby:] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_allocnt_alloc_thread_stack_chunk] -753c9bf4d000-753c9bf4e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4e000-753c9c04e000 rw-p 00000000 00:00 0 -753c9c04e000-753c9c14e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14e000-753c9c14f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14f000-753c9c24f000 rw-p 00000000 00:00 0 -753c9c24f000-753c9c34f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c34f000-753c9c350000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c350000-753c9c450000 rw-p 00000000 00:00 0 -753c9c450000-753c9c550000 r_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 w-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c550000-753c9c551000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c551000-753c9c651000 rw-p 00000000 00:00 0 -753c9c65[anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753cb2600000 ---p 00000000 00:00 0 1000-753c9c751000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c751000-753c9c752000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c752000-753c9c852000 rw-p 0000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gn0 00:00 0 -753c9c852000-753c9c952000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c952000-753c9c953000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c953000-753c9ca53000 rw-p 00000000 00:00 0 -753c9ca53000-753c9cb53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb53000-753c9cb54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb54000-753c9cc54000 rw-p 00000000 00:00 0 -753c9cc54000-753c9cd54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd54000-753c9cd55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd55000-753c9ce55000 rw-p 00000000 00:00 0 -753c9ce55000-753c9cf55000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf55000-753c9cf56000 ---p 00000000 00:00 0 [au/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 non:Ruby:nt_alloc_thread_stack_chunk] -753c9cf56000-753c9d056000 rw-p 00000000 00:00 0 -753c9d056000-753c9d156000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d156000-753c9d157000 ---p 00000000 00:00 0 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 0000000 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d157000-753c9d257000 rw-p 00000000 00:00 0 -753c9d257000-753c9d357000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d357000-753c9d358000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d358000-753c9d458000 rw-p 00000000 00:00 0 -753c9d458000-753c9d558000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d558000-753c9d559000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d559000-753c9d659000 rw-p 00000000 00:00 0 -753c9d659000-753c9d759000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d759000-753c9d75a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d75a000-753c9d85a000 rw-p 00000000 00:00 0 -753c9d85a000-753c9d95a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95a000-753c9d95b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95b000-753c9da5b000 rw-p 00000000 00:00 0 -753c9da5b000-753c9db5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5b000-753c9db5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5c000-753c9dc5c000 rw-p 00000000 00:00 0 -753c9dc5c000-753c9dd5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5c000-753c9dd5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5d000-753c9de5d000 rw-p 00000000 00:00 0 -753c9de5d000-753c9df5d000 rw-p 000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5d000-753c9df5e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5e000-753c9e05e000 rw-p 00000000 00:00 0 -753c9e05e000-753c9e15e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15e000-753c9e15f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15f000-753c9e25f000 rw-p 00000000 00:00 0 -753c9e25f000-753c9e35f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e35f000-753c9e360000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e360000-753c9e460000 rw-p 00000000 00:00 0 -753c9e460000-753c9e560000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e560000-753c9e561000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e561 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb000-753c9e661000 rw-p 00000000 00:00 0 -753c9e661000-753c9e761000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e761000-753c9e762000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_sta2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cck_chunk] -753c9e762000-753c9e862000 rw-p 00000000 00:00 0 -753c9e862000-753c9e962000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e962000-753c9e963000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e963000-753c9ea63000 rw-p 00000000 00:00 0 -753c9ea63000-753c9eb63000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9eb63000-753c9eb64000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9eb64000-753c9ec64000 rw-p 00000000 00:00 0 -753c9ec64000-753c9ed64000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ed64000-753c9ed65000 ---p 00000000 00:00 b3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ed65000-753c9ee65000 rw-p 00000000 00:00 0 -753c9ee65000-753c9ef65000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ef65000-753c9ef66000 -_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 --p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ef66000-753c9f066000 rw-p 00000000 00:00 0 -753c9f066000-753c9f166000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f16 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3da9000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3da9000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_s6000-753c9f167000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f167000-753c9f267000 rw-p 00000000 00:00 0 -753c9f267000-753c9f367000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stpace] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd900ack_chunk] -753c9f367000-753c9f368000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f368000-753c9f468000 rw-p 00000000 00:00 0 -753c9f468000-753c9f568000 rw-p 00000000 00:00 0 [anon:Ruby00-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 :nt_alloc_thread_stack_chunk] -753c9f568000-753c9f569000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f569000-753c9f669000 rw-p 00000000 00:00 0 -753c9f669000-753c9f769000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ru [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f769000-753c9f76a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9f76a000-753c9f86a000 rw-p 00000000 00:00 0 -753c9f86a000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2618000-753cb2650000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753cb2650000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1by:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_al.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2locate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753c761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:bc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ru /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/by:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753clibcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -75bcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 3cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iod [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 ine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 000330 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 00 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 -p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:0 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 0 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c800 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /us0-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:r/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:d00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [aefault:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 529315non:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem3 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 ory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d800 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 0-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00: /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 52931300 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [a7 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293non:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f800 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/0-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753c00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [ad7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000non:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_mem 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r-ory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:-p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753c/usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/locald8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/ /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-li4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/nux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/locale000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc/usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/l.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000ocal/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/li000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -7547d8408000-7547b/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000d840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d1 - -2000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -75/app/app.rb:35: [BUG] 3cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001Aborted at 0x0000000000000184 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - ---p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711Crashed while printing bug report -011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -755598408000-75559840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x753cb2f18442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c86c00000-753c89800000 rw-p 00000000 00:00 0 -753c898f8000-753c8b1ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c8b1ff000-753c8b200000 ---p 00000000 00:00 0 -753c8b200000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754058408000-75405840d000 rw-p 00000000 00:00 0 -7fffa7106000-7ff/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -fa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 - - -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bun[BUG] dle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bunAborted at 0x000000000000006fdle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bu -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -ndle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -Crashed while printing bug report -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c69c00000-753c6a200000 rw-p 00000000 00:00 0 -753c6a300000-753c6ac00000 rw-p 00000000 00:00 0 -753c6ac80000-753c6ba00000 rw-p 00000000 00:00 0 -753c6bb00000-753c6c600000 rw-p 00000000 00:00 0 -753c6c780000-753c6e400000 rw-p 00000000 00:00 0 -753c6e4f8000-753c6fdff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c6fdff000-753c6fe00000 ---p 00000000 00:00 0 -753c6fe00000-753c70600000 rw-p 00000000 00:00 0 -753c70600000-753c70a00000 rw-p 00000000 00:00 0 -753c70aff000-753c70b00000 ---p 00000000 00:00 0 -753c70b00000-753c70c00000 rw-p 00000000 00:00 0 -753c70c00000-753c71000000 rw-p 00000000 00:00 0 -753c710ff000-753c71100000 ---p 00000000 00:00 0 -753c71100000-753c71200000 rw-p 00000000 00:00 0 -753c71200000-753c71600000 rw-p 00000000 00:00 0 -753c716ff000-753c71700000 ---p 00000000 00:00 0 -753c71700000-753c71800000 rw-p 00000000 00:00 0 -753c71800000-753c71c00000 rw-p 00000000 00:00 0 -753c71cff000-753c71d00000 ---p 00000000 00:00 0 -753c71d00000-753c71e00000 rw-p 00000000 00:00 0 -753c71e00000-753c72200000 rw-p 00000000 00:00 0 -753c722ff000-753c72300000 ---p 00000000 00:00 0 -753c72300000-753c72400000 rw-p 00000000 00:00 0 -753c72400000-753c72800000 rw-p 00000000 00:00 0 -753c728ff000-753c72900000 ---p 00000000 00:00 0 -753c72900000-753c72a00000 rw-p 00000000 00:00 0 -753c72a00000-753c72e00000 rw-p 00000000 00:00 0 -753c72eff000-753c72f00000 ---p 00000000 00:00 0 -753c72f00000-753c73000000 rw-p 00000000 00:00 0 -753c73000000-753c73400000 rw-p 00000000 00:00 0 -753c734ff000-753c73500000 ---p 00000000 00:00 0 -753c73500000-753c73600000 rw-p 00000000 00:00 0 -753c73600000-753c73a00000 rw-p 00000000 00:00 0 -753c73aff000-753c73b00000 ---p 00000000 00:00 0 -753c73b00000-753c73c00000 rw-p 00000000 00:00 0 -753c73c00000-753c74000000 rw-p 00000000 00:00 0 -753c740ff000-753c74100000 ---p 00000000 00:00 0 -753c74100000-753c74200000 rw-p 00000000 00:00 0 -753c74200000-753c74600000 rw-p 00000000 00:00 0 -753c746ff000-753c74700000 ---p 00000000 00:00 0 -753c74700000-753c74800000 rw-p 00000000 00:00 0 -753c74800000-753c74c00000 rw-p 00000000 00:00 0 -753c74cff000-753c74d00000 ---p 00000000 00:00 0 -753c74d00000-753c74e00000 rw-p 00000000 00:00 0 -753c74e00000-753c75200000 rw-p 00000000 00:00 0 -753c752ff000-753c75300000 ---p 00000000 00:00 0 -753c75300000-753c75400000 rw-p 00000000 00:00 0 -753c75400000-753c75800000 rw-p 00000000 00:00 0 -753c758ff000-753c75900000 ---p 00000000 00:00 0 -753c75900000-753c75a00000 rw-p 00000000 00:00 0 -753c75a00000-753c75e00000 rw-p 00000000 00:00 0 -753c75eff000-753c75f00000 ---p 00000000 00:00 0 -753c75f00000-753c76000000 rw-p 00000000 00:00 0 -753c76000000-753c76400000 rw-p 00000000 00:00 0 -753c764ff000-753c76500000 ---p 00000000 00:00 0 -753c76500000-753c76600000 rw-p 00000000 00:00 0 -753c76600000-753c76a00000 rw-p 00000000 00:00 0 -753c76aff000-753c76b00000 ---p 00000000 00:00 0 -753c76b00000-753c76c00000 rw-p 00000000 00:00 0 -753c76c00000-753c77000000 rw-p 00000000 00:00 0 -753c770ff000-753c77100000 ---p 00000000 00:00 0 -753c77100000-753c77200000 rw-p 00000000 00:00 0 -753c77200000-753c77600000 rw-p 00000000 00:00 0 -753c776ff000-753c77700000 ---p 00000000 00:00 0 -753c77700000-753c77800000 rw-p 00000000 00:00 0 -753c77800000-753c77c00000 rw-p 00000000 00:00 0 -753c77cff000-753c77d00000 ---p 00000000 00:00 0 -753c77d00000-753c77e00000 rw-p 00000000 00:00 0 -753c77e00000-753c78200000 rw-p 00000000 00:00 0 -753c782ff000-753c78300000 ---p 00000000 00:00 0 -753c78300000-753c78400000 rw-p 00000000 00:00 0 -753c78400000-753c78800000 rw-p 00000000 00:00 0 -753c788ff000-753c78900000 ---p 00000000 00:00 0 -753c78900000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0d0000-753c8a0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a610000-753c8a6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8ac10000-753c8acf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b210000-753c8b2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b810000-753c8b8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be10000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753c9bb4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4b000-753c9bb4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4c000-753c9bc4c000 rw-p 00000000 00:00 0 -753c9bc4c000-753c9bd4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4c000-753c9bd4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4d000-753c9be4d000 rw-p 00000000 00:00 0 -753c9be4d000-753c9bf4d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4d000-753c9bf4e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4e000-753c9c04e000 rw-p 00000000 00:00 0 -753c9c04e000-753c9c14e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14e000-753c9c14f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14f000-753c9c24f000 rw-p 00000000 00:00 0 -753c9c24f000-753c9c34f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c34f000-753c9c350000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c350000-753c9c450000 rw-p 00000000 00:00 0 -753c9c450000-753c9c550000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c550000-753c9c551000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c551000-753c9c651000 rw-p 00000000 00:00 0 -753c9c651000-753c9c751000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c751000-753c9c752000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c752000-753c9c852000 rw-p 00000000 00:00 0 -753c9c852000-753c9c952000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c952000-753c9c953000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c953000-753c9ca53000 rw-p 00000000 00:00 0 -753c9ca53000-753c9cb53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb53000-753c9cb54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb54000-753c9cc54000 rw-p 00000000 00:00 0 -753c9cc54000-753c9cd54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd54000-753c9cd55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd55000-753c9ce55000 rw-p 00000000 00:00 0 -753c9ce55000-753c9cf55000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf55000-753c9cf56000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf56000-753c9d056000 rw-p 00000000 00:00 0 -753c9d056000-753c9d156000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d156000-753c9d157000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d157000-753c9d257000 rw-p 00000000 00:00 0 -753c9d257000-753c9d357000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d357000-753c9d358000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d358000-753c9d458000 rw-p 00000000 00:00 0 -753c9d458000-753c9d558000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d558000-753c9d559000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d559000-753c9d659000 rw-p 00000000 00:00 0 -753c9d659000-753c9d759000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d759000-753c9d75a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d75a000-753c9d85a000 rw-p 00000000 00:00 0 -753c9d85a000-753c9d95a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95a000-753c9d95b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95b000-753c9da5b000 rw-p 00000000 00:00 0 -753c9da5b000-753c9db5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5b000-753c9db5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5c000-753c9dc5c000 rw-p 00000000 00:00 0 -753c9dc5c000-753c9dd5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5c000-753c9dd5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5d000-753c9de5d000 rw-p 00000000 00:00 0 -753c9de5d000-753c9df5d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5d000-753c9df5e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5e000-753c9e05e000 rw-p 00000000 00:00 0 -753c9e05e000-753c9e15e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15e000-753c9e15f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15f000-753c9e25f000 rw-p 00000000 00:00 0 -753c9e25f000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -7552d8408000-7552d840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x0000000000000311 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c6d000000-753c6fc00000 rw-p 00000000 00:00 0 -753c6fcf8000-753c715ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c715ff000-753c71600000 ---p 00000000 00:00 0 -753c71600000-753c71e00000 rw-p 00000000 00:00 0 -753c71e00000-753c72200000 rw-p 00000000 00:00 0 -753c722ff000-753c72300000 ---p 00000000 00:00 0 -753c72300000-753c72400000 rw-p 00000000 00:00 0 -753c72400000-753c72800000 rw-p 00000000 00:00 0 -753c728ff000-753c72900000 ---p 00000000 00:00 0 -753c72900000-753c72a00000 rw-p 00000000 00:00 0 -753c72a00000-753c72e00000 rw-p 00000000 00:00 0 -753c72eff000-753c72f00000 ---p 00000000 00:00 0 -753c72f00000-753c73000000 rw-p 00000000 00:00 0 -753c73000000-753c73400000 rw-p 00000000 00:00 0 -753c734ff000-753c73500000 ---p 00000000 00:00 0 -753c73500000-753c73600000 rw-p 00000000 00:00 0 -753c73600000-753c73a00000 rw-p 00000000 00:00 0 -753c73aff000-753c73b00000 ---p 00000000 00:00 0 -753c73b00000-753c73c00000 rw-p 00000000 00:00 0 -753c73c00000-753c74000000 rw-p 00000000 00:00 0 -753c740ff000-753c74100000 ---p 00000000 00:00 0 -753c74100000-753c74200000 rw-p 00000000 00:00 0 -753c74200000-753c74600000 rw-p 00000000 00:00 0 -753c746ff000-753c74700000 ---p 00000000 00:00 0 -753c74700000-753c74800000 rw-p 00000000 00:00 0 -753c74800000-753c74c00000 rw-p 00000000 00:00 0 -753c74cff000-753c74d00000 ---p 00000000 00:00 0 -753c74d00000-753c74e00000 rw-p 00000000 00:00 0 -753c74e00000-753c75200000 rw-p 00000000 00:00 0 -753c752ff000-753c75300000 ---p 00000000 00:00 0 -753c75300000-753c75400000 rw-p 00000000 00:00 0 -753c75400000-753c75800000 rw-p 00000000 00:00 0 -753c758ff000-753c75900000 ---p 00000000 00:00 0 -753c75900000-753c75a00000 rw-p 00000000 00:00 0 -753c75a00000-753c75e00000 rw-p 00000000 00:00 0 -753c75eff000-753c75f00000 ---p 00000000 00:00 0 -753c75f00000-753c76000000 rw-p 00000000 00:00 0 -753c76000000-753c76400000 rw-p 00000000 00:00 0 -753c764ff000-753c76500000 ---p 00000000 00:00 0 -753c76500000-753c76600000 rw-p 00000000 00:00 0 -753c76600000-753c76a00000 rw-p 00000000 00:00 0 -753c76aff000-753c76b00000 ---p 00000000 00:00 0 -753c76b00000-753c76c00000 rw-p 00000000 00:00 0 -753c76c00000-753c77000000 rw-p 00000000 00:00 0 -753c770ff000-753c77100000 ---p 00000000 00:00 0 -753c77100000-753c77200000 rw-p 00000000 00:00 0 -753c77200000-753c77600000 rw-p 00000000 00:00 0 -753c776ff000-753c77700000 ---p 00000000 00:00 0 -753c77700000-753c77800000 rw-p 00000000 00:00 0 -753c77800000-753c77c00000 rw-p 00000000 00:00 0 -753c77cff000-753c77d00000 ---p 00000000 00:00 0 -753c77d00000-753c77e00000 rw-p 00000000 00:00 0 -753c77e00000-753c78200000 rw-p 00000000 00:00 0 -753c782ff000-753c78300000 ---p 00000000 00:00 0 -753c78300000-753c78400000 rw-p 00000000 00:00 0 -753c78400000-753c78800000 rw-p 00000000 00:00 0 -753c788ff000-753c78900000 ---p 00000000 00:00 0 -753c78900000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753c9bb4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4b000-753c9bb4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4c000-753c9bc4c000 rw-p 00000000 00:00 0 -753c9bc4c000-753c9bd4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4c000-753c9bd4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4d000-753c9be4d000 rw-p 00000000 00:00 0 -753c9be4d000-753c9bf4d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4d000-753c9bf4e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4e000-753c9c04e000 rw-p 00000000 00:00 0 -753c9c04e000-753c9c14e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14e000-753c9c14f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14f000-753c9c24f000 rw-p 00000000 00:00 0 -753c9c24f000-753c9c34f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c34f000-753c9c350000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c350000-753c9c450000 rw-p 00000000 00:00 0 -753c9c450000-753c9c550000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c550000-753c9c551000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c551000-753c9c651000 rw-p 00000000 00:00 0 -753c9c651000-753c9c751000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c751000-753c9c752000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c752000-753c9c852000 rw-p 00000000 00:00 0 -753c9c852000-753c9c952000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c952000-753c9c953000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c953000-753c9ca53000 rw-p 00000000 00:00 0 -753c9ca53000-753c9cb53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb53000-753c9cb54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb54000-753c9cc54000 rw-p 00000000 00:00 0 -753c9cc54000-753c9cd54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd54000-753c9cd55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd55000-753c9ce55000 rw-p 00000000 00:00 0 -753c9ce55000-753c9cf55000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf55000-753c9cf56000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf56000-753c9d056000 rw-p 00000000 00:00 0 -753c9d056000-753c9d156000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d156000-753c9d157000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d157000-753c9d257000 rw-p 00000000 00:00 0 -753c9d257000-753c9d357000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d357000-753c9d358000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d358000-753c9d458000 rw-p 00000000 00:00 0 -753c9d458000-753c9d558000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d558000-753c9d559000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d559000-753c9d659000 rw-p 00000000 00:00 0 -753c9d659000-753c9d759000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d759000-753c9d75a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d75a000-753c9d85a000 rw-p 00000000 00:00 0 -753c9d85a000-753c9d95a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95a000-753c9d95b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95b000-753c9da5b000 rw-p 00000000 00:00 0 -753c9da5b000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -7551d8408000-7551d840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000002ed -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c7c000000-753c7ec00000 rw-p 00000000 00:00 0 -753c7ecf8000-753c805ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c805ff000-753c80600000 ---p 00000000 00:00 0 -753c80600000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754798408000-75479840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000017a -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(str_alloc_embed+0x2c) [0x753cd83cc1ec] /usr/src/ruby/string.c:1021 -/usr/local/lib/libruby.so.4.0(str_enc_new) /usr/src/ruby/string.c:1071 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x40) [0x753cb2f375b8] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:332 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c80700000-753c81000000 rw-p 00000000 00:00 0 -753c81080000-753c81e00000 rw-p 00000000 00:00 0 -753c81f00000-753c82a00000 rw-p 00000000 00:00 0 -753c82b00000-753c84a00000 rw-p 00000000 00:00 0 -753c84af8000-753c863ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c863ff000-753c86400000 ---p 00000000 00:00 0 -753c86400000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be70000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754398408000-75439840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x00000000000000eb -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -/usr/local/lib/libruby.so.4.0(vm_call_method_each_type+0x3a) [0x753cd846de3a] /usr/src/ruby/vm_insnhelper.c:4873 -/usr/local/lib/libruby.so.4.0(vm_sendish+0xbd) [0x753cd846170d] /usr/src/ruby/vm_insnhelper.c:6127 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0xb20) [0x753cd84675b0] /usr/src/ruby/insns.def:1097 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x753cd846d24a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(vm_call0_cc+0xf8) [0x753cd8473628] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_vm_call0+0x47) [0x753cd8477655] /usr/src/ruby/vm_eval.c:61 -/usr/local/lib/libruby.so.4.0(rb_vm_call_kw) /usr/src/ruby/vm_eval.c:326 -/usr/local/lib/libruby.so.4.0(rb_check_funcall_default_kw) /usr/src/ruby/vm_eval.c:712 -/usr/local/lib/libruby.so.4.0(rb_check_funcall_kw) /usr/src/ruby/vm_eval.c:682 -/usr/local/lib/libruby.so.4.0(rb_get_detailed_message+0x2e) [0x753cd823da9e] /usr/src/ruby/error.c:1607 -/usr/local/lib/libruby.so.4.0(rb_ec_error_print_detailed+0x286) [0x753cd824a6c6] /usr/src/ruby/eval_error.c:376 -/usr/local/lib/libruby.so.4.0(thread_start_func_2+0xc77) [0x753cd840ee47] /usr/src/ruby/thread.c:738 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c72b18000-753c72d00000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c72d00000-753c73600000 rw-p 00000000 00:00 0 -753c73680000-753c74400000 rw-p 00000000 00:00 0 -753c74500000-753c75000000 rw-p 00000000 00:00 0 -753c75180000-753c76e00000 rw-p 00000000 00:00 0 -753c76ef8000-753c787ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c787ff000-753c78800000 ---p 00000000 00:00 0 -753c78800000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8b0000-753c8b8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be10000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754d18408000-754d1840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_for_fatal_signal+0x106) [0x753cd823d506] /usr/src/ruby/error.c:1131 -/usr/local/lib/libruby.so.4.0(sigsegv+0x42) [0x753cd83b52e2] /usr/src/ruby/signal.c:948 -/lib/x86_64-linux-gnu/libc.so.6(0x753cd7d51df0) [0x753cd7d51df0] -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(RB_BUILTIN_TYPE+0x0) [0x753cb2f37d90] /usr/local/include/ruby-4.0.0/ruby/internal/special_consts.h:329 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(RB_SPECIAL_CONST_P) /usr/local/include/ruby-4.0.0/ruby/internal/value_type.h:228 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(rb_type) /usr/local/include/ruby-4.0.0/ruby/internal/value_type.h:227 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:684 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c86b50000-753c86c40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c86e90000-753c86ea0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c86ea8000-753c87090000 r--s 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753c87090000-753c87140000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c87140000-753c87840000 rw-p 00000000 00:00 0 -753c87840000-753c87c00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c87c00000-753c88200000 rw-p 00000000 00:00 0 -753c88210000-753c887b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c887b0000-753c88cb0000 rw-p 00000000 00:00 0 -753c88cb0000-753c88e00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c88e00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c10000-753c89c80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c89c80000-753c8a800000 rw-p 00000000 00:00 0 -753c8a810000-753c8a880000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a880000-753c8c800000 rw-p 00000000 00:00 0 -753c8c810000-753c8c8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c8f8000-753c8e1ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c8e1ff000-753c8e200000 ---p 00000000 00:00 0 -753c8e200000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -753dd8408000-753dd840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0(heap_idx_for_size+0x0) [0x753cd814c5a5] gc/default/default.c:2455 -/usr/local/lib/libruby.so.4.0(rb_gc_impl_new_obj) gc/default/default.c:2505 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:996 -/usr/local/lib/libruby.so.4.0(rb_wb_unprotected_newobj_of) /usr/src/ruby/gc.c:1042 -/usr/local/lib/libruby.so.4.0(RBASIC_SET_SHAPE_ID_NO_CHECKS+0x0) [0x753cd8272a90] gc/default/default.c:2518 -/usr/local/lib/libruby.so.4.0(newobj_of) /usr/src/ruby/gc.c:997 -/usr/local/lib/libruby.so.4.0(rb_wb_protected_newobj_of) /usr/src/ruby/gc.c:1049 -/usr/local/lib/libruby.so.4.0(hash_alloc_flags+0x31) [0x753cd8280ce2] /usr/src/ruby/hash.c:1441 -/usr/local/lib/libruby.so.4.0(hash_dup) /usr/src/ruby/hash.c:1547 -/usr/local/lib/libruby.so.4.0(rb_hash_dup) /usr/src/ruby/hash.c:1555 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(copy2env+0x1e) [0x753cb2f374ac] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:323 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:669 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c70aa4000-753c711a4000 rw-p 00000000 00:00 0 -753c71400000-753c71a00000 rw-p 00000000 00:00 0 -753c71b00000-753c72400000 rw-p 00000000 00:00 0 -753c72480000-753c73200000 rw-p 00000000 00:00 0 -753c73300000-753c73e00000 rw-p 00000000 00:00 0 -753c73f80000-753c75c00000 rw-p 00000000 00:00 0 -753c75cf8000-753c775ff000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c775ff000-753c77600000 ---p 00000000 00:00 0 -753c77600000-753c77e00000 rw-p 00000000 00:00 0 -753c77e00000-753c78200000 rw-p 00000000 00:00 0 -753c782ff000-753c78300000 ---p 00000000 00:00 0 -753c78300000-753c78400000 rw-p 00000000 00:00 0 -753c78400000-753c78800000 rw-p 00000000 00:00 0 -753c788ff000-753c78900000 ---p 00000000 00:00 0 -753c78900000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c89410000-753c894f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89a10000-753c89af0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a010000-753c8a0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a610000-753c8a6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8ac10000-753c8acf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b210000-753c8b2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b810000-753c8b8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8be10000-753c8bef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c410000-753c8c4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8ca10000-753c8caf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d010000-753c8d0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d610000-753c8d6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dc10000-753c8dcf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e210000-753c8e2f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e810000-753c8e8f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8ee10000-753c8eef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f410000-753c8f4f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8fa10000-753c8faf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c90010000-753c900f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c90610000-753c906f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90c10000-753c90cf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c91210000-753c912f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c91810000-753c918f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91e10000-753c91ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92410000-753c92490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754dd8408000-754dd840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -[BUG] Aborted at 0x000000000000025c -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x753cd8652f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x753cd8689dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x753cd8689c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x753cd8681bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x753cd865ee8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x753cd8160ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x753cd815fe23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x753cd815fdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x753cd863ceaa) [0x753cd863ceaa] -/usr/local/lib/libruby.so.4.0(0x753cd86395d5) [0x753cd86395d5] -/usr/local/lib/libruby.so.4.0(0x753cd862eb7c) [0x753cd862eb7c] -/usr/local/lib/libruby.so.4.0(0x753cd862cff3) [0x753cd862cff3] -/usr/local/lib/libruby.so.4.0(0x753cd8626b87) [0x753cd8626b87] -/usr/local/lib/libruby.so.4.0(0x753cd86177b3) [0x753cd86177b3] -/usr/local/lib/libruby.so.4.0(gen_branch_stub) yjit/src/core.rs:3794 -/usr/local/lib/libruby.so.4.0(0x753cd8616e2e) [0x753cd8616e2e] -/usr/local/lib/libruby.so.4.0(defer_compilation+0xa4) [0x753cd8618854] yjit/src/core.rs:3987 -/usr/local/lib/libruby.so.4.0(0x753cd85ef002) [0x753cd85ef002] -/usr/local/lib/libruby.so.4.0(gen_send_general) yjit/src/codegen.rs:9064 -/usr/local/lib/libruby.so.4.0(eq+0x0) [0x753cd8602365] yjit/src/codegen.rs:511 -/usr/local/lib/libruby.so.4.0(gen_opt_send_without_block) yjit/src/codegen.rs:499 -/usr/local/lib/libruby.so.4.0(gen_single_block+0x155f) [0x753cd85f555f] yjit/src/codegen.rs:1398 -/usr/local/lib/libruby.so.4.0(gen_block_series_body+0x5c) [0x753cd8618071] yjit/src/core.rs:3109 -/usr/local/lib/libruby.so.4.0(gen_block_series) yjit/src/core.rs:3087 -/usr/local/lib/libruby.so.4.0(branch_stub_hit_body+0x405) [0x753cd8619ef5] yjit/src/core.rs:3632 -/usr/local/lib/libruby.so.4.0({closure#0}+0xd) [0x753cd860f624] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(with_compile_time) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0({closure#0}+0x14) [0x753cd865d42d] yjit/src/core.rs:3514 -/usr/local/lib/libruby.so.4.0(do_call) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:590 -/usr/local/lib/libruby.so.4.0(catch_unwind<*const u8, yjit::core::branch_stub_hit::{closure_env#0}>) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:553 -/usr/local/lib/libruby.so.4.0(catch_unwind) /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panic.rs:359 -/usr/local/lib/libruby.so.4.0(with_vm_lock) yjit/src/cruby.rs:693 -/usr/local/lib/libruby.so.4.0(branch_stub_hit+0x5c) [0x753cd861739c] yjit/src/core.rs:3513 -[0x753cb3d28033] - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c78200000-753c7ae00000 rw-p 00000000 00:00 0 -753c7c800000-753c80e00000 rw-p 00000000 00:00 0 -753c80e78000-753c810f8000 rw-p 00000000 00:00 0 -753c810f8000-753c829ff000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c829ff000-753c82a00000 ---p 00000000 00:00 0 -753c82a00000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754618408000-75461840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:15: [BUG] Aborted at 0x0000000000000144 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x753cd8652f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x753cd8689dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x753cd8689c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x753cd8681bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x753cd865ee8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x753cd8160ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x753cd815fe23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x753cd815fdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x753cd863ceaa) [0x753cd863ceaa] -/usr/local/lib/libruby.so.4.0(0x753cd86395d5) [0x753cd86395d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x753cd864f888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x753cd862eb7c) [0x753cd862eb7c] -/usr/local/lib/libruby.so.4.0(0x753cd862cff3) [0x753cd862cff3] -/usr/local/lib/libruby.so.4.0(0x753cd8626b87) [0x753cd8626b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x753cd85f9b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x753cd8617d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x753cd860f777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x753cd8653d1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x753cd8524211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(yjit_compile+0x77) [0x753cd846d457] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(jit_exec) /usr/src/ruby/vm.c:567 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2797 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x753cd84781b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x753cd8249813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x753cb2f2e865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x753cb2f2ebc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x753cb2f37d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c71800000-753c74800000 rw-p 00000000 00:00 0 -753c7489d000-753c761a4000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c761a4000-753c76400000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753c76400000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba78000-753c7bcf8000 rw-p 00000000 00:00 0 -753c7bcf8000-753c7d5ff000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c7d5ff000-753c7d600000 ---p 00000000 00:00 0 -753c7d600000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -754998408000-75499840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:13: [BUG] Aborted at 0x00000000000001c4 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x753cd8652f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x753cd8689dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x753cd8689c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x753cd8681bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x753cd865ee8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x753cd8160ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x753cd815fe23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x753cd815fdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x753cd863ceaa) [0x753cd863ceaa] -/usr/local/lib/libruby.so.4.0(0x753cd86395d5) [0x753cd86395d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x753cd864f888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x753cd862eb7c) [0x753cd862eb7c] -/usr/local/lib/libruby.so.4.0(0x753cd862cff3) [0x753cd862cff3] -/usr/local/lib/libruby.so.4.0(0x753cd8626b87) [0x753cd8626b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x753cd85f9b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x753cd8617d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x753cd860f777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x753cd8653d1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x753cd8524211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(vm_exec_core+0x463b) [0x753cd846b0cb] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(vm_exec_loop+0xa) [0x753cd846d24a] /usr/src/ruby/vm.c:2825 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2801 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x753cd84781b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x753cd8249813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x753cb2f2e865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x753cb2f2ebc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x753cb2f37d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x55) [0x753cb2f18442] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data_first_time) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:776 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c62a00000-753c65a00000 rw-p 00000000 00:00 0 -753c65a9d000-753c673a4000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c673a4000-753c67600000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753c67600000-753c6b000000 rw-p 00000000 00:00 0 -753c6b180000-753c6d600000 rw-p 00000000 00:00 0 -753c6d678000-753c6d8f8000 rw-p 00000000 00:00 0 -753c6d8f8000-753c6f1ff000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c6f1ff000-753c6f200000 ---p 00000000 00:00 0 -753c6f200000-753c6fa00000 rw-p 00000000 00:00 0 -753c6fa00000-753c6fe00000 rw-p 00000000 00:00 0 -753c6feff000-753c6ff00000 ---p 00000000 00:00 0 -753c6ff00000-753c70000000 rw-p 00000000 00:00 0 -753c70000000-753c70400000 rw-p 00000000 00:00 0 -753c704ff000-753c70500000 ---p 00000000 00:00 0 -753c70500000-753c70600000 rw-p 00000000 00:00 0 -753c70600000-753c70a00000 rw-p 00000000 00:00 0 -753c70aff000-753c70b00000 ---p 00000000 00:00 0 -753c70b00000-753c70c00000 rw-p 00000000 00:00 0 -753c70c00000-753c71000000 rw-p 00000000 00:00 0 -753c710ff000-753c71100000 ---p 00000000 00:00 0 -753c71100000-753c71200000 rw-p 00000000 00:00 0 -753c71200000-753c71600000 rw-p 00000000 00:00 0 -753c716ff000-753c71700000 ---p 00000000 00:00 0 -753c71700000-753c71800000 rw-p 00000000 00:00 0 -753c71800000-753c71c00000 rw-p 00000000 00:00 0 -753c71cff000-753c71d00000 ---p 00000000 00:00 0 -753c71d00000-753c71e00000 rw-p 00000000 00:00 0 -753c71e00000-753c72200000 rw-p 00000000 00:00 0 -753c722ff000-753c72300000 ---p 00000000 00:00 0 -753c72300000-753c72400000 rw-p 00000000 00:00 0 -753c72400000-753c72800000 rw-p 00000000 00:00 0 -753c728ff000-753c72900000 ---p 00000000 00:00 0 -753c72900000-753c72a00000 rw-p 00000000 00:00 0 -753c72a00000-753c72e00000 rw-p 00000000 00:00 0 -753c72eff000-753c72f00000 ---p 00000000 00:00 0 -753c72f00000-753c73000000 rw-p 00000000 00:00 0 -753c73000000-753c73400000 rw-p 00000000 00:00 0 -753c734ff000-753c73500000 ---p 00000000 00:00 0 -753c73500000-753c73600000 rw-p 00000000 00:00 0 -753c73600000-753c73a00000 rw-p 00000000 00:00 0 -753c73aff000-753c73b00000 ---p 00000000 00:00 0 -753c73b00000-753c73c00000 rw-p 00000000 00:00 0 -753c73c00000-753c74000000 rw-p 00000000 00:00 0 -753c740ff000-753c74100000 ---p 00000000 00:00 0 -753c74100000-753c74200000 rw-p 00000000 00:00 0 -753c74200000-753c74600000 rw-p 00000000 00:00 0 -753c746ff000-753c74700000 ---p 00000000 00:00 0 -753c74700000-753c74800000 rw-p 00000000 00:00 0 -753c74800000-753c74c00000 rw-p 00000000 00:00 0 -753c74cff000-753c74d00000 ---p 00000000 00:00 0 -753c74d00000-753c74e00000 rw-p 00000000 00:00 0 -753c74e00000-753c75200000 rw-p 00000000 00:00 0 -753c752ff000-753c75300000 ---p 00000000 00:00 0 -753c75300000-753c75400000 rw-p 00000000 00:00 0 -753c75400000-753c75800000 rw-p 00000000 00:00 0 -753c758ff000-753c75900000 ---p 00000000 00:00 0 -753c75900000-753c75a00000 rw-p 00000000 00:00 0 -753c75a00000-753c75e00000 rw-p 00000000 00:00 0 -753c75eff000-753c75f00000 ---p 00000000 00:00 0 -753c75f00000-753c76000000 rw-p 00000000 00:00 0 -753c76000000-753c76400000 rw-p 00000000 00:00 0 -753c764ff000-753c76500000 ---p 00000000 00:00 0 -753c76500000-753c76600000 rw-p 00000000 00:00 0 -753c76600000-753c76a00000 rw-p 00000000 00:00 0 -753c76aff000-753c76b00000 ---p 00000000 00:00 0 -753c76b00000-753c76c00000 rw-p 00000000 00:00 0 -753c76c00000-753c77000000 rw-p 00000000 00:00 0 -753c770ff000-753c77100000 ---p 00000000 00:00 0 -753c77100000-753c77200000 rw-p 00000000 00:00 0 -753c77200000-753c77600000 rw-p 00000000 00:00 0 -753c776ff000-753c77700000 ---p 00000000 00:00 0 -753c77700000-753c77800000 rw-p 00000000 00:00 0 -753c77800000-753c77c00000 rw-p 00000000 00:00 0 -753c77cff000-753c77d00000 ---p 00000000 00:00 0 -753c77d00000-753c77e00000 rw-p 00000000 00:00 0 -753c77e00000-753c78200000 rw-p 00000000 00:00 0 -753c782ff000-753c78300000 ---p 00000000 00:00 0 -753c78300000-753c78400000 rw-p 00000000 00:00 0 -753c78400000-753c78800000 rw-p 00000000 00:00 0 -753c788ff000-753c78900000 ---p 00000000 00:00 0 -753c78900000-753c78a00000 rw-p 00000000 00:00 0 -753c78a00000-753c78e00000 rw-p 00000000 00:00 0 -753c78eff000-753c78f00000 ---p 00000000 00:00 0 -753c78f00000-753c79000000 rw-p 00000000 00:00 0 -753c79000000-753c79400000 rw-p 00000000 00:00 0 -753c794ff000-753c79500000 ---p 00000000 00:00 0 -753c79500000-753c79600000 rw-p 00000000 00:00 0 -753c79600000-753c79a00000 rw-p 00000000 00:00 0 -753c79aff000-753c79b00000 ---p 00000000 00:00 0 -753c79b00000-753c79c00000 rw-p 00000000 00:00 0 -753c79c00000-753c7a000000 rw-p 00000000 00:00 0 -753c7a0ff000-753c7a100000 ---p 00000000 00:00 0 -753c7a100000-753c7a200000 rw-p 00000000 00:00 0 -753c7a200000-753c7a600000 rw-p 00000000 00:00 0 -753c7a6ff000-753c7a700000 ---p 00000000 00:00 0 -753c7a700000-753c7a800000 rw-p 00000000 00:00 0 -753c7a800000-753c7ac00000 rw-p 00000000 00:00 0 -753c7acff000-753c7ad00000 ---p 00000000 00:00 0 -753c7ad00000-753c7ae00000 rw-p 00000000 00:00 0 -753c7ae00000-753c7b200000 rw-p 00000000 00:00 0 -753c7b2ff000-753c7b300000 ---p 00000000 00:00 0 -753c7b300000-753c7b400000 rw-p 00000000 00:00 0 -753c7b400000-753c7b800000 rw-p 00000000 00:00 0 -753c7b8ff000-753c7b900000 ---p 00000000 00:00 0 -753c7b900000-753c7ba00000 rw-p 00000000 00:00 0 -753c7ba00000-753c7be00000 rw-p 00000000 00:00 0 -753c7beff000-753c7bf00000 ---p 00000000 00:00 0 -753c7bf00000-753c7c000000 rw-p 00000000 00:00 0 -753c7c000000-753c7c400000 rw-p 00000000 00:00 0 -753c7c4ff000-753c7c500000 ---p 00000000 00:00 0 -753c7c500000-753c7c600000 rw-p 00000000 00:00 0 -753c7c600000-753c7ca00000 rw-p 00000000 00:00 0 -753c7caff000-753c7cb00000 ---p 00000000 00:00 0 -753c7cb00000-753c7cc00000 rw-p 00000000 00:00 0 -753c7cc00000-753c7d000000 rw-p 00000000 00:00 0 -753c7d0ff000-753c7d100000 ---p 00000000 00:00 0 -753c7d100000-753c7d200000 rw-p 00000000 00:00 0 -753c7d200000-753c7d600000 rw-p 00000000 00:00 0 -753c7d6ff000-753c7d700000 ---p 00000000 00:00 0 -753c7d700000-753c7d800000 rw-p 00000000 00:00 0 -753c7d800000-753c7dc00000 rw-p 00000000 00:00 0 -753c7dcff000-753c7dd00000 ---p 00000000 00:00 0 -753c7dd00000-753c7de00000 rw-p 00000000 00:00 0 -753c7de00000-753c7e200000 rw-p 00000000 00:00 0 -753c7e2ff000-753c7e300000 ---p 00000000 00:00 0 -753c7e300000-753c7e400000 rw-p 00000000 00:00 0 -753c7e400000-753c7e800000 rw-p 00000000 00:00 0 -753c7e8ff000-753c7e900000 ---p 00000000 00:00 0 -753c7e900000-753c7ea00000 rw-p 00000000 00:00 0 -753c7ea00000-753c7ee00000 rw-p 00000000 00:00 0 -753c7eeff000-753c7ef00000 ---p 00000000 00:00 0 -753c7ef00000-753c7f000000 rw-p 00000000 00:00 0 -753c7f000000-753c7f400000 rw-p 00000000 00:00 0 -753c7f4ff000-753c7f500000 ---p 00000000 00:00 0 -753c7f500000-753c7f600000 rw-p 00000000 00:00 0 -753c7f600000-753c7fa00000 rw-p 00000000 00:00 0 -753c7faff000-753c7fb00000 ---p 00000000 00:00 0 -753c7fb00000-753c7fc00000 rw-p 00000000 00:00 0 -753c7fc00000-753c80000000 rw-p 00000000 00:00 0 -753c800ff000-753c80100000 ---p 00000000 00:00 0 -753c80100000-753c80200000 rw-p 00000000 00:00 0 -753c80200000-753c80600000 rw-p 00000000 00:00 0 -753c806ff000-753c80700000 ---p 00000000 00:00 0 -753c80700000-753c80800000 rw-p 00000000 00:00 0 -753c80800000-753c80c00000 rw-p 00000000 00:00 0 -753c80cff000-753c80d00000 ---p 00000000 00:00 0 -753c80d00000-753c80e00000 rw-p 00000000 00:00 0 -753c80e00000-753c81200000 rw-p 00000000 00:00 0 -753c812ff000-753c81300000 ---p 00000000 00:00 0 -753c81300000-753c81400000 rw-p 00000000 00:00 0 -753c81400000-753c81800000 rw-p 00000000 00:00 0 -753c818ff000-753c81900000 ---p 00000000 00:00 0 -753c81900000-753c81a00000 rw-p 00000000 00:00 0 -753c81a00000-753c81e00000 rw-p 00000000 00:00 0 -753c81eff000-753c81f00000 ---p 00000000 00:00 0 -753c81f00000-753c82000000 rw-p 00000000 00:00 0 -753c82000000-753c82400000 rw-p 00000000 00:00 0 -753c824ff000-753c82500000 ---p 00000000 00:00 0 -753c82500000-753c82600000 rw-p 00000000 00:00 0 -753c82600000-753c82a00000 rw-p 00000000 00:00 0 -753c82aff000-753c82b00000 ---p 00000000 00:00 0 -753c82b00000-753c82c00000 rw-p 00000000 00:00 0 -753c82c00000-753c83000000 rw-p 00000000 00:00 0 -753c830ff000-753c83100000 ---p 00000000 00:00 0 -753c83100000-753c83200000 rw-p 00000000 00:00 0 -753c83200000-753c83600000 rw-p 00000000 00:00 0 -753c836ff000-753c83700000 ---p 00000000 00:00 0 -753c83700000-753c83800000 rw-p 00000000 00:00 0 -753c83800000-753c83c00000 rw-p 00000000 00:00 0 -753c83cff000-753c83d00000 ---p 00000000 00:00 0 -753c83d00000-753c83e00000 rw-p 00000000 00:00 0 -753c83e00000-753c84200000 rw-p 00000000 00:00 0 -753c842ff000-753c84300000 ---p 00000000 00:00 0 -753c84300000-753c84400000 rw-p 00000000 00:00 0 -753c84400000-753c84c00000 rw-p 00000000 00:00 0 -753c84cfe000-753c84cff000 ---p 00000000 00:00 0 -753c84cff000-753c84dff000 rw-p 00000000 00:00 0 -753c84dff000-753c84e00000 ---p 00000000 00:00 0 -753c84e00000-753c84f00000 rw-p 00000000 00:00 0 -753c84f00000-753c85800000 rw-p 00000000 00:00 0 -753c858ff000-753c85900000 ---p 00000000 00:00 0 -753c85900000-753c85a00000 rw-p 00000000 00:00 0 -753c85a00000-753c85e00000 rw-p 00000000 00:00 0 -753c85eff000-753c85f00000 ---p 00000000 00:00 0 -753c85f00000-753c86000000 rw-p 00000000 00:00 0 -753c86000000-753c86400000 rw-p 00000000 00:00 0 -753c864ff000-753c86500000 ---p 00000000 00:00 0 -753c86500000-753c86600000 rw-p 00000000 00:00 0 -753c86600000-753c86a00000 rw-p 00000000 00:00 0 -753c86aff000-753c86b00000 ---p 00000000 00:00 0 -753c86b00000-753c86c00000 rw-p 00000000 00:00 0 -753c86c00000-753c87000000 rw-p 00000000 00:00 0 -753c870ff000-753c87100000 ---p 00000000 00:00 0 -753c87100000-753c87200000 rw-p 00000000 00:00 0 -753c87200000-753c87600000 rw-p 00000000 00:00 0 -753c876ff000-753c87700000 ---p 00000000 00:00 0 -753c87700000-753c87800000 rw-p 00000000 00:00 0 -753c87800000-753c87c00000 rw-p 00000000 00:00 0 -753c87cff000-753c87d00000 ---p 00000000 00:00 0 -753c87d00000-753c87e00000 rw-p 00000000 00:00 0 -753c87e00000-753c88200000 rw-p 00000000 00:00 0 -753c882ff000-753c88300000 ---p 00000000 00:00 0 -753c88300000-753c88400000 rw-p 00000000 00:00 0 -753c88400000-753c88800000 rw-p 00000000 00:00 0 -753c888ff000-753c88900000 ---p 00000000 00:00 0 -753c88900000-753c88a00000 rw-p 00000000 00:00 0 -753c88a00000-753c88e00000 rw-p 00000000 00:00 0 -753c88eff000-753c88f00000 ---p 00000000 00:00 0 -753c88f00000-753c89000000 rw-p 00000000 00:00 0 -753c89000000-753c89400000 rw-p 00000000 00:00 0 -753c894ff000-753c89500000 ---p 00000000 00:00 0 -753c89500000-753c89600000 rw-p 00000000 00:00 0 -753c89600000-753c89a00000 rw-p 00000000 00:00 0 -753c89aff000-753c89b00000 ---p 00000000 00:00 0 -753c89b00000-753c89c00000 rw-p 00000000 00:00 0 -753c89c00000-753c8a000000 rw-p 00000000 00:00 0 -753c8a0ff000-753c8a100000 ---p 00000000 00:00 0 -753c8a100000-753c8a200000 rw-p 00000000 00:00 0 -753c8a200000-753c8a600000 rw-p 00000000 00:00 0 -753c8a6ff000-753c8a700000 ---p 00000000 00:00 0 -753c8a700000-753c8a800000 rw-p 00000000 00:00 0 -753c8a800000-753c8ac00000 rw-p 00000000 00:00 0 -753c8acff000-753c8ad00000 ---p 00000000 00:00 0 -753c8ad00000-753c8ae00000 rw-p 00000000 00:00 0 -753c8ae00000-753c8b200000 rw-p 00000000 00:00 0 -753c8b2ff000-753c8b300000 ---p 00000000 00:00 0 -753c8b300000-753c8b400000 rw-p 00000000 00:00 0 -753c8b400000-753c8b800000 rw-p 00000000 00:00 0 -753c8b8ff000-753c8b900000 ---p 00000000 00:00 0 -753c8b900000-753c8ba00000 rw-p 00000000 00:00 0 -753c8ba00000-753c8be00000 rw-p 00000000 00:00 0 -753c8beff000-753c8bf00000 ---p 00000000 00:00 0 -753c8bf00000-753c8c000000 rw-p 00000000 00:00 0 -753c8c000000-753c8c400000 rw-p 00000000 00:00 0 -753c8c4ff000-753c8c500000 ---p 00000000 00:00 0 -753c8c500000-753c8c600000 rw-p 00000000 00:00 0 -753c8c600000-753c8ca00000 rw-p 00000000 00:00 0 -753c8caff000-753c8cb00000 ---p 00000000 00:00 0 -753c8cb00000-753c8cc00000 rw-p 00000000 00:00 0 -753c8cc00000-753c8d000000 rw-p 00000000 00:00 0 -753c8d0ff000-753c8d100000 ---p 00000000 00:00 0 -753c8d100000-753c8d200000 rw-p 00000000 00:00 0 -753c8d200000-753c8d600000 rw-p 00000000 00:00 0 -753c8d6ff000-753c8d700000 ---p 00000000 00:00 0 -753c8d700000-753c8d800000 rw-p 00000000 00:00 0 -753c8d800000-753c8dc00000 rw-p 00000000 00:00 0 -753c8dcff000-753c8dd00000 ---p 00000000 00:00 0 -753c8dd00000-753c8de00000 rw-p 00000000 00:00 0 -753c8de00000-753c8e200000 rw-p 00000000 00:00 0 -753c8e2ff000-753c8e300000 ---p 00000000 00:00 0 -753c8e300000-753c8e400000 rw-p 00000000 00:00 0 -753c8e400000-753c8e800000 rw-p 00000000 00:00 0 -753c8e8ff000-753c8e900000 ---p 00000000 00:00 0 -753c8e900000-753c8ea00000 rw-p 00000000 00:00 0 -753c8ea00000-753c8ee00000 rw-p 00000000 00:00 0 -753c8eeff000-753c8ef00000 ---p 00000000 00:00 0 -753c8ef00000-753c8f000000 rw-p 00000000 00:00 0 -753c8f000000-753c8f400000 rw-p 00000000 00:00 0 -753c8f4ff000-753c8f500000 ---p 00000000 00:00 0 -753c8f500000-753c8f600000 rw-p 00000000 00:00 0 -753c8f600000-753c8fa00000 rw-p 00000000 00:00 0 -753c8faff000-753c8fb00000 ---p 00000000 00:00 0 -753c8fb00000-753c8fc00000 rw-p 00000000 00:00 0 -753c8fc00000-753c90000000 rw-p 00000000 00:00 0 -753c900ff000-753c90100000 ---p 00000000 00:00 0 -753c90100000-753c90200000 rw-p 00000000 00:00 0 -753c90200000-753c90600000 rw-p 00000000 00:00 0 -753c906ff000-753c90700000 ---p 00000000 00:00 0 -753c90700000-753c90800000 rw-p 00000000 00:00 0 -753c90800000-753c90c00000 rw-p 00000000 00:00 0 -753c90cff000-753c90d00000 ---p 00000000 00:00 0 -753c90d00000-753c90e00000 rw-p 00000000 00:00 0 -753c90e00000-753c91200000 rw-p 00000000 00:00 0 -753c912ff000-753c91300000 ---p 00000000 00:00 0 -753c91300000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753c93508000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93508000-753c93509000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93509000-753c93609000 rw-p 00000000 00:00 0 -753c93609000-753c93709000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93709000-753c9370a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9370a000-753c9380a000 rw-p 00000000 00:00 0 -753c9380a000-753c9390a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390a000-753c9390b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9390b000-753c93a0b000 rw-p 00000000 00:00 0 -753c93a0b000-753c93b0b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0b000-753c93b0c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93b0c000-753c93c0c000 rw-p 00000000 00:00 0 -753c93c0c000-753c93d0c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0c000-753c93d0d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93d0d000-753c93e0d000 rw-p 00000000 00:00 0 -753c93e0d000-753c93f0d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0d000-753c93f0e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93f0e000-753c9400e000 rw-p 00000000 00:00 0 -753c9400e000-753c9410e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410e000-753c9410f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9410f000-753c9420f000 rw-p 00000000 00:00 0 -753c9420f000-753c9430f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9430f000-753c94310000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94310000-753c94410000 rw-p 00000000 00:00 0 -753c94410000-753c94510000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94510000-753c94511000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94511000-753c94611000 rw-p 00000000 00:00 0 -753c94611000-753c94711000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94711000-753c94712000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94712000-753c94812000 rw-p 00000000 00:00 0 -753c94812000-753c94912000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94912000-753c94913000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94913000-753c94a13000 rw-p 00000000 00:00 0 -753c94a13000-753c94b13000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b13000-753c94b14000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94b14000-753c94c14000 rw-p 00000000 00:00 0 -753c94c14000-753c94d14000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d14000-753c94d15000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94d15000-753c94e15000 rw-p 00000000 00:00 0 -753c94e15000-753c94f15000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f15000-753c94f16000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c94f16000-753c95016000 rw-p 00000000 00:00 0 -753c95016000-753c95116000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95116000-753c95117000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95117000-753c95217000 rw-p 00000000 00:00 0 -753c95217000-753c95317000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95317000-753c95318000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95318000-753c95418000 rw-p 00000000 00:00 0 -753c95418000-753c95518000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95518000-753c95519000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95519000-753c95619000 rw-p 00000000 00:00 0 -753c95619000-753c95719000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95719000-753c9571a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9571a000-753c9581a000 rw-p 00000000 00:00 0 -753c9581a000-753c9591a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591a000-753c9591b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9591b000-753c95a1b000 rw-p 00000000 00:00 0 -753c95a1b000-753c95b1b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1b000-753c95b1c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95b1c000-753c95c1c000 rw-p 00000000 00:00 0 -753c95c1c000-753c95d1c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1c000-753c95d1d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95d1d000-753c95e1d000 rw-p 00000000 00:00 0 -753c95e1d000-753c95f1d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1d000-753c95f1e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c95f1e000-753c9601e000 rw-p 00000000 00:00 0 -753c9601e000-753c9611e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611e000-753c9611f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9611f000-753c9621f000 rw-p 00000000 00:00 0 -753c9621f000-753c9631f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9631f000-753c96320000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96320000-753c96420000 rw-p 00000000 00:00 0 -753c96420000-753c96520000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96520000-753c96521000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96521000-753c96621000 rw-p 00000000 00:00 0 -753c96621000-753c96721000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96721000-753c96722000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96722000-753c96822000 rw-p 00000000 00:00 0 -753c96822000-753c96922000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96922000-753c96923000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96923000-753c96a23000 rw-p 00000000 00:00 0 -753c96a23000-753c96b23000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b23000-753c96b24000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96b24000-753c96c24000 rw-p 00000000 00:00 0 -753c96c24000-753c96d24000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d24000-753c96d25000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96d25000-753c96e25000 rw-p 00000000 00:00 0 -753c96e25000-753c96f25000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f25000-753c96f26000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c96f26000-753c97026000 rw-p 00000000 00:00 0 -753c97026000-753c97126000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97126000-753c97127000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97127000-753c97227000 rw-p 00000000 00:00 0 -753c97227000-753c97327000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97327000-753c97328000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97328000-753c97428000 rw-p 00000000 00:00 0 -753c97428000-753c97528000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97528000-753c97529000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97529000-753c97629000 rw-p 00000000 00:00 0 -753c97629000-753c97729000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97729000-753c9772a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9772a000-753c9782a000 rw-p 00000000 00:00 0 -753c9782a000-753c9792a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792a000-753c9792b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9792b000-753c97a2b000 rw-p 00000000 00:00 0 -753c97a2b000-753c97b2b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2b000-753c97b2c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97b2c000-753c97c2c000 rw-p 00000000 00:00 0 -753c97c2c000-753c97d2c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2c000-753c97d2d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97d2d000-753c97e2d000 rw-p 00000000 00:00 0 -753c97e2d000-753c97f2d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2d000-753c97f2e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c97f2e000-753c9802e000 rw-p 00000000 00:00 0 -753c9802e000-753c9812e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812e000-753c9812f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9812f000-753c9822f000 rw-p 00000000 00:00 0 -753c9822f000-753c9832f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9832f000-753c98330000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98330000-753c98430000 rw-p 00000000 00:00 0 -753c98430000-753c98530000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98530000-753c98531000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98531000-753c98631000 rw-p 00000000 00:00 0 -753c98631000-753c98731000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98731000-753c98732000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98732000-753c98832000 rw-p 00000000 00:00 0 -753c98832000-753c98932000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98932000-753c98933000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98933000-753c98a33000 rw-p 00000000 00:00 0 -753c98a33000-753c98b33000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b33000-753c98b34000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98b34000-753c98c34000 rw-p 00000000 00:00 0 -753c98c34000-753c98d34000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d34000-753c98d35000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98d35000-753c98e35000 rw-p 00000000 00:00 0 -753c98e35000-753c98f35000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f35000-753c98f36000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c98f36000-753c99036000 rw-p 00000000 00:00 0 -753c99036000-753c99136000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99136000-753c99137000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99137000-753c99237000 rw-p 00000000 00:00 0 -753c99237000-753c99337000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99337000-753c99338000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99338000-753c99438000 rw-p 00000000 00:00 0 -753c99438000-753c99538000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99538000-753c99539000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99539000-753c99639000 rw-p 00000000 00:00 0 -753c99639000-753c99739000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99739000-753c9973a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9973a000-753c9983a000 rw-p 00000000 00:00 0 -753c9983a000-753c9993a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993a000-753c9993b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9993b000-753c99a3b000 rw-p 00000000 00:00 0 -753c99a3b000-753c99b3b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3b000-753c99b3c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99b3c000-753c99c3c000 rw-p 00000000 00:00 0 -753c99c3c000-753c99d3c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3c000-753c99d3d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99d3d000-753c99e3d000 rw-p 00000000 00:00 0 -753c99e3d000-753c99f3d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3d000-753c99f3e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c99f3e000-753c9a03e000 rw-p 00000000 00:00 0 -753c9a03e000-753c9a13e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13e000-753c9a13f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a13f000-753c9a23f000 rw-p 00000000 00:00 0 -753c9a23f000-753c9a33f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a33f000-753c9a340000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a340000-753c9a440000 rw-p 00000000 00:00 0 -753c9a440000-753c9a540000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a540000-753c9a541000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a541000-753c9a641000 rw-p 00000000 00:00 0 -753c9a641000-753c9a741000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a741000-753c9a742000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a742000-753c9a842000 rw-p 00000000 00:00 0 -753c9a842000-753c9a942000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a942000-753c9a943000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9a943000-753c9aa43000 rw-p 00000000 00:00 0 -753c9aa43000-753c9ab43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab43000-753c9ab44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ab44000-753c9ac44000 rw-p 00000000 00:00 0 -753c9ac44000-753c9ad44000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad44000-753c9ad45000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9ad45000-753c9ae45000 rw-p 00000000 00:00 0 -753c9ae45000-753c9af45000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af45000-753c9af46000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9af46000-753c9b046000 rw-p 00000000 00:00 0 -753c9b046000-753c9b146000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b146000-753c9b147000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b147000-753c9b247000 rw-p 00000000 00:00 0 -753c9b247000-753c9b347000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b347000-753c9b348000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b348000-753c9b448000 rw-p 00000000 00:00 0 -753c9b448000-753c9b548000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b548000-753c9b549000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b549000-753c9b649000 rw-p 00000000 00:00 0 -753c9b649000-753c9b749000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b749000-753c9b74a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b74a000-753c9b84a000 rw-p 00000000 00:00 0 -753c9b84a000-753c9b94a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94a000-753c9b94b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9b94b000-753c9ba4b000 rw-p 00000000 00:00 0 -753c9ba4b000-753c9bb4b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4b000-753c9bb4c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bb4c000-753c9bc4c000 rw-p 00000000 00:00 0 -753c9bc4c000-753c9bd4c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4c000-753c9bd4d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bd4d000-753c9be4d000 rw-p 00000000 00:00 0 -753c9be4d000-753c9bf4d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4d000-753c9bf4e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9bf4e000-753c9c04e000 rw-p 00000000 00:00 0 -753c9c04e000-753c9c14e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14e000-753c9c14f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c14f000-753c9c24f000 rw-p 00000000 00:00 0 -753c9c24f000-753c9c34f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c34f000-753c9c350000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c350000-753c9c450000 rw-p 00000000 00:00 0 -753c9c450000-753c9c550000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c550000-753c9c551000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c551000-753c9c651000 rw-p 00000000 00:00 0 -753c9c651000-753c9c751000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c751000-753c9c752000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c752000-753c9c852000 rw-p 00000000 00:00 0 -753c9c852000-753c9c952000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c952000-753c9c953000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9c953000-753c9ca53000 rw-p 00000000 00:00 0 -753c9ca53000-753c9cb53000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb53000-753c9cb54000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cb54000-753c9cc54000 rw-p 00000000 00:00 0 -753c9cc54000-753c9cd54000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd54000-753c9cd55000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cd55000-753c9ce55000 rw-p 00000000 00:00 0 -753c9ce55000-753c9cf55000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf55000-753c9cf56000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9cf56000-753c9d056000 rw-p 00000000 00:00 0 -753c9d056000-753c9d156000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d156000-753c9d157000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d157000-753c9d257000 rw-p 00000000 00:00 0 -753c9d257000-753c9d357000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d357000-753c9d358000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d358000-753c9d458000 rw-p 00000000 00:00 0 -753c9d458000-753c9d558000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d558000-753c9d559000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d559000-753c9d659000 rw-p 00000000 00:00 0 -753c9d659000-753c9d759000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d759000-753c9d75a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d75a000-753c9d85a000 rw-p 00000000 00:00 0 -753c9d85a000-753c9d95a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95a000-753c9d95b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9d95b000-753c9da5b000 rw-p 00000000 00:00 0 -753c9da5b000-753c9db5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5b000-753c9db5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9db5c000-753c9dc5c000 rw-p 00000000 00:00 0 -753c9dc5c000-753c9dd5c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5c000-753c9dd5d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9dd5d000-753c9de5d000 rw-p 00000000 00:00 0 -753c9de5d000-753c9df5d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5d000-753c9df5e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9df5e000-753c9e05e000 rw-p 00000000 00:00 0 -753c9e05e000-753c9e15e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15e000-753c9e15f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e15f000-753c9e25f000 rw-p 00000000 00:00 0 -753c9e25f000-753c9e35f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e35f000-753c9e360000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e360000-753c9e460000 rw-p 00000000 00:00 0 -753c9e460000-753c9e560000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e560000-753c9e561000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c9e561000-753c9e661000 rw-p 00000000 00:00 0 -753c9e661000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cb3d96000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d96000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -755358408000-75535840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:40: [BUG] Aborted at 0x0000000000000324 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report -/usr/local/lib/libruby.so.4.0(rb_print_backtrace+0x14) [0x753cd848728f] /usr/src/ruby/vm_dump.c:1105 -/usr/local/lib/libruby.so.4.0(rb_vm_bugreport) /usr/src/ruby/vm_dump.c:1450 -/usr/local/lib/libruby.so.4.0(rb_bug_without_die_internal+0x71) [0x753cd814b805] /usr/src/ruby/error.c:1098 -/usr/local/lib/libruby.so.4.0(rb_bug) /usr/src/ruby/error.c:1116 -/usr/local/lib/libruby.so.4.0({closure#0}+0xf0) [0x753cd8652f20] yjit/src/yjit.rs:128 -/usr/local/lib/libruby.so.4.0(call<(&std::panic::PanicHookInfo), (dyn core::ops::function::Fn<(&std::panic::PanicHookInfo), Output=()> + core::marker::Send + core::marker::Sync), alloc::alloc::Global>+0xb) [0x753cd8689dff] library/alloc/src/boxed.rs:1999 -/usr/local/lib/libruby.so.4.0(panic_with_hook) library/std/src/panicking.rs:842 -/usr/local/lib/libruby.so.4.0({closure#0}+0x9a) [0x753cd8689c5a] library/std/src/panicking.rs:707 -/usr/local/lib/libruby.so.4.0(__rust_end_short_backtrace+0x9) [0x753cd8681bb9] library/std/src/sys/backtrace.rs:174 -/usr/local/lib/libruby.so.4.0(panic_handler+0x1d) [0x753cd865ee8d] library/std/src/panicking.rs:698 -/usr/local/lib/libruby.so.4.0(shl+0x0) [0x753cd8160ea0] library/core/src/panicking.rs:75 -/usr/local/lib/libruby.so.4.0(widen_hi) library/compiler-builtins/compiler-builtins/src/int/big.rs:257 -/usr/local/lib/libruby.so.4.0(panic_fmt) (null):0 -/usr/local/lib/libruby.so.4.0(runtime+0x53) [0x753cd815fe23] library/core/src/panic.rs:173 -/usr/local/lib/libruby.so.4.0(do_panic+0x6) [0x753cd815fdca] library/core/src/intrinsics/mod.rs:2435 -/usr/local/lib/libruby.so.4.0(panic_already_borrowed) library/core/src/panic.rs:178 -/usr/local/lib/libruby.so.4.0(0x753cd863ceaa) [0x753cd863ceaa] -/usr/local/lib/libruby.so.4.0(0x753cd86395d5) [0x753cd86395d5] -/usr/local/lib/libruby.so.4.0(write_rex+0x15) [0x753cd864f888] yjit/src/asm/x86_64/mod.rs:378 -/usr/local/lib/libruby.so.4.0(push) yjit/src/asm/x86_64/mod.rs:1232 -/usr/local/lib/libruby.so.4.0(0x753cd862eb7c) [0x753cd862eb7c] -/usr/local/lib/libruby.so.4.0(0x753cd862cff3) [0x753cd862cff3] -/usr/local/lib/libruby.so.4.0(0x753cd8626b87) [0x753cd8626b87] -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, alloc::vec::Vec)>+0x0) [0x753cd85f9b18] yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(gen_entry_prologue) yjit/src/codegen.rs:1166 -/usr/local/lib/libruby.so.4.0(branch<(yjit::virtualmem::CodePtr, yjit::core::RegMapping)>+0x0) [0x753cd8617d05] yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point_body) yjit/src/core.rs:3235 -/usr/local/lib/libruby.so.4.0(gen_entry_point) yjit/src/core.rs:3225 -/usr/local/lib/libruby.so.4.0({closure#0}+0xe) [0x753cd860f777] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(with_compile_time>) yjit/src/stats.rs:1062 -/usr/local/lib/libruby.so.4.0(rb_yjit_iseq_gen_entry_point+0x12f) [0x753cd8653d1f] yjit/src/yjit.rs:175 -/usr/local/lib/libruby.so.4.0(rb_yjit_compile_iseq+0x41) [0x753cd8524211] /usr/src/ruby/yjit.c:412 -/usr/local/lib/libruby.so.4.0(yjit_compile+0x77) [0x753cd846d457] /usr/src/ruby/vm.c:525 -/usr/local/lib/libruby.so.4.0(jit_exec) /usr/src/ruby/vm.c:567 -/usr/local/lib/libruby.so.4.0(rb_vm_exec) /usr/src/ruby/vm.c:2797 -/usr/local/lib/libruby.so.4.0(rb_funcallv+0x218) [0x753cd84781b8] /usr/src/ruby/vm_eval.c:101 -/usr/local/lib/libruby.so.4.0(rb_protect+0xf3) [0x753cd8249813] /usr/src/ruby/eval.c:1127 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_protect_ruby_call+0x25) [0x753cb2f2e865] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:93 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_leaveGVL+0x8) [0x753cb2f2ebc1] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:133 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_call2) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:125 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_handle_request_in_GVL+0x8d6) [0x753cb2f37d36] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:674 -/usr/local/lib/libruby.so.4.0(rb_thread_call_with_gvl+0x169) [0x753cd840ae59] /usr/src/ruby/thread.c:2090 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(iodine_enterGVL+0x56) [0x753cb2f2e756] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_caller.c:119 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(on_rack_request+0x2a) [0x753cb2f399fa] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_http.c:796 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_request+0x1a) [0x753cb2f09a5a] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:554 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_parse+0x19d) [0x753cb2f178ad] ./http1_parser.h:924 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_consume_data+0x5e) [0x753cb2f18f42] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:690 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(http1_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/http1.c:736 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_unlock+0x0) [0x753cb2ed55cc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2713 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(protocol_unlock) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:568 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(deferred_on_data) /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:2714 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_perform+0xfc) [0x753cb2ec86fc] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1274 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(fio_defer_cycle+0x35) [0x753cb2ec8a55] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/fio.c:1352 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_start+0x16) [0x753cb2f32e56] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:83 -/usr/local/lib/libruby.so.4.0(rb_nogvl+0x2ae) [0x753cd840aa9e] /usr/src/ruby/thread.c:1628 -/app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so(defer_thread_inGVL+0x54) [0x753cb2f32f64] /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/ext/iodine/iodine_defer.c:93 -/usr/local/lib/libruby.so.4.0(thread_do_start+0x75) [0x753cd840e34b] /usr/src/ruby/thread.c:651 -/usr/local/lib/libruby.so.4.0(thread_start_func_2) /usr/src/ruby/thread.c:697 -/usr/local/lib/libruby.so.4.0(thread_sched_lock_+0x0) [0x753cd840ef17] /usr/src/ruby/thread_pthread.c:2229 -/usr/local/lib/libruby.so.4.0(co_start) /usr/src/ruby/thread_pthread_mn.c:478 - --- Other runtime information ----------------------------------------------- - -* Loaded script: /app/vendor/bundle/ruby/4.0.0/bin/iodine - -* Ruby Box: disabled -* Loaded features: - - 0 enumerator.so - 1 thread.rb - 2 fiber.so - 3 rational.so - 4 complex.so - 5 pathname.so - 6 ruby2_keywords.rb - 7 set.rb - 8 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so - 9 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so - 10 /usr/local/lib/ruby/4.0.0/x86_64-linux/rbconfig.rb - 11 /usr/local/lib/ruby/4.0.0/rubygems/defaults.rb - 12 /usr/local/lib/ruby/4.0.0/rubygems/deprecate.rb - 13 /usr/local/lib/ruby/4.0.0/rubygems/errors.rb - 14 /usr/local/lib/ruby/4.0.0/rubygems/target_rbconfig.rb - 15 /usr/local/lib/ruby/4.0.0/rubygems/win_platform.rb - 16 /usr/local/lib/ruby/4.0.0/rubygems/unknown_command_spell_checker.rb - 17 /usr/local/lib/ruby/4.0.0/rubygems/exceptions.rb - 18 /usr/local/lib/ruby/4.0.0/rubygems/basic_specification.rb - 19 /usr/local/lib/ruby/4.0.0/rubygems/stub_specification.rb - 20 /usr/local/lib/ruby/4.0.0/rubygems/platform.rb - 21 /usr/local/lib/ruby/4.0.0/rubygems/specification_record.rb - 22 /usr/local/lib/ruby/4.0.0/rubygems/util/list.rb - 23 /usr/local/lib/ruby/4.0.0/rubygems/version.rb - 24 /usr/local/lib/ruby/4.0.0/rubygems/requirement.rb - 25 /usr/local/lib/ruby/4.0.0/rubygems/specification.rb - 26 /usr/local/lib/ruby/4.0.0/rubygems/util.rb - 27 /usr/local/lib/ruby/4.0.0/rubygems/dependency.rb - 28 /usr/local/lib/ruby/4.0.0/rubygems/core_ext/kernel_gem.rb - 29 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so - 30 /usr/local/lib/ruby/4.0.0/monitor.rb - 31 /usr/local/lib/ruby/4.0.0/rubygems.rb - 32 /usr/local/lib/ruby/4.0.0/bundled_gems.rb - 33 /usr/local/lib/ruby/4.0.0/rubygems/path_support.rb - 34 /usr/local/lib/ruby/4.0.0/error_highlight/version.rb - 35 /usr/local/lib/ruby/4.0.0/error_highlight/base.rb - 36 /usr/local/lib/ruby/4.0.0/error_highlight/formatter.rb - 37 /usr/local/lib/ruby/4.0.0/error_highlight/core_ext.rb - 38 /usr/local/lib/ruby/4.0.0/error_highlight.rb - 39 /usr/local/lib/ruby/4.0.0/did_you_mean/version.rb - 40 /usr/local/lib/ruby/4.0.0/did_you_mean/core_ext/name_error.rb - 41 /usr/local/lib/ruby/4.0.0/did_you_mean/levenshtein.rb - 42 /usr/local/lib/ruby/4.0.0/did_you_mean/jaro_winkler.rb - 43 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checker.rb - 44 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb - 45 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb - 46 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/name_error_checkers.rb - 47 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/method_name_checker.rb - 48 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/key_error_checker.rb - 49 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/null_checker.rb - 50 /usr/local/lib/ruby/4.0.0/did_you_mean/tree_spell_checker.rb - 51 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/require_path_checker.rb - 52 /usr/local/lib/ruby/4.0.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb - 53 /usr/local/lib/ruby/4.0.0/did_you_mean/formatter.rb - 54 /usr/local/lib/ruby/4.0.0/did_you_mean.rb - 55 /usr/local/lib/ruby/4.0.0/syntax_suggest/core_ext.rb - 56 /usr/local/lib/ruby/4.0.0/rubygems/bundler_version_finder.rb - 57 /usr/local/lib/ruby/4.0.0/rubygems/vendor/tsort/lib/tsort.rb - 58 /usr/local/lib/ruby/4.0.0/rubygems/vendored_tsort.rb - 59 /usr/local/lib/ruby/4.0.0/rubygems/request_set/gem_dependency_api.rb - 60 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/parser.rb - 61 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile/tokenizer.rb - 62 /usr/local/lib/ruby/4.0.0/rubygems/request_set/lockfile.rb - 63 /usr/local/lib/ruby/4.0.0/rubygems/request_set.rb - 64 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb - 65 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb - 66 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb - 67 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb - 68 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb - 69 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb - 70 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb - 71 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb - 72 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb - 73 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb - 74 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb - 75 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb - 76 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb - 77 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/state.rb - 78 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb - 79 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb - 80 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb - 81 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb - 82 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb - 83 /usr/local/lib/ruby/4.0.0/rubygems/vendor/molinillo/lib/molinillo.rb - 84 /usr/local/lib/ruby/4.0.0/rubygems/vendored_molinillo.rb - 85 /usr/local/lib/ruby/4.0.0/rubygems/resolver/activation_request.rb - 86 /usr/local/lib/ruby/4.0.0/rubygems/resolver/conflict.rb - 87 /usr/local/lib/ruby/4.0.0/rubygems/resolver/dependency_request.rb - 88 /usr/local/lib/ruby/4.0.0/rubygems/resolver/requirement_list.rb - 89 /usr/local/lib/ruby/4.0.0/rubygems/resolver/stats.rb - 90 /usr/local/lib/ruby/4.0.0/rubygems/resolver/set.rb - 91 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_set.rb - 92 /usr/local/lib/ruby/4.0.0/rubygems/resolver/composed_set.rb - 93 /usr/local/lib/ruby/4.0.0/rubygems/resolver/best_set.rb - 94 /usr/local/lib/ruby/4.0.0/rubygems/resolver/current_set.rb - 95 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_set.rb - 96 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_set.rb - 97 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installer_set.rb - 98 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_set.rb - 99 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_set.rb - 100 /usr/local/lib/ruby/4.0.0/rubygems/resolver/source_set.rb - 101 /usr/local/lib/ruby/4.0.0/rubygems/resolver/specification.rb - 102 /usr/local/lib/ruby/4.0.0/rubygems/resolver/spec_specification.rb - 103 /usr/local/lib/ruby/4.0.0/rubygems/resolver/api_specification.rb - 104 /usr/local/lib/ruby/4.0.0/rubygems/resolver/git_specification.rb - 105 /usr/local/lib/ruby/4.0.0/rubygems/resolver/index_specification.rb - 106 /usr/local/lib/ruby/4.0.0/rubygems/resolver/installed_specification.rb - 107 /usr/local/lib/ruby/4.0.0/rubygems/resolver/local_specification.rb - 108 /usr/local/lib/ruby/4.0.0/rubygems/resolver/lock_specification.rb - 109 /usr/local/lib/ruby/4.0.0/rubygems/resolver/vendor_specification.rb - 110 /usr/local/lib/ruby/4.0.0/rubygems/resolver.rb - 111 /usr/local/lib/ruby/4.0.0/rubygems/text.rb - 112 /usr/local/lib/ruby/4.0.0/rubygems/source/git.rb - 113 /usr/local/lib/ruby/4.0.0/rubygems/source/installed.rb - 114 /usr/local/lib/ruby/4.0.0/rubygems/source/specific_file.rb - 115 /usr/local/lib/ruby/4.0.0/rubygems/source/local.rb - 116 /usr/local/lib/ruby/4.0.0/rubygems/source/lock.rb - 117 /usr/local/lib/ruby/4.0.0/rubygems/source/vendor.rb - 118 /usr/local/lib/ruby/4.0.0/rubygems/source.rb - 119 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_metadata.rb - 120 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_platform.rb - 121 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/force_platform.rb - 122 /usr/local/lib/ruby/4.0.0/rubygems/name_tuple.rb - 123 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_ext.rb - 124 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/fileutils/lib/fileutils.rb - 125 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_fileutils.rb - 126 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/errors.rb - 127 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/environment_preserver.rb - 128 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin/api.rb - 129 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/plugin.rb - 130 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/rubygems_integration.rb - 131 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/version.rb - 132 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/current_ruby.rb - 133 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/build_metadata.rb - 134 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler.rb - 135 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/command.rb - 136 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb - 137 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/error.rb - 138 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/invocation.rb - 139 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/nested_context.rb - 140 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/argument.rb - 141 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb - 142 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/option.rb - 143 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser/options.rb - 144 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/parser.rb - 145 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell.rb - 146 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb - 147 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb - 148 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/line_editor.rb - 149 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/util.rb - 150 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/base.rb - 151 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor.rb - 152 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_thor.rb - 153 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/friendly_errors.rb - 154 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/common.rb - 155 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/install.rb - 156 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/settings.rb - 157 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/shared_helpers.rb - 158 /usr/local/lib/ruby/4.0.0/rubygems/yaml_serializer.rb - 159 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/config.rb - 160 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/doctor.rb - 161 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/plugin.rb - 162 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli.rb - 163 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb - 164 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb - 165 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb - 166 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb - 167 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/basic.rb - 168 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/thor/lib/thor/shell/color.rb - 169 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/self_manager.rb - 170 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source.rb - 171 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/path.rb - 172 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/git.rb - 173 /usr/local/lib/ruby/4.0.0/rubygems/user_interaction.rb - 174 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/rubygems.rb - 175 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lockfile_parser.rb - 176 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui.rb - 177 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/shell.rb - 178 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ui/rg_proxy.rb - 179 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/cli/exec.rb - 180 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/worker.rb - 181 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/definition.rb - 182 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dependency.rb - 183 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_dsl.rb - 184 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/dsl.rb - 185 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source_list.rb - 186 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/source/metadata.rb - 187 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/checksum.rb - 188 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/uri_normalizer.rb - 189 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/version.rb - 190 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb - 191 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb - 192 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/common.rb - 193 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/generic.rb - 194 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/file.rb - 195 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ftp.rb - 196 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/http.rb - 197 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/https.rb - 198 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldap.rb - 199 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ldaps.rb - 200 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/mailto.rb - 201 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/ws.rb - 202 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri/wss.rb - 203 /usr/local/lib/ruby/4.0.0/rubygems/vendor/uri/lib/uri.rb - 204 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_uri.rb - 205 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/lazy_specification.rb - 206 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendor/tsort/lib/tsort.rb - 207 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/vendored_tsort.rb - 208 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/spec_set.rb - 209 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/runtime.rb - 210 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/materialization.rb - 211 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/index.rb - 212 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/match_remote_metadata.rb - 213 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/remote_specification.rb - 214 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/stub_specification.rb - 215 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/endpoint_specification.rb - 216 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/ruby_version.rb - 217 /app/vendor/bundle/ruby/4.0.0/gems/bundler-4.0.8/lib/bundler/setup.rb - 218 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so - 219 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so - 220 /usr/local/lib/ruby/4.0.0/socket.rb - 221 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/version.rb - 222 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so - 223 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/rack/handler/iodine.rb - 224 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine.rb - 225 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/version.rb - 226 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/constants.rb - 227 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack.rb - 228 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/urlmap.rb - 229 /app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/builder.rb - 230 /app/app.rb - -* Process memory map: - -5815c7b14000-5815c7b15000 r--p 00000000 00:56 4506522 /usr/local/bin/ruby -5815c7b15000-5815c7b16000 r-xp 00001000 00:56 4506522 /usr/local/bin/ruby -5815c7b16000-5815c7b17000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b17000-5815c7b18000 r--p 00002000 00:56 4506522 /usr/local/bin/ruby -5815c7b18000-5815c7b19000 rw-p 00003000 00:56 4506522 /usr/local/bin/ruby -753c84400000-753c87400000 rw-p 00000000 00:00 0 -753c8749d000-753c88da4000 r--s 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c88da4000-753c89000000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753c89000000-753c8e600000 rw-p 00000000 00:00 0 -753c8e6f9000-753c90000000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753c90000000-753c90400000 rw-p 00000000 00:00 0 -753c904ff000-753c90500000 ---p 00000000 00:00 0 -753c90500000-753c90600000 rw-p 00000000 00:00 0 -753c90600000-753c90a00000 rw-p 00000000 00:00 0 -753c90afe000-753c90aff000 ---p 00000000 00:00 0 -753c90aff000-753c90bff000 rw-p 00000000 00:00 0 -753c90bff000-753c90c00000 ---p 00000000 00:00 0 -753c90c00000-753c91400000 rw-p 00000000 00:00 0 -753c91400000-753c91800000 rw-p 00000000 00:00 0 -753c918ff000-753c91900000 ---p 00000000 00:00 0 -753c91900000-753c91a00000 rw-p 00000000 00:00 0 -753c91a00000-753c91e00000 rw-p 00000000 00:00 0 -753c91eff000-753c91f00000 ---p 00000000 00:00 0 -753c91f00000-753c92000000 rw-p 00000000 00:00 0 -753c92000000-753c92400000 rw-p 00000000 00:00 0 -753c92498000-753c924d0000 r--s 00000000 00:56 4506522 /usr/local/bin/ruby -753c924d0000-753c924f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753c924ff000-753c92500000 ---p 00000000 00:00 0 -753c92500000-753c92600000 rw-p 00000000 00:00 0 -753c92600000-753c92701000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92701000-753c92702000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92702000-753c92802000 rw-p 00000000 00:00 0 -753c92802000-753c92902000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92902000-753c92903000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92903000-753c92a03000 rw-p 00000000 00:00 0 -753c92a03000-753c92b03000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b03000-753c92b04000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92b04000-753c92c04000 rw-p 00000000 00:00 0 -753c92c04000-753c92d04000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d04000-753c92d05000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92d05000-753c92e05000 rw-p 00000000 00:00 0 -753c92e05000-753c92f05000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f05000-753c92f06000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c92f06000-753c93006000 rw-p 00000000 00:00 0 -753c93006000-753c93106000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93106000-753c93107000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93107000-753c93207000 rw-p 00000000 00:00 0 -753c93207000-753c93307000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93307000-753c93308000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753c93308000-753c93408000 rw-p 00000000 00:00 0 -753c93408000-753cb2600000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] -753cb2610000-753cb2680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2680000-753cb2690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2698000-753cb269d000 r--p 00000000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb269d000-753cb274c000 r-xp 00005000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb274c000-753cb2760000 r--p 000b4000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2760000-753cb2761000 r--p 000c8000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2761000-753cb2762000 rw-p 000c9000 00:56 19711077 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.7 -753cb2762000-753cb2859000 r--p 00000000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2859000-753cb2bdc000 r-xp 000f7000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2bdc000-753cb2d13000 r--p 0047a000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d13000-753cb2d96000 r--p 005b1000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d96000-753cb2d99000 rw-p 00634000 00:56 25572864 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 -753cb2d99000-753cb2d9c000 rw-p 00000000 00:00 0 -753cb2d9c000-753cb2dbf000 r--p 00000000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2dbf000-753cb2e68000 r-xp 00023000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e68000-753cb2e9b000 r--p 000cc000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2e9b000-753cb2ea6000 r--p 000fe000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2ea6000-753cb2eaa000 rw-p 00109000 00:56 25572949 /usr/lib/x86_64-linux-gnu/libssl.so.3 -753cb2eaa000-753cb2eb9000 r--p 00000000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2eb9000-753cb2f57000 r-xp 0000f000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f57000-753cb2f96000 r--p 000ad000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f96000-753cb2f9b000 r--p 000eb000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9b000-753cb2f9f000 rw-p 000f0000 00:56 25576239 /app/vendor/bundle/ruby/4.0.0/gems/iodine-0.7.58/lib/iodine/iodine_ext.so -753cb2f9f000-753cb2fa0000 rw-p 00000000 00:00 0 -753cb2fa0000-753cb2fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb2fbb000-753cb2fc2000 r--p 00000000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fc2000-753cb2fe6000 r-xp 00007000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fe6000-753cb2fee000 r--p 0002b000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fee000-753cb2fef000 r--p 00032000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2fef000-753cb2ff0000 rw-p 00033000 00:56 5293160 /usr/local/lib/ruby/4.0.0/x86_64-linux/socket.so -753cb2ff0000-753cb3000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3000000-753cb3800000 rw-p 00000000 00:00 0 -753cb3810000-753cb3990000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3990000-753cb3d10000 rw-p 00000000 00:00 0 -753cb3d10000-753cb3d20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cb3d26000-753cb3d95000 r-xp 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cb3d95000-753cbbd26000 ---p 00000000 00:00 0 [anon:Ruby:rb_jit_reserve_addr_space] -753cbbd40000-753cbbd70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd80000-753cbbd90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbd90000-753cbbe30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cbbe3f000-753cbc13f000 rw-p 00000000 00:00 0 -753cbc13f000-753cbc140000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc140000-753cbc1e1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e1000-753cbc1e2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc1e2000-753cbc283000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc283000-753cbc284000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc284000-753cbc325000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc325000-753cbc326000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc326000-753cbc3c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c7000-753cbc3c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc3c8000-753cbc469000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc469000-753cbc46a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc46a000-753cbc50b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50b000-753cbc50c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc50c000-753cbc5ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ad000-753cbc5ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc5ae000-753cbc64f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc64f000-753cbc650000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc650000-753cbc6f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f1000-753cbc6f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc6f2000-753cbc793000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc793000-753cbc794000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc794000-753cbc835000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc835000-753cbc836000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc836000-753cbc8d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d7000-753cbc8d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc8d8000-753cbc979000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc979000-753cbc97a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbc97a000-753cbca1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1b000-753cbca1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbca1c000-753cbcabd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabd000-753cbcabe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcabe000-753cbcb5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb5f000-753cbcb60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcb60000-753cbcc01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc01000-753cbcc02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcc02000-753cbcca3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca3000-753cbcca4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcca4000-753cbcd45000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd45000-753cbcd46000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcd46000-753cbcde7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde7000-753cbcde8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcde8000-753cbce89000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce89000-753cbce8a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbce8a000-753cbcf2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2b000-753cbcf2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcf2c000-753cbcfcd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfcd000-753cbcfce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbcfce000-753cbd06f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd06f000-753cbd070000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd070000-753cbd111000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd111000-753cbd112000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd112000-753cbd1b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b3000-753cbd1b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd1b4000-753cbd255000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd255000-753cbd256000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd256000-753cbd2f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f7000-753cbd2f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd2f8000-753cbd399000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd399000-753cbd39a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd39a000-753cbd43b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43b000-753cbd43c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd43c000-753cbd4dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4dd000-753cbd4de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd4de000-753cbd57f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] -753cbd57f000-753cbd580000 ---p 00000000 00:00 0 -753cbd580000-753cbdd80000 rw-p 00000000 00:00 0 -753cbdd80000-753cbe000000 rw-p 00000000 00:00 0 -753cbe000000-753cd6000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] -753cd6000000-753cd7400000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] -753cd7408000-753cd7409000 rw-p 00000000 00:00 0 -753cd7410000-753cd7490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7495000-753cd7497000 r--p 00000000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd7497000-753cd749c000 r-xp 00002000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749c000-753cd749e000 r--p 00007000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749e000-753cd749f000 r--p 00008000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd749f000-753cd74a0000 rw-p 00009000 00:56 5293161 /usr/local/lib/ruby/4.0.0/x86_64-linux/stringio.so -753cd74a0000-753cd74b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd74b0000-753cd7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] -753cd7600000-753cd7a00000 rw-p 00000000 00:00 0 -753cd7a07000-753cd7a08000 r--p 00000000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a08000-753cd7a09000 r-xp 00001000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a09000-753cd7a0a000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0a000-753cd7a0b000 r--p 00002000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0b000-753cd7a0c000 rw-p 00003000 00:56 5293153 /usr/local/lib/ruby/4.0.0/x86_64-linux/monitor.so -753cd7a0d000-753cd7a0e000 r--p 00000000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0e000-753cd7a0f000 r-xp 00001000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a0f000-753cd7a10000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a10000-753cd7a11000 r--p 00002000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a11000-753cd7a12000 rw-p 00003000 00:56 5293137 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/trans/transdb.so -753cd7a12000-753cd7a13000 r--p 00000000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a13000-753cd7a14000 r-xp 00001000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a14000-753cd7a15000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a15000-753cd7a16000 r--p 00002000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a16000-753cd7a17000 rw-p 00003000 00:56 5293093 /usr/local/lib/ruby/4.0.0/x86_64-linux/enc/encdb.so -753cd7a17000-753cd7a1e000 r--s 00000000 00:56 25572674 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache -753cd7a1e000-753cd7a78000 r--p 00000000 00:56 25572388 /usr/lib/locale/C.utf8/LC_CTYPE -753cd7a78000-753cd7a7f000 rw-p 00000000 00:00 0 -753cd7a7f000-753cd7a83000 r--p 00000000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7a83000-753cd7aa6000 r-xp 00004000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aa6000-753cd7aaa000 r--p 00027000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aaa000-753cd7aab000 r--p 0002b000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aab000-753cd7aac000 rw-p 0002c000 00:56 19711009 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 -753cd7aac000-753cd7b49000 r--p 00000000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7b49000-753cd7c72000 r-xp 0009d000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7c72000-753cd7d00000 r--p 001c6000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d00000-753cd7d0b000 r--p 00254000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0b000-753cd7d0e000 rw-p 0025f000 00:56 19711059 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 -753cd7d0e000-753cd7d12000 rw-p 00000000 00:00 0 -753cd7d12000-753cd7d3a000 r--p 00000000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7d3a000-753cd7e9d000 r-xp 00028000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7e9d000-753cd7ef3000 r--p 0018b000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef3000-753cd7ef7000 r--p 001e0000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef7000-753cd7ef9000 rw-p 001e4000 00:56 25572852 /usr/lib/x86_64-linux-gnu/libc.so.6 -753cd7ef9000-753cd7f06000 rw-p 00000000 00:00 0 -753cd7f06000-753cd7f17000 r--p 00000000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f17000-753cd7f94000 r-xp 00011000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7f94000-753cd7ff4000 r--p 0008e000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff4000-753cd7ff5000 r--p 000ed000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff5000-753cd7ff6000 rw-p 000ee000 00:56 25572908 /usr/lib/x86_64-linux-gnu/libm.so.6 -753cd7ff6000-753cd7ff8000 r--p 00000000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd7ff8000-753cd800e000 r-xp 00002000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd800e000-753cd8028000 r--p 00018000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8028000-753cd8029000 r--p 00031000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd8029000-753cd802a000 rw-p 00032000 00:56 19711001 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 -753cd802a000-753cd8034000 rw-p 00000000 00:00 0 -753cd8034000-753cd8040000 r--p 00000000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd8040000-753cd80a5000 r-xp 0000c000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80a5000-753cd80bc000 r--p 00071000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bc000-753cd80bd000 r--p 00088000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80bd000-753cd80be000 rw-p 00089000 00:56 19711011 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 -753cd80be000-753cd80c1000 r--p 00000000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80c1000-753cd80d5000 r-xp 00003000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80d5000-753cd80dc000 r--p 00017000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dc000-753cd80dd000 r--p 0001d000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80dd000-753cd80de000 rw-p 0001e000 00:56 19711075 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1 -753cd80de000-753cd8144000 r--p 00000000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8144000-753cd8718000 r-xp 00066000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8718000-753cd8927000 r--p 0063a000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8927000-753cd8954000 r--p 00848000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd8954000-753cd895a000 rw-p 00875000 00:56 4637507 /usr/local/lib/libruby.so.4.0.4 -753cd895a000-753cd896f000 rw-p 00000000 00:00 0 -753cd896f000-753cd8978000 r--p 00000000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8978000-753cd8a1f000 r-xp 00009000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a1f000-753cd8a37000 r--p 000b0000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a37000-753cd8a3d000 r--p 000c7000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3d000-753cd8a3e000 rw-p 000cd000 00:56 25572890 /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 -753cd8a3e000-753cd8a9e000 rw-p 00000000 00:00 0 -753cd8a9e000-753cd8a9f000 rw-p 00000000 00:00 0 -753cd8a9f000-753cd8aa1000 rw-p 00000000 00:00 0 -753cd8aa1000-753cd8aa5000 r--p 00000000 00:00 0 [vvar] -753cd8aa5000-753cd8aa7000 r--p 00000000 00:00 0 [vvar_vclock] -753cd8aa7000-753cd8aa9000 r-xp 00000000 00:00 0 [vdso] -753cd8aa9000-753cd8aaa000 r--p 00000000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8aaa000-753cd8ad2000 r-xp 00001000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ad2000-753cd8add000 r--p 00029000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8add000-753cd8adf000 r--p 00034000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8adf000-753cd8ae0000 rw-p 00036000 00:56 25572696 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 -753cd8ae0000-753cd8ae1000 rw-p 00000000 00:00 0 -753d17c08000-753d19108000 rw-p 00000000 00:00 0 -753d57c08000-753d58408000 rw-p 00000000 00:00 0 -753d58408000-753d5840d000 rw-p 00000000 00:00 0 -7fffa7106000-7fffa7127000 rw-p 00000000 00:00 0 [stack] -ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] - - -/app/app.rb:13: [BUG] Aborted at 0x0000000000000012 -ruby 4.0.4 (2026-05-12 revision b89eb1bcbf) +YJIT +MN +PRISM [x86_64-linux] - -Crashed while printing bug report +INFO: 618 is running. +INFO: 623 is running. +INFO: 633 is running. +INFO: 628 is running. +INFO: 638 is running.